summaryrefslogtreecommitdiff
path: root/configh.dos.template
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-08-07 08:15:45 +0000
committerEli Zaretskii <eliz@gnu.org>2010-08-07 08:15:45 +0000
commitf4a82eca3be0fe73168e25a8b28dbef8645e983c (patch)
treee6acd0db71894b3cdd26e507605ddd5a0bac81f2 /configh.dos.template
parentab15122818d3c70c4fa1091bb8034f4361a8ef08 (diff)
downloadmake-f4a82eca3be0fe73168e25a8b28dbef8645e983c.tar.gz
Fix the DJGPP build.
configh.dos.template (HAVE_STRNCASECMP): Define.
Diffstat (limited to 'configh.dos.template')
-rw-r--r--configh.dos.template3
1 files changed, 3 insertions, 0 deletions
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 <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%"