openat: provide more convenience names
[pspp] / modules / strstr
index 5e3f9fd477d4c96595f63f5113c68e825943eb21..dc33bd2952206aee1ba9420a690cece40f6a336a 100644 (file)
@@ -1,18 +1,13 @@
 Description:
-strstr() function: search for a substring in a string.
+strstr() function: efficiently locate first substring in a buffer.
 
 Files:
-lib/strstr.c
-m4/strstr.m4
-m4/mbrtowc.m4
 
 Depends-on:
-mbuiter
-string
+strstr-simple
 
 configure.ac:
 gl_FUNC_STRSTR
-gl_STRING_MODULE_INDICATOR([strstr])
 
 Makefile.am:
 
@@ -20,7 +15,7 @@ Include:
 <string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
-Bruno Haible, glibc
+all, Eric Blake