openat: provide more convenience names
[pspp] / modules / strndup
index ed9c51c2cf2ea3bf0d162fb0817822576fa02832..80f143bee56b4323a71947bd15cc541c5af9762a 100644 (file)
@@ -2,25 +2,25 @@ Description:
 strndup() function: duplicate a size-bounded string.
 
 Files:
-lib/strndup.h
 lib/strndup.c
 m4/strndup.m4
 
 Depends-on:
+extensions
+string
 strnlen
 
 configure.ac:
 gl_FUNC_STRNDUP
+gl_STRING_MODULE_INDICATOR([strndup])
 
 Makefile.am:
-lib_SOURCES += strndup.h
 
 Include:
-"strndup.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 glibc
-