aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-02-09 19:18:42 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-02-09 19:18:42 +0000
commitf9a8a11ef521d6d9ae6160a8d75085264f07d8e2 (patch)
tree084de5debceb828e118edd682e44e95e968dfc14 /config.h.win32
parentae1f986db1bc9e03e50dbf0a14985fb509e7a44f (diff)
Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcap
from WinDump with Ethereal. We now have packet capturing on Win32. :) svn path=/trunk/; revision=1612
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*/