]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Fix the DJGPP build.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Aug 2010 08:15:45 +0000 (08:15 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Aug 2010 08:15:45 +0000 (08:15 +0000)
   configh.dos.template (HAVE_STRNCASECMP): Define.

ChangeLog
configh.dos.template

index d135d1cddbe57a7c1070b8e4eb59f2ac66600369..8f7d1c367929aeb34e9457fc28a0535e7fb6fa28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-07 Juan Manuel Guerrero  <juan.guerrero@gmx.de>
+
+       * configh.dos.template (HAVE_STRNCASECMP): Define.
+
 2010-07-28  Paul Smith  <psmith@gnu.org>
 
        Version 3.82 released.
index 99500fddbcf70c03178c4471fab491365423060d..4aba61e69d32c66b44ec2aef19bfff06ed3447f8 100644 (file)
@@ -90,6 +90,9 @@ this program.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Define to 1 if you have the stricmp function.  */
 #define HAVE_STRICMP 1
 
+/* Define to 1 if you have the `strncasecmp' function. */
+#define HAVE_STRNCASECMP 1
+
 /* Name of the package */
 #define PACKAGE "%PACKAGE%"