1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/strncasecmp
Bruno Haible 439b7f4de8 strcasecmp, strncasecmp: Fix compilation error on MSVC.
* modules/strcasecmp (configure.ac): Invoke gl_STRINGS_MODULE_INDICATOR.
* modules/strncasecmp (configure.ac): Likewise.
2025-02-17 08:11:57 +01:00

34 lines
560 B
Plaintext

Description:
Case-insensitive string comparison function for unibyte locales.
Files:
lib/strncasecmp.c
m4/strncasecmp.m4
m4/strcasecmp.m4
Depends-on:
strings-h
configure.ac:
gl_FUNC_STRNCASECMP
gl_CONDITIONAL([GL_COND_OBJ_STRNCASECMP],
[test $HAVE_STRNCASECMP = 0 || test $REPLACE_STRNCASECMP = 1])
AM_COND_IF([GL_COND_OBJ_STRNCASECMP], [
gl_PREREQ_STRNCASECMP
])
gl_STRINGS_MODULE_INDICATOR([strncasecmp])
Makefile.am:
if GL_COND_OBJ_STRNCASECMP
lib_SOURCES += strncasecmp.c
endif
Include:
<strings.h>
License:
LGPLv2+
Maintainer:
all