md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / canon-host
index 2880e6b..c9628da 100644 (file)
@@ -1,16 +1,30 @@
 Description:
+Canonicalize a host name: return a name other hosts can understand, i.e.
+usually the host name including FQDN.
 
 Files:
 lib/canon-host.c
+lib/canon-host.h
 m4/canon-host.m4
 
 Depends-on:
+getaddrinfo
+strdup
 
 configure.ac:
-gl_CANON_HOST
+gl_PREREQ_CANON_HOST
 
 Makefile.am:
 lib_SOURCES += canon-host.c
 
 Include:
+"canon-host.h"
 
+Link:
+$(GETADDRINFO_LIB)
+
+License:
+LGPL
+
+Maintainer:
+Jim Meyering