From 33b948cab991cb9ef4834ea02b19cf38623bcc3f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 28 Mar 2009 21:43:53 +0000 Subject: Add an option WITH_LIBZ to compile with zlib support. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@289 7dcaeef0-15fb-0310-b436-a5af3365683c --- config.h.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index f8058259..5d6f00a1 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). */ -- cgit v1.2.3