Files
RedBear-OS/local/recipes/dev/libtool/source/gnulib/modules/strcase
T

39 lines
630 B
Plaintext

Description:
Case-insensitive string comparison functions.
Files:
lib/strcasecmp.c
lib/strncasecmp.c
m4/strcase.m4
Depends-on:
strings
configure.ac:
gl_STRCASE
gl_CONDITIONAL([GL_COND_OBJ_STRCASECMP], [test $HAVE_STRCASECMP = 0])
AM_COND_IF([GL_COND_OBJ_STRCASECMP], [
gl_PREREQ_STRCASECMP
])
gl_CONDITIONAL([GL_COND_OBJ_STRNCASECMP], [test $HAVE_STRNCASECMP = 0])
AM_COND_IF([GL_COND_OBJ_STRNCASECMP], [
gl_PREREQ_STRNCASECMP
])
Makefile.am:
if GL_COND_OBJ_STRCASECMP
lib_SOURCES += strcasecmp.c
endif
if GL_COND_OBJ_STRNCASECMP
lib_SOURCES += strncasecmp.c
endif
Include:
<strings.h>
License:
LGPLv2+
Maintainer:
all