aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-12-06 20:29:54 +0000
committerGerald Combs <gerald@wireshark.org>2006-12-06 20:29:54 +0000
commit8e397a26173c9590e703b923e6026f9702a6561c (patch)
tree84227d9d4b62cdd58bced91c751fa6244902f7a7 /config.h.win32
parent4204337a2eae48499dbfb8198c5b77f89d297f43 (diff)
Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compiler
warning in the 802.11 dissector. svn path=/trunk/; revision=20053
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win321
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index be279f80ca..39233043b5 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -62,6 +62,7 @@
@HAVE_LIBWIRESHARKDLL@
@HAVE_AIRPCAP@
+@HAVE_AIRPDCAP@
/* availability of pcap_freecode() is handled at runtime */
#define HAVE_PCAP_FREECODE 1