aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-23 01:56:09 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-23 01:56:09 +0000
commitbcf6e6733740328ab84f03ce521a2fc52e2bce9d (patch)
tree439456c1ccec60e83ca76f311e5f6cc3ca2dc969 /epan/dissectors/packet-kerberos.c
parentb2b796b4ea4609539bf39ad433d901a52457d88c (diff)
/* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */
#undef HAVE_STDARG_H #undef HAVE_SYS_TYPES_H git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21144 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-kerberos.c')
-rw-r--r--epan/dissectors/packet-kerberos.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-kerberos.c b/epan/dissectors/packet-kerberos.c
index b0b6d9d210..5ec3f7e73d 100644
--- a/epan/dissectors/packet-kerberos.c
+++ b/epan/dissectors/packet-kerberos.c
@@ -367,6 +367,11 @@ static const char *keytab_filename = "insert filename here";
#endif
#if defined(HAVE_HEIMDAL_KERBEROS) || defined(HAVE_MIT_KERBEROS)
+#ifdef _WIN32
+/* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */
+#undef HAVE_STDARG_H
+#undef HAVE_SYS_TYPES_H
+#endif
#include <krb5.h>
enc_key_t *enc_key_list=NULL;