aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-10-15 15:36:12 +0000
committerGerald Combs <gerald@wireshark.org>2004-10-15 15:36:12 +0000
commitfee16ab37752a5516a4e7b27772dff47524f27c7 (patch)
tree4ced36de9d55e19a04c9d5ce3fb41d01a0fb6b77 /config.h.win32
parent8142f2c99365f497739096284f1bca46a70e7c50 (diff)
Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.
Whitespace cleanup. svn path=/trunk/; revision=12304
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 02e5719e59..00ea8bc2f7 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -179,6 +179,12 @@
/* Define to use the PCRE library */
@HAVE_PCRE@
+/* Define to use the Nettle library */
+@HAVE_NETTLE@
+#ifdef HAVE_LIBNETTLE
+#define HAVE_KERBEROS 1
+#endif
+
#ifndef WIN32
#define WIN32 1
#endif