aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-02-09 19:18:42 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-02-09 19:18:42 +0000
commit288a7ba8971be9a5d7e4e54f02b0c5013449d2e2 (patch)
tree084de5debceb828e118edd682e44e95e968dfc14 /config.h.win32
parente918663ba18d74ef01d2d0a17582b95556970664 (diff)
Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcap
from WinDump with Ethereal. We now have packet capturing on Win32. :) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1612 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index ea3e6e4a18..0922d8dcbd 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -51,7 +51,7 @@
/* #define HAVE_UNISTD_H 1 */
/* Define if you have the pcap library (-lpcap). */
-/* #define HAVE_LIBPCAP 1 */
+#define HAVE_LIBPCAP 1
/* Define if you have the z library (-lz). */
/*#define HAVE_LIBZ 1*/