strtoumax: fix typo in previous commit.
[gnulib.git] / modules / xgethostname
1 Description:
2 Return machine's hostname, without size limitations.
3
4 Files:
5 lib/xgethostname.h
6 lib/xgethostname.c
7
8 Depends-on:
9 gethostname
10 xalloc
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += xgethostname.h xgethostname.c
16
17 Include:
18 "xgethostname.h"
19
20 License:
21 GPL
22
23 Maintainer:
24 Jim Meyering
25