md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / c-strcasestr
index fef3261..9e0dc2b 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:
 
@@ -17,7 +22,7 @@ Include:
 "c-strcasestr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible