summaryrefslogtreecommitdiff
path: root/modules/strcasestr
blob: d752ec9ccd14f3c7f9a1525888867cf9edbd560b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description:
strcasestr() function: efficient case-insensitive search for unibyte substring.

Files:
lib/strcasestr.c

Depends-on:
stdbool
strcasestr-simple

configure.ac:
gl_FUNC_STRCASESTR
if test $HAVE_STRCASESTR = 0 || test $REPLACE_STRCASESTR = 1; then
  AC_LIBOBJ([strcasestr])
  gl_PREREQ_STRCASESTR
fi

Makefile.am:

Include:
<string.h>

License:
LGPLv2+

Maintainer:
all