From dffdc540e265ca802c6ce216a1ec04ccdd394884 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 7 Jul 2012 22:26:48 +0200 Subject: [PATCH] nt/config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove. --- nt/ChangeLog | 6 +++++- nt/config.nt | 6 ------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index 4dd9d853173..7e92d74ff1c 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,4 +1,8 @@ -2012-07-04 Juanma Barranquero +2012-07-07 Juanma Barranquero + + * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove. + +2012-07-06 Juanma Barranquero Eli Zaretskii * config.nt: Complete rework to bring it in sync with autogen/config.in. diff --git a/nt/config.nt b/nt/config.nt index 866d870c00a..e6505fda825 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -750,9 +750,6 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the `strcasecmp' function. */ -#define HAVE_STRCASECMP 1 - /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 @@ -762,9 +759,6 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H -/* Define to 1 if you have the `strncasecmp' function. */ -#define HAVE_STRNCASECMP 1 - /* Define to 1 if you have the `strsignal' function. */ #undef HAVE_STRSIGNAL -- 2.39.2