summaryrefslogtreecommitdiff
path: root/gnulib/modules/strtok_r
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/strtok_r')
m---------gnulib0
-rw-r--r--gnulib/modules/strtok_r29
2 files changed, 29 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/strtok_r b/gnulib/modules/strtok_r
new file mode 100644
index 0000000..23a6acb
--- /dev/null
+++ b/gnulib/modules/strtok_r
@@ -0,0 +1,29 @@
+Description:
+strtok_r() function: split string into tokens, thread safe.
+
+Files:
+lib/strtok_r.c
+m4/strtok_r.m4
+
+Depends-on:
+string
+strpbrk [test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1]
+
+configure.ac:
+gl_FUNC_STRTOK_R
+if test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1; then
+ AC_LIBOBJ([strtok_r])
+ gl_PREREQ_STRTOK_R
+fi
+gl_STRING_MODULE_INDICATOR([strtok_r])
+
+Makefile.am:
+
+Include:
+<string.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+all, glibc