repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
sethostname
blob
92b4a2b98fbf1394dc7bbffb65d900c14be45197
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
fopen-gnu [test $HAVE_SETHOSTNAME = 0]
13
14
configure.ac:
15
gl_FUNC_SETHOSTNAME
16
if test $HAVE_SETHOSTNAME = 0; then
17
AC_LIBOBJ([sethostname])
18
fi
19
gl_UNISTD_MODULE_INDICATOR([sethostname])
20
21
Makefile.am:
22
23
Include:
24
<unistd.h>
25
26
License:
27
LGPLv2+
28
29
Maintainer:
30
Ben Walton