aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorJuanma Barranquero2012-07-07 22:26:48 +0200
committerJuanma Barranquero2012-07-07 22:26:48 +0200
commitdffdc540e265ca802c6ce216a1ec04ccdd394884 (patch)
tree6390a8404414674136980c8931d1d0af22c90a58 /nt
parentb3350bf9c049962dad72aee7bbd4f6596fb8b778 (diff)
downloademacs-dffdc540e265ca802c6ce216a1ec04ccdd394884.tar.gz
emacs-dffdc540e265ca802c6ce216a1ec04ccdd394884.zip
nt/config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog6
-rw-r--r--nt/config.nt6
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 @@
12012-07-04 Juanma Barranquero <lekktu@gmail.com> 12012-07-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
4
52012-07-06 Juanma Barranquero <lekktu@gmail.com>
2 Eli Zaretskii <eliz@gnu.org> 6 Eli Zaretskii <eliz@gnu.org>
3 7
4 * config.nt: Complete rework to bring it in sync with autogen/config.in. 8 * 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/>. */
750/* Define to 1 if you have the <stdlib.h> header file. */ 750/* Define to 1 if you have the <stdlib.h> header file. */
751#undef HAVE_STDLIB_H 751#undef HAVE_STDLIB_H
752 752
753/* Define to 1 if you have the `strcasecmp' function. */
754#define HAVE_STRCASECMP 1
755
756/* Define to 1 if you have the `strerror' function. */ 753/* Define to 1 if you have the `strerror' function. */
757#define HAVE_STRERROR 1 754#define HAVE_STRERROR 1
758 755
@@ -762,9 +759,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
762/* Define to 1 if you have the <string.h> header file. */ 759/* Define to 1 if you have the <string.h> header file. */
763#undef HAVE_STRING_H 760#undef HAVE_STRING_H
764 761
765/* Define to 1 if you have the `strncasecmp' function. */
766#define HAVE_STRNCASECMP 1
767
768/* Define to 1 if you have the `strsignal' function. */ 762/* Define to 1 if you have the `strsignal' function. */
769#undef HAVE_STRSIGNAL 763#undef HAVE_STRSIGNAL
770 764