27 lines
317 B
Plaintext
27 lines
317 B
Plaintext
Description:
|
|
Return machine's hostname, without size limitations.
|
|
|
|
Files:
|
|
lib/xgethostname.h
|
|
lib/xgethostname.c
|
|
lib/xgetaname-impl.h
|
|
|
|
Depends-on:
|
|
free-posix
|
|
gethostname
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xgethostname.h xgethostname.c
|
|
|
|
Include:
|
|
"xgethostname.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|