mirror of
https://github.com/mirror/make.git
synced 2025-02-25 11:20:39 +08:00
Fix the DJGPP build.
configh.dos.template (HAVE_STRNCASECMP): Define.
This commit is contained in:
parent
95f1a32d27
commit
8f029808af
@ -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>
|
2010-07-28 Paul Smith <psmith@gnu.org>
|
||||||
|
|
||||||
Version 3.82 released.
|
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 to 1 if you have the stricmp function. */
|
||||||
#define HAVE_STRICMP 1
|
#define HAVE_STRICMP 1
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `strncasecmp' function. */
|
||||||
|
#define HAVE_STRNCASECMP 1
|
||||||
|
|
||||||
/* Name of the package */
|
/* Name of the package */
|
||||||
#define PACKAGE "%PACKAGE%"
|
#define PACKAGE "%PACKAGE%"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user