aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/config.h.win32
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2002-06-10 15:45:30 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2002-06-10 15:45:30 +0000
commit87e011637cf99dcc57c2aefd4b6185fea10c3aee (patch)
tree7419c2dbcf0566cce9587a5410a8b64101c3298d /wiretap/config.h.win32
parent4754a67c1208d4c8214c84ed23fc61dbbd3890c5 (diff)
Add #define HAVE_PCAP_H 1 to config.h.win32.
In libpcap.c, move wtap_pcap_encap_to_wtap_encap before libpcap_open so that if HAVE_PCAP_H is not true, the file will still compile. svn path=/trunk/; revision=5660
Diffstat (limited to 'wiretap/config.h.win32')
-rw-r--r--wiretap/config.h.win323
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/config.h.win32 b/wiretap/config.h.win32
index 1d4b448754..bd7cf51db6 100644
--- a/wiretap/config.h.win32
+++ b/wiretap/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.8 2001/04/06 03:52:45 gram Exp $ */
+/* $Id: config.h.win32,v 1.9 2002/06/10 15:45:30 gram Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -48,6 +48,7 @@
#define HAVE_IO_H 1
#define open _open
#define close _close
+#define HAVE_PCAP_H 1
/* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
/*#define ZLIB_DLL 1