From f4a82eca3be0fe73168e25a8b28dbef8645e983c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 7 Aug 2010 08:15:45 +0000 Subject: Fix the DJGPP build. configh.dos.template (HAVE_STRNCASECMP): Define. --- configh.dos.template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configh.dos.template') diff --git a/configh.dos.template b/configh.dos.template index 99500fdd..4aba61e6 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%" -- cgit v1.2.1