Tests for module 'pathmax'.
[gnulib.git] / modules / strcase
1 Description:
2 Case-insensitive string comparison functions.
3
4 Status:
5 obsolete
6
7 Notice:
8 This module is obsolete.
9
10 Files:
11 lib/strcasecmp.c
12 lib/strncasecmp.c
13 m4/strcase.m4
14
15 Depends-on:
16 strings
17
18 configure.ac:
19 gl_STRCASE
20 if test $HAVE_STRCASECMP = 0; then
21   AC_LIBOBJ([strcasecmp])
22   gl_PREREQ_STRCASECMP
23 fi
24 if test $HAVE_STRNCASECMP = 0; then
25   AC_LIBOBJ([strncasecmp])
26   gl_PREREQ_STRNCASECMP
27 fi
28
29 Makefile.am:
30
31 Include:
32 <strings.h>
33
34 License:
35 LGPLv2+
36
37 Maintainer:
38 Bruno Haible