Oops, move dependency to 'memchr'.
[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
15 configure.ac:
16 gl_FUNC_STRCASESTR_SIMPLE
17 gl_STRING_MODULE_INDICATOR([strcasestr])
18
19 Makefile.am:
20
21 Include:
22 <string.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible
29