mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
corrected defines.
This commit is contained in:
parent
1ab4a2f870
commit
5bfeb60a83
@ -392,8 +392,11 @@
|
|||||||
/* Define to 1 if you have the <x509.h> header file. */
|
/* Define to 1 if you have the <x509.h> header file. */
|
||||||
#undef HAVE_X509_H
|
#undef HAVE_X509_H
|
||||||
|
|
||||||
/* if you have the zlib.h header file */
|
/* if you have the zlib.h header file - set from Makefile */
|
||||||
#define HAVE_ZLIB_H 1
|
/* #undef HAVE_ZLIB_H */
|
||||||
|
|
||||||
|
/* If zlib is available - set from Makefile */
|
||||||
|
/* #undef HAVE_LIBZ */
|
||||||
|
|
||||||
/* need REENTRANT defined */
|
/* need REENTRANT defined */
|
||||||
#undef NEED_REENTRANT
|
#undef NEED_REENTRANT
|
||||||
|
@ -395,8 +395,11 @@
|
|||||||
/* Define to 1 if you have the <x509.h> header file. */
|
/* Define to 1 if you have the <x509.h> header file. */
|
||||||
#undef HAVE_X509_H
|
#undef HAVE_X509_H
|
||||||
|
|
||||||
/* if you have the zlib.h header file */
|
/* if you have the zlib.h header file - set from Makefile */
|
||||||
#define HAVE_ZLIB_H 1
|
/* #undef HAVE_ZLIB_H */
|
||||||
|
|
||||||
|
/* If zlib is available - set from Makefile */
|
||||||
|
/* #undef HAVE_LIBZ */
|
||||||
|
|
||||||
/* need REENTRANT defined */
|
/* need REENTRANT defined */
|
||||||
#undef NEED_REENTRANT
|
#undef NEED_REENTRANT
|
||||||
|
Loading…
Reference in New Issue
Block a user