aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index f805825..5d6f00a 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -59,8 +59,11 @@
/**************************** OPTIONS ****************************/
+/* Define to 1 if you want to enable ZLIB */
+#cmakedefine WITH_LIBZ 1
+
/* Define to 1 if you want to enable SSH1 */
-#cmakedefine HAVE_SSH1
+#cmakedefine HAVE_SSH1 1
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */