verify: new macro 'assume'
[gnulib.git] / modules / strcasestr-simple
1 Description:
2 strcasestr() function: case-insensitive search for unibyte substring.
3
4 Files:
5 lib/strcasestr.c
6 lib/str-two-way.h
7 m4/strcasestr.m4
8
9 Depends-on:
10 string
11 stdbool
12 strcase
13 memchr
14 memcmp
15 extensions
16
17 configure.ac:
18 gl_FUNC_STRCASESTR_SIMPLE
19 if test $HAVE_STRCASESTR = 0 || test $REPLACE_STRCASESTR = 1; then
20   AC_LIBOBJ([strcasestr])
21   gl_PREREQ_STRCASESTR
22 fi
23 gl_STRING_MODULE_INDICATOR([strcasestr])
24
25 Makefile.am:
26
27 Include:
28 <string.h>
29
30 License:
31 LGPLv2+
32
33 Maintainer:
34 Bruno Haible
35