gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
[gnulib.git] / modules / c-strcasestr
1 Description:
2 Case-insensitive searching in a string in C locale.
3
4 Files:
5 lib/c-strcasestr.h
6 lib/c-strcasestr.c
7 lib/str-kmp.h
8
9 Depends-on:
10 c-ctype
11 stdbool
12 malloca
13 strnlen
14
15 configure.ac:
16
17 Makefile.am:
18 lib_SOURCES += c-strcasestr.h c-strcasestr.c
19
20 Include:
21 "c-strcasestr.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28