strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / strnlen
index 900803ed76137354e239aeb905d5645224ad847d..2f50c9b537722dc41266cc04058a5ceb653648ec 100644 (file)
@@ -6,14 +6,21 @@ lib/strnlen.c
 m4/strnlen.m4
 
 Depends-on:
+extensions
+string
+memchr-obsolete
 
 configure.ac:
 gl_FUNC_STRNLEN
+gl_STRING_MODULE_INDICATOR([strnlen])
 
 Makefile.am:
 
 Include:
+<string.h>
 
-Maintainer:
-glibc
+License:
+LGPLv2+
 
+Maintainer:
+all