summaryrefslogtreecommitdiff
path: root/modules/strcase
blob: 02ad607d98f053c7402d12ccfe0d392a8c66abfe (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
28
29
30
31
32
Description:
Case-insensitive string comparison functions.

Files:
lib/strcasecmp.c
lib/strncasecmp.c
m4/strcase.m4

Depends-on:
strings

configure.ac:
gl_STRCASE
if test $HAVE_STRCASECMP = 0; then
  AC_LIBOBJ([strcasecmp])
  gl_PREREQ_STRCASECMP
fi
if test $HAVE_STRNCASECMP = 0; then
  AC_LIBOBJ([strncasecmp])
  gl_PREREQ_STRNCASECMP
fi

Makefile.am:

Include:
<strings.h>

License:
LGPLv2+

Maintainer:
all