aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win326
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index f1d86a7d8b..72a2b2b48e 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -199,6 +199,12 @@
/* Define to use the gnutls library */
@HAVE_GNUTLS@
+/* Define to use mit kerberos for decryption of kerberos/sasl/dcerpc */
+@HAVE_KFW@
+#ifdef HAVE_MIT_KERBEROS
+#define HAVE_KERBEROS
+#endif
+
/* Define to use Lua */
@HAVE_LUA@
@HAVE_LUA_5_1@