strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / strpbrk
index 9c395808d465b52b2b84b7dd6e541f25e550d237..f0f1a858a9abc8e687369e0e4565b86b57a4230d 100644 (file)
@@ -1,19 +1,30 @@
 Description:
 strpbrk() function: search a string for any of a set of characters.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
-lib/strpbrk.h
 lib/strpbrk.c
 m4/strpbrk.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_STRPBRK
+gl_STRING_MODULE_INDICATOR([strpbrk])
 
 Makefile.am:
-lib_SOURCES += strpbrk.h
 
 Include:
-"strpbrk.h"
+<string.h>
+
+License:
+LGPLv2+
 
+Maintainer:
+Bruno Haible, glibc