]> git.eshelyaron.com Git - emacs.git/commitdiff
nt/config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 7 Jul 2012 20:26:48 +0000 (22:26 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 7 Jul 2012 20:26:48 +0000 (22:26 +0200)
nt/ChangeLog
nt/config.nt

index 4dd9d8531733254821a08fa6729f0b617fb025bd..7e92d74ff1c2401a133736839ed30d56ab6744e0 100644 (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.
index 866d870c00a39479e3ae9692a3c025006fdca8c9..e6505fda825b074ba771cce54cb84b557e299f07 100644 (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