aboutsummaryrefslogtreecommitdiffstats
path: root/nt/config.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/config.nt
parentb3350bf9c049962dad72aee7bbd4f6596fb8b778 (diff)
downloademacs-dffdc540e265ca802c6ce216a1ec04ccdd394884.tar.gz
emacs-dffdc540e265ca802c6ce216a1ec04ccdd394884.zip
nt/config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
Diffstat (limited to 'nt/config.nt')
-rw-r--r--nt/config.nt6
1 files changed, 0 insertions, 6 deletions
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