mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Replace MINGW32 with built-in __MINGW32__.
This commit is contained in:
parent
a1f7987ad8
commit
fe5979cfdb
@ -107,7 +107,7 @@
|
|||||||
#define HAVE_STRSTR 1
|
#define HAVE_STRSTR 1
|
||||||
|
|
||||||
/* Define if you have the strtoll function. */
|
/* Define if you have the strtoll function. */
|
||||||
#ifdef MINGW32
|
#ifdef __MINGW32__
|
||||||
#define HAVE_STRTOLL 1
|
#define HAVE_STRTOLL 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -236,7 +236,7 @@
|
|||||||
* This section is for compiler specific defines.*
|
* This section is for compiler specific defines.*
|
||||||
*************************************************/
|
*************************************************/
|
||||||
/* Borland and MS don't have this */
|
/* Borland and MS don't have this */
|
||||||
#if defined(MINGW32) || defined(__WATCOMC__) || defined(__LCC__)
|
#if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__)
|
||||||
|
|
||||||
/* Define if you have the <unistd.h> header file. */
|
/* Define if you have the <unistd.h> header file. */
|
||||||
#define HAVE_UNISTD_H 1
|
#define HAVE_UNISTD_H 1
|
||||||
|
@ -103,7 +103,7 @@
|
|||||||
#define HAVE_STRSTR 1
|
#define HAVE_STRSTR 1
|
||||||
|
|
||||||
/* Define if you have the strtoll function. */
|
/* Define if you have the strtoll function. */
|
||||||
#ifdef MINGW32
|
#ifdef __MINGW32__
|
||||||
#define HAVE_STRTOLL 1
|
#define HAVE_STRTOLL 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -228,7 +228,7 @@
|
|||||||
* This section is for compiler specific defines.*
|
* This section is for compiler specific defines.*
|
||||||
*************************************************/
|
*************************************************/
|
||||||
/* Borland and MS don't have this */
|
/* Borland and MS don't have this */
|
||||||
#if defined(MINGW32) || defined(__WATCOMC__) || defined(__LCC__)
|
#if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__)
|
||||||
|
|
||||||
/* Define if you have the <unistd.h> header file. */
|
/* Define if you have the <unistd.h> header file. */
|
||||||
#define HAVE_UNISTD_H 1
|
#define HAVE_UNISTD_H 1
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
* This section is for compiler specific defines.*
|
* This section is for compiler specific defines.*
|
||||||
*************************************************/
|
*************************************************/
|
||||||
/* Borland and MS don't have this */
|
/* Borland and MS don't have this */
|
||||||
#if defined(MINGW32) || defined(__WATCOMC__) || defined(__LCC__)
|
#if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__)
|
||||||
|
|
||||||
/* Define if you have the <unistd.h> header file. */
|
/* Define if you have the <unistd.h> header file. */
|
||||||
#define HAVE_UNISTD_H 1
|
#define HAVE_UNISTD_H 1
|
||||||
|
Loading…
Reference in New Issue
Block a user