Move dissector add sanity check to separate function
[obnox/wireshark/wip.git] / config.h.win32
1 /* $Id$ */
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 /* 
24  * Flex (v 2.5.35) uses this symbol to "exclude" unistd.h
25  */
26 #define YY_NO_UNISTD_H
27
28 /* Use Unicode in Windows runtime functions. */
29 #define UNICODE 1
30 #define _UNICODE 1
31
32 /* Define if you have the ANSI C header files.  */
33 #define STDC_HEADERS 1
34
35 /* Define if your processor stores words with the most significant
36    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
37 /* #undef WORDS_BIGENDIAN */
38
39 /* Define if lex declares yytext as a char * by default, not a char[].  */
40 #define YYTEXT_POINTER 1
41
42 #define HAVE_PLUGINS            1
43
44 /* #undef HAVE_SA_LEN */
45
46 /* #undef NEED_STRERROR_H */
47
48 /* #undef HAVE_MKSTEMP */
49 /* #undef HAVE_MKDTEMP */
50
51 @HAVE_LIBPCAP@
52 @HAVE_PCAP_BREAKLOOP@
53 @HAVE_PCAP_FINDALLDEVS@
54 @HAVE_PCAP_DATALINK_NAME_TO_VAL@
55 @HAVE_PCAP_DATALINK_VAL_TO_NAME@
56 @HAVE_LIBWIRESHARKDLL@
57
58 @HAVE_PCAP_LIST_DATALINKS@
59 @HAVE_PCAP_SET_DATALINK@
60
61 @HAVE_REMOTE@
62 @HAVE_PCAP_REMOTE@
63 @HAVE_PCAP_OPEN@
64 @HAVE_PCAP_SETSAMPLING@
65
66 @HAVE_AIRPCAP@
67 @HAVE_AIRPDCAP@
68
69 /* Use new packet list or not Warning Experimental */
70 @HAVE_NEW_PACKET_LIST@
71
72 /* availability of pcap_freecode() is handled at runtime */
73 #define HAVE_PCAP_FREECODE 1
74
75 /* define macro for importing variables from an dll 
76  * it depends on HAVE_LIBWIRESHARKDLL and _NEED_VAR_IMPORT_
77  */
78 #if defined (_NEED_VAR_IMPORT_) && defined (HAVE_LIBWIRESHARKDLL)
79 #  define WS_VAR_IMPORT __declspec(dllimport) extern
80 #else
81 #  define WS_VAR_IMPORT extern
82 #endif
83
84 /* Define if you have the gethostbyname2 function.  */
85 /* #undef HAVE_GETHOSTBYNAME2 */
86
87 /* Define if you have the getprotobynumber function.  */
88 /* #undef HAVE_GETPROTOBYNUMBER */
89
90 /* Define if you have the <arpa/inet.h> header file.  */
91 /* #undef HAVE_ARPA_INET_H */
92
93 /* Define if you have the <direct.h> header file.  */
94 #define HAVE_DIRECT_H 1
95
96 /* Define if you have the <fcntl.h> header file.  */
97 #define HAVE_FCNTL_H 1
98
99 /* Define if you have the <iconv.h> header file.  */
100 /* #undef HAVE_ICONV */
101
102 /* Define if you have the <netdb.h> header file.  */
103 /* #undef HAVE_NETDB_H */
104
105 /* Define if you have the <netinet/in.h> header file.  */
106 /* #define HAVE_NETINET_IN_H 1 */
107
108 /* Define if you have the <snmp/snmp.h> header file.  */
109 /* #undef HAVE_SNMP_SNMP_H */
110
111 /* Define if you have the <snmp/version.h> header file.  */
112 /* #undef HAVE_SNMP_VERSION_H */
113
114 /* Define if you have the <stdarg.h> header file.  */
115 #define HAVE_STDARG_H 1
116
117 /* Define if you have the <stddef.h> header file.  */
118 /* #undef HAVE_STDDEF_H */
119
120 /* Define if you have the <sys/ioctl.h> header file.  */
121 /* #undef HAVE_SYS_IOCTL_H */
122
123 /* Define if you have the <sys/socket.h> header file.  */
124 /* #undef HAVE_SYS_SOCKET_H */
125
126 /* Define if you have the <sys/sockio.h> header file.  */
127 /* #undef HAVE_SYS_SOCKIO_H */
128
129 /* Define if you have the <sys/stat.h> header file.  */
130 #define HAVE_SYS_STAT_H 1
131
132 /* Define if you have the <sys/time.h> header file.  */
133 /* #define HAVE_SYS_TIME_H 1 */
134
135 /* Define if you have the <sys/types.h> header file.  */
136 #define HAVE_SYS_TYPES_H 1
137
138 /* Define if you have the <sys/wait.h> header file.  */
139 /* #undef HAVE_SYS_WAIT_H */
140
141 /* Define if you have the <unistd.h> header file.  */
142 /* #define HAVE_UNISTD_H 1 */
143
144 /* Define if you have the <windows.h> header file.  */
145 #define HAVE_WINDOWS_H 1
146
147 /* Define if you have the <winsock2.h> header file.  */
148 #define HAVE_WINSOCK2_H 1
149
150 /* Define if <inttypes.h> defines PRI[doxu]64 macros */
151 /* #define INTTYPES_H_DEFINES_FORMATS */
152
153 /* Define if you have the z library (-lz).  */
154 @HAVE_LIBZ@
155
156 /* Define to use GNU ADNS library */
157 @HAVE_C_ARES@
158
159 /* Define to use GNU ADNS library */
160 #ifndef HAVE_C_ARES
161 @HAVE_GNU_ADNS@
162 #define ADNS_JGAA_WIN32 1
163 #endif
164
165 /* Define to use the PCRE library */
166 @HAVE_PCRE@
167
168 /* Define to use the Nettle library */
169 @HAVE_NETTLE@
170
171 /* Define to use the gnutls library */
172 @HAVE_LIBGNUTLS@
173
174 /* Define to use the libgcrypt library */
175 @HAVE_LIBGCRYPT@
176
177 /* Define to use mit kerberos for decryption of kerberos/sasl/dcerpc */
178 @HAVE_KFW@
179 #ifdef HAVE_MIT_KERBEROS
180 #define HAVE_KERBEROS
181 #endif
182
183 /* Define to use Lua */
184 @HAVE_LUA@
185 @HAVE_LUA_5_1@
186
187 /* Define to use Portaudio library */
188 @HAVE_LIBPORTAUDIO@
189 /* Define  version of of the Portaudio library API */
190 @PORTAUDIO_API_1@
191
192 /* Define to have SMI */
193 @HAVE_SMI@
194
195 /* Define to have GeoIP */
196 @HAVE_GEOIP@
197
198 /* Define for IPv6 */
199 @INET6@
200
201 /* Define to have ntddndis.h */
202 @HAVE_NTDDNDIS_H@
203
204 #define NEED_INET_ATON_H    1
205 #define NEED_INET_V6DEFS_H  1
206 #define NEED_GETOPT_H       1
207 #define NEED_STRPTIME_H     1
208
209 #ifndef WIN32
210 #define WIN32                   1
211 #endif
212
213 /* Visual C 9 (2008) now needs these prototypes */
214 #if _MSC_VER == 1500
215 #define NTDDI_VERSION NTDDI_WIN2K
216 #define _WIN32_WINNT _WIN32_WINNT_WIN2K
217 #endif
218
219 #define strncasecmp             strnicmp
220 #define popen                   _popen
221 #define pclose                  _pclose
222
223 /* Name of package */
224 #define PACKAGE "wireshark"
225
226 /* Version number of package */
227 #define VERSION "@VERSION@"
228
229 /* We shouldn't need this under Windows but we'll define it anyway. */
230 #define HTML_VIEWER "mozilla"
231
232 /* Check for the required _MSC_VER */
233 #if MSC_VER_REQUIRED != _MSC_VER
234 #define WS_TO_STRING2(x) #x
235 #define WS_TO_STRING(x) WS_TO_STRING2(x)
236 #pragma message( "_MSC_VER is:" WS_TO_STRING(_MSC_VER) " but required is:" WS_TO_STRING(MSC_VER_REQUIRED) )
237 #error Your MSVC_VARIANT setting in config.nmake doesn't match the MS compiler version!
238 #endif