Use "exit.h" rather than rolling EXIT_FAILURE ourselves in each module.
[gnulib.git] / 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