Skip to content
Snippets Groups Projects
Commit 5bfeb60a authored by Guenter Knauf's avatar Guenter Knauf
Browse files

corrected defines.

parent 1ab4a2f8
No related branches found
No related tags found
No related merge requests found
...@@ -392,8 +392,11 @@ ...@@ -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 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment