aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-06-23 10:32:36 +0000
committerGuy Harris <guy@alum.mit.edu>2002-06-23 10:32:36 +0000
commit73ef5a2753c0c585f45b0f1ba014e455907d417f (patch)
tree8ec2f7762a234f23f5b362bf99e86c209e43195a /wiretap/config.h.win32
parent6ef2cc2b1f65e7d6b02a7ac32bf0ae5dc0d29f5c (diff)
WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's
<packet32.h> includes <winsock2.h>; we include that rather than <winsock.h>, to avoid errors due to conflicting declarations in <winsock.h> and <winsock2.h>. svn path=/trunk/; revision=5742
Diffstat (limited to 'wiretap/config.h.win32')
-rw-r--r--wiretap/config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/config.h.win32 b/wiretap/config.h.win32
index bd7cf51db6..f9b8b7846c 100644
--- a/wiretap/config.h.win32
+++ b/wiretap/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.9 2002/06/10 15:45:30 gram Exp $ */
+/* $Id: config.h.win32,v 1.10 2002/06/23 10:32:36 guy Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -44,7 +44,7 @@
/* Version number of package */
#define VERSION "@VERSION@"
-#define HAVE_WINSOCK_H 1
+#define HAVE_WINSOCK2_H 1
#define HAVE_IO_H 1
#define open _open
#define close _close