From b737b4dc7184ad4049a09ce27db468bf1f491d40 Mon Sep 17 00:00:00 2001 From: eliz Date: Sat, 7 Aug 2010 08:15:45 +0000 Subject: [PATCH] Fix the DJGPP build. configh.dos.template (HAVE_STRNCASECMP): Define. --- ChangeLog | 4 ++++ configh.dos.template | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index d135d1c..8f7d1c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-08-07 Juan Manuel Guerrero + + * configh.dos.template (HAVE_STRNCASECMP): Define. + 2010-07-28 Paul Smith Version 3.82 released. diff --git a/configh.dos.template b/configh.dos.template index 99500fd..4aba61e 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -90,6 +90,9 @@ this program. If not, see . */ /* 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%" -- 2.11.4.GIT