ansi-c++-opt: Provide option --enable-c++/--disable-c++ when possible.
[gnulib.git] / modules / c-strcasestr
index fef3261..757f63a 100644 (file)
@@ -1,12 +1,17 @@
 Description:
-Case-insensitive searching in a string in C locale.
+Efficient case-insensitive searching in a string in C locale.
 
 Files:
 lib/c-strcasestr.h
 lib/c-strcasestr.c
+lib/str-two-way.h
 
 Depends-on:
 c-ctype
+c-strcase
+stdbool
+memchr
+memcmp
 
 configure.ac: