aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/config-symbian.h3
-rw-r--r--lib/config-vxworks.h3
-rw-r--r--lib/curl_config.h.cmake3
3 files changed, 0 insertions, 9 deletions
diff --git a/lib/config-symbian.h b/lib/config-symbian.h
index d70498fa9..e7cef5020 100644
--- a/lib/config-symbian.h
+++ b/lib/config-symbian.h
@@ -642,9 +642,6 @@
/* Define to 1 if you have the <x509.h> header file. */
/* #undef HAVE_X509_H */
-/* Define to 1 if you are building a native Windows target. */
-/* #undef NATIVE_WINDOWS */
-
/* Define to 1 if you need the lber.h header file even with ldap.h */
/* #undef NEED_LBER_H */
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h
index 83cf72375..42a770700 100644
--- a/lib/config-vxworks.h
+++ b/lib/config-vxworks.h
@@ -736,9 +736,6 @@
/* if you have the zlib.h header file */
#define HAVE_ZLIB_H 1
-/* Define to 1 if you are building a native Windows target. */
-/* #undef NATIVE_WINDOWS */
-
/* Define to 1 if you need the lber.h header file even with ldap.h */
/* #undef NEED_LBER_H */
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake
index 68251e4a7..303eea91b 100644
--- a/lib/curl_config.h.cmake
+++ b/lib/curl_config.h.cmake
@@ -721,9 +721,6 @@
*/
#cmakedefine LT_OBJDIR ${LT_OBJDIR}
-/* Define to 1 if you are building a native Windows target. */
-#cmakedefine NATIVE_WINDOWS ${NATIVE_WINDOWS}
-
/* If you lack a fine basename() prototype */
#cmakedefine NEED_BASENAME_PROTO ${NEED_BASENAME_PROTO}