From e02a6e0225adb88b3eef91c479b9a50065fcdd5e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 28 Mar 2009 21:56:28 +0000 Subject: Add WITH_SERVER option. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@293 7dcaeef0-15fb-0310-b436-a5af3365683c --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index d08a583..de60ccc 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -65,6 +65,9 @@ /* Define to 1 if you want to enable SSH1 */ #cmakedefine WITH_SSH1 1 +/* Define to 1 if you want to enable server support */ +#cmakedefine WITH_SERVER 1 + /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD -- cgit v1.2.3