mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
26 lines
286 B
Plaintext
26 lines
286 B
Plaintext
Description:
|
|
Return machine's hostname, without size limitations.
|
|
|
|
Files:
|
|
lib/xgethostname.h
|
|
lib/xgethostname.c
|
|
|
|
Depends-on:
|
|
gethostname
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xgethostname.h xgethostname.c
|
|
|
|
Include:
|
|
"xgethostname.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|