Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
[gnulib.git] / modules / canon-host
index 6471073..5812665 100644 (file)
@@ -4,15 +4,23 @@ 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
 
 Makefile.am:
-lib_SOURCES += canon-host.c
 
 Include:
+#include "canon-host.h"
 
+License:
+LGPL
+
+Maintainer:
+Jim Meyering