ab08d898a7bfd6245bfceb8607ca0fa2555d5f91
[pspp] / modules / xgethostname
1 Description:
2 Return machine's hostname, without size limitations.
3
4 Files:
5 lib/xgethostname.c
6
7 Depends-on:
8 error
9 exit
10 gethostname
11 xalloc
12
13 configure.ac:
14
15 Makefile.am:
16 lib_SOURCES += xgethostname.c
17
18 Include:
19
20 Maintainer:
21 Jim Meyering
22