Fix the DJGPP build.

configh.dos.template (HAVE_STRNCASECMP): Define.
This commit is contained in:
Eli Zaretskii 2010-08-07 08:15:45 +00:00
parent 95f1a32d27
commit 8f029808af
2 changed files with 7 additions and 0 deletions

View file

@ -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.

View 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%"