repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
gnulib
/
modules
/
sethostname
blob
f3c0d134b519c9244260247cb047c0ff48dbf642
1
Description:
2
sethostname() function: Set machine's hostname.
3
4
Files:
5
lib/sethostname.c
6
m4/sethostname.m4
7
m4/gethostname.m4
8
9
Depends-on:
10
unistd
11
errno [test $HAVE_SETHOSTNAME = 0]
12
13
configure.ac:
14
gl_FUNC_SETHOSTNAME
15
if test $HAVE_SETHOSTNAME = 0; then
16
AC_LIBOBJ([sethostname])
17
fi
18
gl_UNISTD_MODULE_INDICATOR([sethostname])
19
20
Makefile.am:
21
22
Include:
23
<unistd.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
Ben Walton