aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/config.h.win32
blob: 4c3529aca6654976714e19ad3fa8618049b78dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you have the <unistd.h> header file.  */
/* #define HAVE_UNISTD_H */

/* Define if you have the z library (-lz).  */
/*#define HAVE_LIBZ 1*/

/* Name of package */
#define PACKAGE "libwtap.a"

/* Version number of package */
#define VERSION "0.0.0"

#define HAVE_WINSOCK_H		1
#define HAVE_IO_H		1
#define open                    _open
#define close                   _close

/* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
/*#define ZLIB_DLL		1
#define _WINDOWS		1*/