md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / c-strcasestr
index 2e51644..9e0dc2b 100644 (file)
@@ -1,15 +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
-malloca
-strnlen
+memchr
+memcmp
 
 configure.ac:
 
@@ -20,7 +22,7 @@ Include:
 "c-strcasestr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible