strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / strnlen
index 128ed19f208ceec49793e126939b98c7d1058321..2f50c9b537722dc41266cc04058a5ceb653648ec 100644 (file)
@@ -2,23 +2,25 @@ Description:
 strnlen() function: determine the length of a size-bounded string.
 
 Files:
-lib/strnlen.h
 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:
-"strnlen.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
-glibc
-
+all