aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/config.h.win32
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/config.h.win32')
-rw-r--r--wiretap/config.h.win3227
1 files changed, 10 insertions, 17 deletions
diff --git a/wiretap/config.h.win32 b/wiretap/config.h.win32
index 249df566d2..4c3529aca6 100644
--- a/wiretap/config.h.win32
+++ b/wiretap/config.h.win32
@@ -1,23 +1,12 @@
+
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
-/* Define if your processor stores words with the most significant
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
-/* #undef WORDS_BIGENDIAN */
-
-/* Define if lex declares yytext as a char * by default, not a char[]. */
-#define YYTEXT_POINTER 1
-
-/* #undef HAVE_GLIB10 */
-
-/* Define if you have the <netinet/in.h> header file. */
-/* #undef HAVE_NETINET_IN_H */
-
-/* Define if you have the <sys/time.h> header file. */
-/* #undef HAVE_SYS_TIME_H */
+/* Define if you have the <unistd.h> header file. */
+/* #define HAVE_UNISTD_H */
/* Define if you have the z library (-lz). */
-/* #undef HAVE_LIBZ */
+/*#define HAVE_LIBZ 1*/
/* Name of package */
#define PACKAGE "libwtap.a"
@@ -27,5 +16,9 @@
#define HAVE_WINSOCK_H 1
#define HAVE_IO_H 1
-#define open _open
-#define close _close
+#define open _open
+#define close _close
+
+/* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
+/*#define ZLIB_DLL 1
+#define _WINDOWS 1*/