summaryrefslogtreecommitdiff
path: root/gnulib/modules/mbsstr
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/mbsstr')
m---------gnulib0
-rw-r--r--gnulib/modules/mbsstr30
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/mbsstr b/gnulib/modules/mbsstr
new file mode 100644
index 00000000..7a68edc3
--- /dev/null
+++ b/gnulib/modules/mbsstr
@@ -0,0 +1,30 @@
+Description:
+mbsstr() function: search for a substring in a string.
+
+Files:
+lib/mbsstr.c
+lib/str-kmp.h
+
+Depends-on:
+mbuiter
+stdbool
+string
+mbslen
+malloca
+strnlen
+
+configure.ac:
+gl_STRING_MODULE_INDICATOR([mbsstr])
+
+Makefile.am:
+lib_SOURCES += mbsstr.c
+
+Include:
+<string.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+