autoupdate
[gnulib.git] / modules / gethostname
1 Description:
2 gethostname() function: Return machine's hostname.
3
4 Files:
5 lib/gethostname.c
6 m4/gethostname.m4
7 lib/w32sock.h
8
9 Depends-on:
10 unistd
11 sys_socket
12 errno
13 sockets
14
15 configure.ac:
16 gl_FUNC_GETHOSTNAME
17 gl_UNISTD_MODULE_INDICATOR([gethostname])
18
19 Makefile.am:
20
21 Include:
22 <unistd.h>
23
24 Link:
25 $(GETHOSTNAME_LIB)
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 all