aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-11-01 23:54:05 +0000
committerGerald Combs <gerald@wireshark.org>2004-11-01 23:54:05 +0000
commit02032272ad49271d5e23f024d50b139f89080a1f (patch)
treeac1eb9f017e80479a9b3ee09453c00df8d4dc423 /config.h.win32
parent76bafcae5ee9f4aa6eb44d49290b918cd5dc3b27 (diff)
When we dynamically discover a Kerberos key, it helps to add it to the
key list. In the Nettle code, clear the key list and re-read the key file when the key file preference changes. Remove a redundant define in config.h.win32. svn path=/trunk/; revision=12471
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.win32 b/config.h.win32
index 00ea8bc2f7..930b1b4e25 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -181,9 +181,6 @@
/* Define to use the Nettle library */
@HAVE_NETTLE@
-#ifdef HAVE_LIBNETTLE
-#define HAVE_KERBEROS 1
-#endif
#ifndef WIN32
#define WIN32 1