Fetch fields in NBDS as we add them to the protocol tree.
[metze/wireshark/wip.git] / config.h.win32
1 /* config.h.win32.  Generated manually. :-) */
2 /* config.h.  Generated automatically by configure.  */
3 /* config.h.in.  Generated automatically from configure.ac by autoheader.  */
4
5 /* Generated Bison and Flex files test whether __STDC__ is defined
6    in order to check whether to use ANSI C features such as "const".
7
8    GCC defines it as 1 even if extensions that render the implementation
9    non-conformant are enabled; Sun's C compiler (and, I think, other
10    AT&T-derived C compilers) define it as 0 if extensions that render
11    the implementation non-conformant are enabled; Microsoft Visual C++
12    6.0 doesn't define it at all if extensions that render the implementation
13    non-conformant are enabled.
14
15    We define it as 0 here, so that those generated files will use
16    those features (and thus not get type warnings when compiled with
17    MSVC++). */
18 #ifndef __STDC__
19 #define __STDC__ 0
20 #endif
21
22 /*
23  * Flex (v 2.5.35) uses this symbol to "exclude" unistd.h
24  */
25 #define YY_NO_UNISTD_H
26
27 /* Use Unicode in Windows runtime functions. */
28 #define UNICODE 1
29 #define _UNICODE 1
30
31 /* Define if you have the ANSI C header files.  */
32 #define STDC_HEADERS 1
33
34 /* Define if your processor stores words with the most significant
35    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
36 /* #undef WORDS_BIGENDIAN */
37
38 /* Define if lex declares yytext as a char * by default, not a char[].  */
39 #define YYTEXT_POINTER 1
40
41 #define HAVE_PLUGINS            1
42
43 /* #undef HAVE_SA_LEN */
44
45 /* #undef HAVE_MKSTEMP */
46 /* #undef HAVE_MKDTEMP */
47
48 @HAVE_LIBPCAP@
49 @HAVE_PCAP_BREAKLOOP@
50 @HAVE_PCAP_FINDALLDEVS@
51 @HAVE_PCAP_DATALINK_NAME_TO_VAL@
52 @HAVE_PCAP_DATALINK_VAL_TO_NAME@
53 @HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION@
54
55 @HAVE_PCAP_LIST_DATALINKS@
56 @HAVE_PCAP_FREE_DATALINKS@
57 @HAVE_PCAP_SET_DATALINK@
58
59 @HAVE_REMOTE@
60 @HAVE_PCAP_REMOTE@
61 @HAVE_PCAP_OPEN@
62 @HAVE_PCAP_OPEN_DEAD@
63 @HAVE_BPF_IMAGE@
64 @HAVE_PCAP_SETSAMPLING@
65
66 /* availability of pcap_freecode() is handled at runtime */
67 #define HAVE_PCAP_FREECODE 1
68
69 /* `pcap_get_selectable_fd' is UN*X-only. */
70 /* #undef HAVE_PCAP_GET_SELECTABLE_FD */
71
72 @HAVE_AIRPCAP@
73
74 @PCAP_NG_DEFAULT@
75 @WANT_PACKET_EDITOR@
76
77 /*
78  * Define WS_MSVC_NORETURN appropriately for declarations of routines that
79  * never return (just like Charlie on the MTA).
80  *
81  * Note that MSVC++ expects __declspec(noreturn) to precede the function
82  * name and GCC, as far as I know, expects __attribute__((noreturn)) to
83  * follow the function name, so we need two different flavors of
84  * noreturn tag.
85  */
86 #define WS_MSVC_NORETURN        __declspec(noreturn)
87
88 /* Define if you have the gethostbyname2 function.  */
89 /* #undef HAVE_GETHOSTBYNAME2 */
90
91 /* Define if you have the getprotobynumber function.  */
92 /* #undef HAVE_GETPROTOBYNUMBER */
93
94 /* Define if you have the <arpa/inet.h> header file.  */
95 /* #undef HAVE_ARPA_INET_H */
96
97 /* Define if you have the <direct.h> header file.  */
98 #define HAVE_DIRECT_H 1
99
100 /* Define if you have the <fcntl.h> header file.  */
101 #define HAVE_FCNTL_H 1
102
103 /* Define if you have the <iconv.h> header file.  */
104 /* #undef HAVE_ICONV */
105
106 /* Define if you have the <netdb.h> header file.  */
107 /* #undef HAVE_NETDB_H */
108
109 /* Define if you have the <netinet/in.h> header file.  */
110 /* #define HAVE_NETINET_IN_H 1 */
111
112 /* Define if your printf() function supports thousands grouping. */
113 /* #undef HAVE_GLIB_PRINTF_GROUPING */
114
115 /* Define if you have the <snmp/snmp.h> header file.  */
116 /* #undef HAVE_SNMP_SNMP_H */
117
118 /* Define if you have the <snmp/version.h> header file.  */
119 /* #undef HAVE_SNMP_VERSION_H */
120
121 /* Define if you have the <stdarg.h> header file.  */
122 #define HAVE_STDARG_H 1
123
124 /* Define if you have the <stddef.h> header file.  */
125 /* #undef HAVE_STDDEF_H */
126
127 /* Define if you have the <sys/ioctl.h> header file.  */
128 /* #undef HAVE_SYS_IOCTL_H */
129
130 /* Define if you have the <sys/socket.h> header file.  */
131 /* #undef HAVE_SYS_SOCKET_H */
132
133 /* Define if you have the <sys/sockio.h> header file.  */
134 /* #undef HAVE_SYS_SOCKIO_H */
135
136 /* Define if you have the <sys/stat.h> header file.  */
137 #define HAVE_SYS_STAT_H 1
138
139 /* Define if you have the <sys/time.h> header file.  */
140 /* #define HAVE_SYS_TIME_H 1 */
141
142 /* Define if you have the <sys/types.h> header file.  */
143 #define HAVE_SYS_TYPES_H 1
144
145 /* Define if you have the <sys/wait.h> header file.  */
146 /* #undef HAVE_SYS_WAIT_H */
147
148 /* Define if tm_zone field exists in struct tm */
149 /* #undef HAVE_TM_ZONE 1 */
150
151 /* Define if tzname array exists */
152 /* #undef HAVE_TZNAME */
153
154 /* Define if you have the <unistd.h> header file.  */
155 /* #define HAVE_UNISTD_H 1 */
156
157 /* Define if you have the <windows.h> header file.  */
158 #define HAVE_WINDOWS_H 1
159
160 /* Define if you have the <winsock2.h> header file.  */
161 #define HAVE_WINSOCK2_H 1
162
163 /* Define if <inttypes.h> defines PRI[doxu]64 macros */
164 /* #define INTTYPES_H_DEFINES_FORMATS */
165
166 /* Define if you have the z library (-lz).  */
167 @HAVE_LIBZ@
168 #ifdef HAVE_LIBZ
169 #define HAVE_INFLATEPRIME 1
170 #endif
171
172 /* Define to use GNU ADNS library */
173 @HAVE_C_ARES@
174
175 /* Define to use GNU ADNS library */
176 #ifndef HAVE_C_ARES
177 @HAVE_GNU_ADNS@
178 #define ADNS_JGAA_WIN32 1
179 #endif
180
181 /* Define to use the Nettle library */
182 @HAVE_NETTLE@
183
184 /* Define to use the gnutls library */
185 @HAVE_LIBGNUTLS@
186
187 /* Define to use the libgcrypt library */
188 @HAVE_LIBGCRYPT@
189
190 /* Define to use mit kerberos for decryption of kerberos/sasl/dcerpc */
191 @HAVE_KFW@
192 #ifdef HAVE_MIT_KERBEROS
193 #define HAVE_KERBEROS
194 #endif
195
196 /* Define to use Lua */
197 @HAVE_LUA@
198 @HAVE_LUA@
199
200 /* Define to use Python */
201 @HAVE_PYTHON@
202
203 /* Define to use Portaudio library */
204 @HAVE_LIBPORTAUDIO@
205 /* Define  version of of the Portaudio library API */
206 @PORTAUDIO_API_1@
207
208 /* Define to have SMI */
209 @HAVE_SMI@
210
211 /* Define to use GeoIP library */
212 @HAVE_GEOIP@
213
214 /* Define if GeoIP supports IPv6 (GeoIP 1.4.5 and later) */
215 @HAVE_GEOIP_V6@
216
217 /* Define to enable WinSparkle software updates */
218 @HAVE_SOFTWARE_UPDATE@
219
220 /* Define for IPv6 */
221 @INET6@
222
223 /* Define to have ntddndis.h */
224 @HAVE_NTDDNDIS_H@
225
226 /* #undef HAVE_INET_ATON_H */
227 #define NEED_INET_V6DEFS_H  1
228 #define NEED_STRPTIME_H     1
229
230 #ifndef WIN32
231 #define WIN32                   1
232 #endif
233
234 /* Wireshark's marker that a function parameter is unused.  Used to avoid
235  * warnings on compilers that support such hints.
236  */
237 #define _U_
238
239 /* Visual C 9 (2008), Visual C 10 (2010) and Visual C 11 (2012) and Visual C 12 (2013) need these prototypes */
240 /* XXX: Can we use MSC_VER >= 1500 ?? */
241 #if _MSC_VER == 1500 || _MSC_VER == 1600 || _MSC_VER == 1700 || _MSC_VER == 1800
242 #define NTDDI_VERSION NTDDI_WIN2K
243 #define _WIN32_WINNT _WIN32_WINNT_WIN2K
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 /* Broken down version */
260 #define VERSION_MAJOR @VERSION_MAJOR@
261 #define VERSION_MINOR @VERSION_MINOR@
262 #define VERSION_MICRO @VERSION_MICRO@
263
264 /* We shouldn't need this under Windows but we'll define it anyway. */
265 #define HTML_VIEWER "mozilla"
266
267 /* Check for the required _MSC_VER */
268 #if MSC_VER_REQUIRED != _MSC_VER
269 #define WS_TO_STRING2(x) #x
270 #define WS_TO_STRING(x) WS_TO_STRING2(x)
271 #pragma message( "_MSC_VER is:" WS_TO_STRING(_MSC_VER) " but required is:" WS_TO_STRING(MSC_VER_REQUIRED) )
272 #error Your MSVC_VARIANT setting in config.nmake doesn't match the MS compiler version!
273 #endif
274
275 /* Disable Code Analysis warnings that result in too many false positives. */
276 /* http://msdn.microsoft.com/en-US/library/zyhb0b82.aspx */
277 #if _MSC_VER >= 1400
278 #pragma warning ( disable : 6011 )
279 #endif
280
281 #if !defined(QT_VERSION) || !defined(_SSIZE_T_DEFINED)
282 typedef int ssize_t;
283 #endif