In a ChangeHosts request, display 4-byte Internet addresses as IPv4
[obnox/wireshark/wip.git] / config.h.win32
1 /* $Id: config.h.win32,v 1.34 2002/03/12 10:37:01 guy Exp $ */
2 /* config.h.win32 Generated manually. :-) */
3 /* config.h.  Generated automatically by configure.  */
4 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
5
6 /* Generated Bison and Flex files test whether __STDC__ is defined
7    in order to check whether to use ANSI C features such as "const".
8
9    GCC defines it as 1 even if extensions that render the implementation
10    non-conformant are enabled; Sun's C compiler (and, I think, other
11    AT&T-derived C compilers) define it as 0 if extensions that render
12    the implementation non-conformant are enabled; Microsoft Visual C++
13    6.0 doesn't define it at all if extensions that render the implementation
14    non-conformant are enabled.
15
16    We define it as 0 here, so that those generated files will use
17    those features (and thus not get type warnings when compiled with
18    MSVC++). */
19 #ifndef __STDC__
20 #define __STDC__ 0
21 #endif
22
23 /* Define if you have the ANSI C header files.  */
24 #define STDC_HEADERS 1
25
26 /* Define if your processor stores words with the most significant
27    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
28 /* #undef WORDS_BIGENDIAN */
29
30 /* Define if lex declares yytext as a char * by default, not a char[].  */
31 /* #undef YYTEXT_POINTER */
32
33 #define HAVE_PLUGINS            1
34 #define PLUGINS_NEED_ADDRESS_TABLE 1
35
36 /* #undef HAVE_SA_LEN */
37
38 /* #undef NEED_SNPRINTF_H */
39
40 /* #undef NEED_STRERROR_H */
41
42 #define NEED_MKSTEMP 1
43
44 #define HAVE_LIBPCAP 1
45
46 /* #undef HAVE_UCD_SNMP */
47
48 /* Define if you have the gethostbyname2 function.  */
49 /* #undef HAVE_GETHOSTBYNAME2 */
50
51 /* Define if you have the getprotobynumber function.  */
52 /* #undef HAVE_GETPROTOBYNUMBER */
53
54 /* Define if you have the <arpa/inet.h> header file.  */
55 /* #undef HAVE_ARPA_INET_H */
56
57 /* Define if you have the <fcntl.h> header file.  */
58 #define HAVE_FCNTL_H 1
59
60 /* Define if you have the <iconv.h> header file.  */
61 /* #undef HAVE_ICONV_H */
62
63 /* Define if you have the <netdb.h> header file.  */
64 /* #undef HAVE_NETDB_H */
65
66 /* Define if you have the <netinet/in.h> header file.  */
67 /* #define HAVE_NETINET_IN_H 1 */
68
69 /* Define if you have the <snmp/snmp.h> header file.  */
70 /* #undef HAVE_SNMP_SNMP_H */
71
72 /* Define if you have the <snmp/version.h> header file.  */
73 /* #undef HAVE_SNMP_VERSION_H */
74
75 /* Define if you have the <stdarg.h> header file.  */
76 #define HAVE_STDARG_H 1
77
78 /* Define if you have the <stddef.h> header file.  */
79 /* #undef HAVE_STDDEF_H */
80
81 /* Define if you have the <sys/ioctl.h> header file.  */
82 /* #undef HAVE_SYS_IOCTL_H */
83
84 /* Define if you have the <sys/socket.h> header file.  */
85 /* #undef HAVE_SYS_SOCKET_H */
86
87 /* Define if you have the <sys/sockio.h> header file.  */
88 /* #undef HAVE_SYS_SOCKIO_H */
89
90 /* Define if you have the <sys/stat.h> header file.  */
91 #define HAVE_SYS_STAT_H 1
92
93 /* Define if you have the <sys/time.h> header file.  */
94 /* #define HAVE_SYS_TIME_H 1 */
95
96 /* Define if you have the <sys/types.h> header file.  */
97 #define HAVE_SYS_TYPES_H 1
98
99 /* Define if you have the <sys/wait.h> header file.  */
100 /* #undef HAVE_SYS_WAIT_H */
101
102 /* Define if you have the <ucd-snmp/version.h> header file.  */
103 /* #undef HAVE_UCD_SNMP_VERSION_H */
104
105 /* Define if you have the <unistd.h> header file.  */
106 /* #define HAVE_UNISTD_H 1 */
107
108 /* Define if you have the z library (-lz).  */
109 /*#define HAVE_LIBZ 1*/
110
111 #ifndef WIN32
112 #define WIN32                   1
113 #endif
114
115 #define HAVE_WINDOWS_H          1
116 #define HAVE_WINSOCK_H          1
117 #define HAVE_DIRECT_H           1
118 #define HAVE_IO_H               1
119 #define NEED_INET_ATON_H        1
120 #define NEED_INET_V6DEFS_H      1
121 #define NEED_GETOPT_H           1
122 #define NEED_STRPTIME_H         1
123 #define snprintf                _snprintf
124 #define vsnprintf               _vsnprintf
125 #define strcasecmp              stricmp
126 #define strncasecmp             strnicmp
127 #define open                    _open
128 #define close                   _close
129 #define popen                   _popen
130 #define pclose                  _pclose
131
132 /* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
133 /*#define ZLIB_DLL                1
134 #define _WINDOWS                1*/
135
136 /* Name of package */
137 #define PACKAGE "ethereal"
138
139 /* Version number of package */
140 #define VERSION "@VERSION@"
141
142 /* We don't know what the plugin installation directory will be. */
143 #define PLUGIN_DIR NULL