249df566d252095fccbaf2c0c5a69f1061e94ddf
[obnox/wireshark/wip.git] / wiretap / config.h.win32
1 /* Define if you have the ANSI C header files.  */
2 #define STDC_HEADERS 1
3
4 /* Define if your processor stores words with the most significant
5    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
6 /* #undef WORDS_BIGENDIAN */
7
8 /* Define if lex declares yytext as a char * by default, not a char[].  */
9 #define YYTEXT_POINTER 1
10
11 /* #undef HAVE_GLIB10 */
12
13 /* Define if you have the <netinet/in.h> header file.  */
14 /* #undef HAVE_NETINET_IN_H */
15
16 /* Define if you have the <sys/time.h> header file.  */
17 /* #undef HAVE_SYS_TIME_H */
18
19 /* Define if you have the z library (-lz).  */
20 /* #undef HAVE_LIBZ */
21
22 /* Name of package */
23 #define PACKAGE "libwtap.a"
24
25 /* Version number of package */
26 #define VERSION "0.0.0"
27
28 #define HAVE_WINSOCK_H          1
29 #define HAVE_IO_H               1
30 #define open                    _open
31 #define close                   _close