1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

nt/config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.

This commit is contained in:
Juanma Barranquero 2012-07-07 22:26:48 +02:00
parent b3350bf9c0
commit dffdc540e2
2 changed files with 5 additions and 7 deletions

View File

@ -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.

View File

@ -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