aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-15 15:36:12 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-15 15:36:12 +0000
commit422a09166e47f86728dbb41b9e01d8a4213ee039 (patch)
tree4ced36de9d55e19a04c9d5ce3fb41d01a0fb6b77 /config.h.win32
parent792fbef5fb5f5ffcaf0b6eef4402bf976aef8458 (diff)
Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.
Whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12304 f5534014-38df-0310-8fa8-9805f1628bb7
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