aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-05 04:32:57 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-05 04:32:57 +0000
commitdb179bb768180122d253e07f011cb40f97b6f991 (patch)
tree61790df57e980db49d9190658411f06482684746 /config.h.win32
parenta41982ca05d09a656b03a2b6639a881a3b504115 (diff)
config and makefile magic we need when we integrate kerberos for windows with the w32 build
disabled for now svn path=/trunk/; revision=18838
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@