No need to define USE_THREADS twice.
[metze/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 /* Use threads */
33 #define USE_THREADS 1
34
35 /* Define if you have the ANSI C header files.  */
36 #define STDC_HEADERS 1
37
38 /* Define if your processor stores words with the most significant
39    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
40 /* #undef WORDS_BIGENDIAN */
41
42 /* Define if lex declares yytext as a char * by default, not a char[].  */
43 #define YYTEXT_POINTER 1
44
45 #define HAVE_PLUGINS            1
46
47 /* #undef HAVE_SA_LEN */
48
49 /* #undef HAVE_MKSTEMP */
50 /* #undef HAVE_MKDTEMP */
51
52 @HAVE_LIBPCAP@
53 @HAVE_PCAP_BREAKLOOP@
54 @HAVE_PCAP_FINDALLDEVS@
55 @HAVE_PCAP_DATALINK_NAME_TO_VAL@
56 @HAVE_PCAP_DATALINK_VAL_TO_NAME@
57 @HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION@
58 @HAVE_LIBWIRESHARKDLL@
59
60 @HAVE_PCAP_LIST_DATALINKS@
61 @HAVE_PCAP_FREE_DATALINKS@
62 @HAVE_PCAP_SET_DATALINK@
63
64 @HAVE_REMOTE@
65 @HAVE_PCAP_REMOTE@
66 @HAVE_PCAP_OPEN@
67 @HAVE_PCAP_OPEN_DEAD@
68 @HAVE_BPF_IMAGE@
69 @HAVE_PCAP_SETSAMPLING@
70
71 @HAVE_AIRPCAP@
72
73 @PCAP_NG_DEFAULT@
74 @MAIN_MENU_USE_UIMANAGER@
75 @WANT_PACKET_EDITOR@
76
77 /* availability of pcap_freecode() is handled at runtime */
78 #define HAVE_PCAP_FREECODE 1
79
80 /* define macro for importing variables from an dll
81  * it depends on HAVE_LIBWIRESHARKDLL and _NEED_VAR_IMPORT_
82  */
83 #if defined (_NEED_VAR_IMPORT_) && defined (HAVE_LIBWIRESHARKDLL)
84 #  define WS_VAR_IMPORT __declspec(dllimport) extern
85 #else
86 #  define WS_VAR_IMPORT extern
87 #endif
88
89 /*
90  * Define WS_MSVC_NORETURN appropriately for declarations of routines that
91  * never return (just like Charlie on the MTA).
92  *
93  * Note that MSVC++ expects __declspec(noreturn) to precede the function
94  * name and GCC, as far as I know, expects __attribute__((noreturn)) to
95  * follow the function name, so we need two different flavors of
96  * noreturn tag.
97  */
98 #define WS_MSVC_NORETURN        __declspec(noreturn)
99
100 /* Define if you have the gethostbyname2 function.  */
101 /* #undef HAVE_GETHOSTBYNAME2 */
102
103 /* Define if you have the getprotobynumber function.  */
104 /* #undef HAVE_GETPROTOBYNUMBER */
105
106 /* Define if you have the <arpa/inet.h> header file.  */
107 /* #undef HAVE_ARPA_INET_H */
108
109 /* Define if you have the <direct.h> header file.  */
110 #define HAVE_DIRECT_H 1
111
112 /* Define if you have the <fcntl.h> header file.  */
113 #define HAVE_FCNTL_H 1
114
115 /* Define if you have the <iconv.h> header file.  */
116 /* #undef HAVE_ICONV */
117
118 /* Define if you have the <netdb.h> header file.  */
119 /* #undef HAVE_NETDB_H */
120
121 /* Define if you have the <netinet/in.h> header file.  */
122 /* #define HAVE_NETINET_IN_H 1 */
123
124 /* Define if you have the <snmp/snmp.h> header file.  */
125 /* #undef HAVE_SNMP_SNMP_H */
126
127 /* Define if you have the <snmp/version.h> header file.  */
128 /* #undef HAVE_SNMP_VERSION_H */
129
130 /* Define if you have the <stdarg.h> header file.  */
131 #define HAVE_STDARG_H 1
132
133 /* Define if you have the <stddef.h> header file.  */
134 /* #undef HAVE_STDDEF_H */
135
136 /* Define if you have the <sys/ioctl.h> header file.  */
137 /* #undef HAVE_SYS_IOCTL_H */
138
139 /* Define if you have the <sys/socket.h> header file.  */
140 /* #undef HAVE_SYS_SOCKET_H */
141
142 /* Define if you have the <sys/sockio.h> header file.  */
143 /* #undef HAVE_SYS_SOCKIO_H */
144
145 /* Define if you have the <sys/stat.h> header file.  */
146 #define HAVE_SYS_STAT_H 1
147
148 /* Define if you have the <sys/time.h> header file.  */
149 /* #define HAVE_SYS_TIME_H 1 */
150
151 /* Define if you have the <sys/types.h> header file.  */
152 #define HAVE_SYS_TYPES_H 1
153
154 /* Define if you have the <sys/wait.h> header file.  */
155 /* #undef HAVE_SYS_WAIT_H */
156
157 /* Define if tm_zone field exists in struct tm */
158 /* #undef HAVE_TM_ZONE 1 */
159
160 /* Define if tzname array exists */
161 /* #undef HAVE_TZNAME */
162
163 /* Define if you have the <unistd.h> header file.  */
164 /* #define HAVE_UNISTD_H 1 */
165
166 /* Define if you have the <windows.h> header file.  */
167 #define HAVE_WINDOWS_H 1
168
169 /* Define if you have the <winsock2.h> header file.  */
170 #define HAVE_WINSOCK2_H 1
171
172 /* Define if <inttypes.h> defines PRI[doxu]64 macros */
173 /* #define INTTYPES_H_DEFINES_FORMATS */
174
175 /* Define if you have the z library (-lz).  */
176 @HAVE_LIBZ@
177 #ifdef HAVE_LIBZ
178 #define HAVE_INFLATEPRIME 1
179 #endif
180
181 /* Define to use GNU ADNS library */
182 @HAVE_C_ARES@
183
184 /* Define to use GNU ADNS library */
185 #ifndef HAVE_C_ARES
186 @HAVE_GNU_ADNS@
187 #define ADNS_JGAA_WIN32 1
188 #endif
189
190 /* Define to use the Nettle library */
191 @HAVE_NETTLE@
192
193 /* Define to use the gnutls library */
194 @HAVE_LIBGNUTLS@
195
196 /* Define to use the libgcrypt library */
197 @HAVE_LIBGCRYPT@
198
199 /* Define to use mit kerberos for decryption of kerberos/sasl/dcerpc */
200 @HAVE_KFW@
201 #ifdef HAVE_MIT_KERBEROS
202 #define HAVE_KERBEROS
203 #endif
204
205 /* Define to use Lua */
206 @HAVE_LUA@
207 @HAVE_LUA_5_1@
208
209 /* Define to use Python */
210 @HAVE_PYTHON@
211
212 /* Define to use Portaudio library */
213 @HAVE_LIBPORTAUDIO@
214 /* Define  version of of the Portaudio library API */
215 @PORTAUDIO_API_1@
216
217 /* Define to have SMI */
218 @HAVE_SMI@
219
220 /* Define to have GeoIP */
221 @HAVE_GEOIP@
222
223 /* Define for IPv6 */
224 @INET6@
225
226 /* Define to have ntddndis.h */
227 @HAVE_NTDDNDIS_H@
228
229 #define NEED_INET_ATON_H    1
230 #define NEED_INET_V6DEFS_H  1
231 #define NEED_STRPTIME_H     1
232
233 #ifndef WIN32
234 #define WIN32                   1
235 #endif
236
237 /* Visual C 9 (2008) & Visual C 10 (2010) need these prototypes */
238 #if _MSC_VER == 1500 || _MSC_VER == 1600
239 #define NTDDI_VERSION NTDDI_WIN2K
240 #define _WIN32_WINNT _WIN32_WINNT_WIN2K
241 #else
242 /* IsDebuggerPresent() and AttachConsole() needs this #define! */
243 #define _WIN32_WINNT 0x0500
244 #endif
245
246 #define strncasecmp             strnicmp
247 #define popen                   _popen
248 #define pclose                  _pclose
249
250 /* Define to use GTK */
251 #define HAVE_GTK
252
253 /* Name of package */
254 #define PACKAGE "wireshark"
255
256 /* Version number of package */
257 #define VERSION "@VERSION@"
258
259 /* We shouldn't need this under Windows but we'll define it anyway. */
260 #define HTML_VIEWER "mozilla"
261
262 /* Check for the required _MSC_VER */
263 #if MSC_VER_REQUIRED != _MSC_VER
264 #define WS_TO_STRING2(x) #x
265 #define WS_TO_STRING(x) WS_TO_STRING2(x)
266 #pragma message( "_MSC_VER is:" WS_TO_STRING(_MSC_VER) " but required is:" WS_TO_STRING(MSC_VER_REQUIRED) )
267 #error Your MSVC_VARIANT setting in config.nmake doesn't match the MS compiler version!
268 #endif
269
270 /* Disable Code Analysis warnings that result in too many false positives. */
271 /* http://msdn.microsoft.com/en-US/library/zyhb0b82.aspx */
272 #if _MSC_VER >= 1400
273 #pragma warning ( disable : 6011 )
274 #endif
275
276 typedef int ssize_t;