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:
parent
b3350bf9c0
commit
dffdc540e2
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user