From 1663917f71317587425564298722740afec5ab47 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 13 Jul 2013 15:46:23 +0200 Subject: cmake: Make GSSAPI optional. --- 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 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 -- cgit v1.2.1