Support for reading compressed Sniffer files, from Tim Farley, Joerg
[obnox/wireshark/wip.git] / wiretap / config.h.win32
1
2 /* Define if you have the ANSI C header files.  */
3 #define STDC_HEADERS 1
4
5 /* Define if you have the <unistd.h> header file.  */
6 /* #define HAVE_UNISTD_H */
7
8 /* Define if you have the z library (-lz).  */
9 /*#define HAVE_LIBZ 1*/
10
11 /* Name of package */
12 #define PACKAGE "libwtap.a"
13
14 /* Version number of package */
15 #define VERSION "0.0.0"
16
17 #define HAVE_WINSOCK_H          1
18 #define HAVE_IO_H               1
19 #define open                    _open
20 #define close                   _close
21
22 /* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
23 /*#define ZLIB_DLL              1
24 #define _WINDOWS                1*/