summaryrefslogtreecommitdiff
path: root/modules/strcasestr
blob: ed7b327ec2d412aeeb45dbef9ea3a03176ab31da (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
Description:
strcasestr() function: efficient case-insensitive search for unibyte substring.

Files:
lib/strcasestr.c

Depends-on:
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