aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-08-09 02:00:05 +0000
committerGerald Combs <gerald@wireshark.org>2006-08-09 02:00:05 +0000
commit4f16b6b1784ac102f8c9cae611f72a92d9710330 (patch)
tree245a52c13b87de665ec52f8e8c3f4a946a28daa8 /config.h.win32
parent94c402d6714d404cc2fd4be4b1da1fe9f0c601e7 (diff)
Point to the newest (1.5.0-1) GnuTLS package. Since it contains
libgcrypt, enable it in the Windows build. In packet-ipsec.c: - Remove non-constants from variable declaration initializations. - Use ep_alloc() in a couple of places. - Fix an off-by-one error. - Reduce the number of SAs in the preferences from 4 to 2. 4 made the preferences window absolutely enormous. This is probably the wrong way to fix this. - Fix up whitespace. svn path=/trunk/; revision=18856
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 72a2b2b48e..a2e8aac0b8 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -199,6 +199,9 @@
/* Define to use the gnutls library */
@HAVE_GNUTLS@
+/* Define to use the libgcrypt library */
+@HAVE_LIBGCRYPT@
+
/* Define to use mit kerberos for decryption of kerberos/sasl/dcerpc */
@HAVE_KFW@
#ifdef HAVE_MIT_KERBEROS