]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Replace MINGW32 with built-in __MINGW32__.
authorGisle Vanem <gvanem@broadpark.no>
Mon, 6 Dec 2004 14:43:04 +0000 (14:43 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Mon, 6 Dec 2004 14:43:04 +0000 (14:43 +0000)
lib/config-win32.h
lib/config-win32ce.h
src/config-win32.h

index 820e9b5b90d94173a6511d9cff28da6de55b1063..96b0e18fa74035d5757820a7e762d96ba5b53cc8 100644 (file)
 #define HAVE_STRSTR 1
 
 /* Define if you have the strtoll function.  */
-#ifdef MINGW32
+#ifdef __MINGW32__
 #define HAVE_STRTOLL 1
 #endif
 
  * This section is for compiler specific defines.*
  *************************************************/
 /* 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 HAVE_UNISTD_H 1
index e15b28a7118e97d10ecd3af43ac1d305885afe85..84c5eb8f6864f26488a03ee88968e8fdba386429 100644 (file)
 #define HAVE_STRSTR 1
 
 /* Define if you have the strtoll function.  */
-#ifdef MINGW32
+#ifdef __MINGW32__
 #define HAVE_STRTOLL 1
 #endif
 
  * This section is for compiler specific defines.*
  *************************************************/
 /* 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 HAVE_UNISTD_H 1
index b9c407060066e3f9f7a541657e301b9f6670202f..a7c0d16829fe4e31a2353aa5c9edc57b8d5e919f 100644 (file)
@@ -38,7 +38,7 @@
  * This section is for compiler specific defines.*
  *************************************************/
 /* 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 HAVE_UNISTD_H 1