mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-21 22:02:35 +03:00
32 lines
340 B
Plaintext
32 lines
340 B
Plaintext
Description:
|
|
gethostname() function: Return machine's hostname.
|
|
|
|
Files:
|
|
lib/gethostname.c
|
|
m4/gethostname.m4
|
|
lib/w32sock.h
|
|
|
|
Depends-on:
|
|
unistd
|
|
sys_socket
|
|
errno
|
|
sockets
|
|
|
|
configure.ac:
|
|
gl_FUNC_GETHOSTNAME
|
|
gl_UNISTD_MODULE_INDICATOR([gethostname])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
Link:
|
|
$(GETHOSTNAME_LIB)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|