aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-03-28 21:56:28 +0000
committerAndreas Schneider <mail@cynapses.org>2009-03-28 21:56:28 +0000
commite02a6e0225adb88b3eef91c479b9a50065fcdd5e (patch)
tree600ba6eef014f11ec448666afdffce55b9ae1501 /config.h.cmake
parentfce4840c779045b50dc8cc45fdfee4e6ee859248 (diff)
downloadlibssh-e02a6e0225adb88b3eef91c479b9a50065fcdd5e.tar.gz
libssh-e02a6e0225adb88b3eef91c479b9a50065fcdd5e.tar.xz
libssh-e02a6e0225adb88b3eef91c479b9a50065fcdd5e.zip
Add WITH_SERVER option.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@293 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
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