summaryrefslogtreecommitdiff
path: root/wiretap/config.h.win32
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/config.h.win32')
-rw-r--r--wiretap/config.h.win329
1 files changed, 9 insertions, 0 deletions
diff --git a/wiretap/config.h.win32 b/wiretap/config.h.win32
index 4c3529aca6..f2ba12e4f3 100644
--- a/wiretap/config.h.win32
+++ b/wiretap/config.h.win32
@@ -8,6 +8,15 @@
/* Define if you have the z library (-lz). */
/*#define HAVE_LIBZ 1*/
+/* Define if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
/* Name of package */
#define PACKAGE "libwtap.a"