Document prerequisite for gnulib-tool.
[gnulib.git] / modules / canon-host
blob8804a55d89fd9bb48571b5ad0b5fe896d941d5da
1 Description:
2 Canonicalize a host name: return a name other hosts can understand, i.e.
3 usually the host name including FQDN.
5 Files:
6 lib/canon-host.c
7 lib/canon-host.h
8 m4/canon-host.m4
10 Depends-on:
11 getaddrinfo
12 strdup
14 configure.ac:
15 gl_PREREQ_CANON_HOST
17 Makefile.am:
18 lib_SOURCES += canon-host.c
20 Include:
21 "canon-host.h"
23 License:
24 LGPL
26 Maintainer:
27 Jim Meyering