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