md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / xgethostname
index 659ae55..07cf83d 100644 (file)
@@ -2,19 +2,23 @@ Description:
 Return machine's hostname, without size limitations.
 
 Files:
+lib/xgethostname.h
 lib/xgethostname.c
 
 Depends-on:
 gethostname
 xalloc
-error
 
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += xgethostname.c
+lib_SOURCES += xgethostname.h xgethostname.c
 
 Include:
+"xgethostname.h"
+
+License:
+GPL
 
 Maintainer:
 Jim Meyering