mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-26 14:00:55 +00:00
Fix the DJGPP build.
configh.dos.template (HAVE_STRNCASECMP): Define.
This commit is contained in:
parent
95f1a32d27
commit
8f029808af
2 changed files with 7 additions and 0 deletions
|
@ -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%"
|
||||
|
||||
|
|
Loading…
Reference in a new issue