mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:33:35 +03:00
configure: NATIVE_WINDOWS no longer defined in config files
This commit is contained in:
parent
9e24b9c7af
commit
38ae6ec1a2
6 changed files with 7 additions and 21 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue