openat: provide more convenience names
[pspp] / modules / stpncpy
index 78f72a4b569f12dc40a43e73f1e5620c54e9fb7a..48eedf71b155d8ab09910ae5ece18969663b3665 100644 (file)
@@ -2,23 +2,24 @@ Description:
 stpncpy() function: copy a size-bounded string, returning a pointer to its end.
 
 Files:
-lib/stpncpy.h
 lib/stpncpy.c
 m4/stpncpy.m4
 
 Depends-on:
+extensions
+string
 
 configure.ac:
 gl_FUNC_STPNCPY
+gl_STRING_MODULE_INDICATOR([stpncpy])
 
 Makefile.am:
 
 Include:
-"stpncpy.h"
+<string.h>
 
 License:
 LGPL
 
 Maintainer:
 Bruno Haible, glibc
-