aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-07-13 15:46:23 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-07-13 15:48:49 +0200
commit1663917f71317587425564298722740afec5ab47 (patch)
tree3cec30c5611bdce9668b77d2aee9e595bad18055 /config.h.cmake
parent9bbbccc0e778d26600e0f3a891c164a881a805cc (diff)
downloadlibssh-1663917f71317587425564298722740afec5ab47.tar.gz
libssh-1663917f71317587425564298722740afec5ab47.tar.xz
libssh-1663917f71317587425564298722740afec5ab47.zip
cmake: Make GSSAPI optional.
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 2014e8d9..cea26f01 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -120,6 +120,9 @@
/**************************** OPTIONS ****************************/
+/* Define to 1 if you want to enable GSSAPI */
+#cmakedefine WITH_GSSAPI 1
+
/* Define to 1 if you want to enable ZLIB */
#cmakedefine WITH_ZLIB 1