Import from coreutils.
[gnulib.git] / modules / canon-host
1 Description:
2 Canonicalize a host name: return a name other hosts can understand, i.e.
3 usually the host name including FQDN.
4
5 Files:
6 lib/canon-host.c
7 m4/canon-host.m4
8
9 Depends-on:
10 strdup
11
12 configure.ac:
13 gl_CANON_HOST
14
15 Makefile.am:
16 lib_SOURCES += canon-host.c
17
18 Include:
19
20 License:
21 GPL
22
23 Maintainer:
24 Jim Meyering