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

Files:

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