corrected defines.

This commit is contained in:
Gunter Knauf 2004-06-08 15:05:45 +00:00
parent 1ab4a2f870
commit 5bfeb60a83
2 changed files with 10 additions and 4 deletions

View File

@ -392,8 +392,11 @@
/* Define to 1 if you have the <x509.h> header file. */
#undef HAVE_X509_H
/* if you have the zlib.h header file */
#define HAVE_ZLIB_H 1
/* if you have the zlib.h header file - set from Makefile */
/* #undef HAVE_ZLIB_H */
/* If zlib is available - set from Makefile */
/* #undef HAVE_LIBZ */
/* need REENTRANT defined */
#undef NEED_REENTRANT

View File

@ -395,8 +395,11 @@
/* Define to 1 if you have the <x509.h> header file. */
#undef HAVE_X509_H
/* if you have the zlib.h header file */
#define HAVE_ZLIB_H 1
/* if you have the zlib.h header file - set from Makefile */
/* #undef HAVE_ZLIB_H */
/* If zlib is available - set from Makefile */
/* #undef HAVE_LIBZ */
/* need REENTRANT defined */
#undef NEED_REENTRANT