mirror of
https://github.com/mirror/make.git
synced 2026-08-09 09:32:12 +00:00
Fix the DJGPP build.
configh.dos.template (HAVE_STRNCASECMP): Define.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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%"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user