* configure.in (AC_CHECK_FUNCS): Detect library functions
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 25 Jun 2012 14:07:04 +0000 (18:07 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 25 Jun 2012 14:07:04 +0000 (18:07 +0400)
commit3511c7847949ea1d53a32cf9327c0e02d2191f3d
tree9370b7a199654a28179375c254220a304e7bc530
parentfb7da12e7560ce31fc88f829cff94723c3bbc5fa
* configure.in (AC_CHECK_FUNCS): Detect library functions
strcasecmp and strncasecmp.
* lib-src/etags.c (etags_strcasecmp, etags_strncasecmp): Define to
library functions strcasecmp and strncasecmp if available.
* lwlib/lwlib.c (my_strcasecmp): Rename to lwlib_strcasecmp, which
may be defined to library function strcasecmp if available.
* src/dispextern.c (xstrcasecmp): Define to library function
strcasecmp if available.
* src/xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
ChangeLog
configure.in
lib-src/ChangeLog
lib-src/etags.c
lwlib/ChangeLog
lwlib/lwlib.c
src/ChangeLog
src/dispextern.h
src/xfaces.c