diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-07-07 22:26:48 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-07-07 22:26:48 +0200 |
commit | dffdc540e265ca802c6ce216a1ec04ccdd394884 (patch) | |
tree | 6390a8404414674136980c8931d1d0af22c90a58 /nt | |
parent | b3350bf9c049962dad72aee7bbd4f6596fb8b778 (diff) | |
download | emacs-dffdc540e265ca802c6ce216a1ec04ccdd394884.tar.gz |
nt/config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 6 | ||||
-rw-r--r-- | 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 <lekktu@gmail.com> +2012-07-07 Juanma Barranquero <lekktu@gmail.com> + + * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove. + +2012-07-06 Juanma Barranquero <lekktu@gmail.com> Eli Zaretskii <eliz@gnu.org> * 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 <http://www.gnu.org/licenses/>. */ /* Define to 1 if you have the <stdlib.h> 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 <http://www.gnu.org/licenses/>. */ /* Define to 1 if you have the <string.h> 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 |