aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-05-21 09:59:49 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-05-21 09:59:49 +0000
commitf6831ab3403a0edd3a0a9b08d95ef3e1e0ebc54f (patch)
tree1126172a05ea0e3d65d1cebe38bd10af3a2735a1 /config.h.win32
parentb5d1f77046792e88db90094a156e4722e34ad381 (diff)
bugfix: mark pcap_freecode() as optional, as it's not available by WinPcap 2.3
add optional pcap_next_ex() which is currently unused svn path=/trunk/; revision=14412
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 930b1b4e25..e45839a22e 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -58,6 +58,9 @@
@WPCAP_CONSTIFIED@
@HAVE_LIBETHEREALDLL@
+/* availability of pcap_freecode() is handled at runtime */
+#define HAVE_PCAP_FREECODE 1
+
/* define macro for importing variables from an dll
* it depends on HAVE_LIBETHEREAL and _NEED_VAR_IMPORT_
*/