New module 'close'.
[pspp] / modules / strtok_r
index 6cdf908ac6956b30540dc9b87fd003df6e577115..cfcd0146262aae9e6e389e162b0fe3cfd91ee0b0 100644 (file)
@@ -3,19 +3,19 @@ strtok_r() function: split string into tokens, thread safe.
 
 Files:
 lib/strtok_r.c
-lib/strtok_r.h
 m4/strtok_r.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_STRTOK_R
+gl_STRING_MODULE_INDICATOR([strtok_r])
 
 Makefile.am:
-EXTRA_DIST += strtok_r.h strtok_r.c
 
 Include:
-"strtok_r.h"
+<string.h>
 
 License:
 LGPL