dup2: Remove check for dup2, unless supporting old obsolete platforms.
[pspp] / modules / strnlen
index e8bcda4d77a9fafebd7d355e4b77f411fff6142b..2f50c9b537722dc41266cc04058a5ceb653648ec 100644 (file)
@@ -2,24 +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:
-EXTRA_DIST += strnlen.h strnlen.c
 
 Include:
-"strnlen.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all