qt: show marker when capture file comment has changed
[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 #define HAVE_EXTCAP             1
43
44 /* #undef HAVE_SA_LEN */
45
46 /* #undef HAVE_MKSTEMP */
47 /* #undef HAVE_MKDTEMP */
48
49 @HAVE_LIBPCAP@
50 @HAVE_PCAP_BREAKLOOP@
51 @HAVE_PCAP_DATALINK_NAME_TO_VAL@
52
53 /* Always true in WinPcap, even without pcap_capture(). */
54 /* Define to 1 if the capture buffer size can be set. */
55 #define CAN_SET_CAPTURE_BUFFER_SIZE 1
56
57 @HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION@
58 @HAVE_PCAP_DATALINK_VAL_TO_NAME@
59 @HAVE_PCAP_FINDALLDEVS@
60
61 @HAVE_PCAP_LIST_DATALINKS@
62 @HAVE_PCAP_FREE_DATALINKS@
63 @HAVE_PCAP_SET_DATALINK@
64
65 @HAVE_REMOTE@
66 @HAVE_PCAP_REMOTE@
67 @HAVE_PCAP_OPEN@
68 @HAVE_PCAP_CREATE@
69 @HAVE_PCAP_OPEN_DEAD@
70 @HAVE_BPF_IMAGE@
71 @HAVE_PCAP_SETSAMPLING@
72
73 /* availability of pcap_freecode() is handled at runtime */
74 #define HAVE_PCAP_FREECODE 1
75
76 /* `pcap_get_selectable_fd' is UN*X-only. */
77 /* #undef HAVE_PCAP_GET_SELECTABLE_FD */
78
79 @HAVE_AIRPCAP@
80
81 @PCAP_NG_DEFAULT@
82 @WANT_PACKET_EDITOR@
83
84 /*
85  * Define WS_MSVC_NORETURN appropriately for declarations of routines that
86  * never return (just like Charlie on the MTA).
87  *
88  * Note that MSVC++ expects __declspec(noreturn) to precede the function
89  * name and GCC, as far as I know, expects __attribute__((noreturn)) to
90  * follow the function name, so we need two different flavors of
91  * noreturn tag.
92  */
93 #define WS_MSVC_NORETURN        __declspec(noreturn)
94
95 /* Define if you have the floorl function. */
96 #define HAVE_FLOORL 1
97
98 /* Define if you have the getaddrinfo function.  */
99 #define HAVE_GETADDRINFO 1
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 <fcntl.h> header file.  */
108 #define HAVE_FCNTL_H 1
109
110 /* Define if you have the <iconv.h> header file.  */
111 /* #undef HAVE_ICONV */
112
113 /* Define if you have the <netdb.h> header file.  */
114 /* #undef HAVE_NETDB_H */
115
116 /* Define if you have the <netinet/in.h> header file.  */
117 /* #define HAVE_NETINET_IN_H 1 */
118
119 /* Define if your printf() function supports thousands grouping. */
120 /* #undef HAVE_GLIB_PRINTF_GROUPING */
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 <sys/ioctl.h> header file.  */
129 /* #undef HAVE_SYS_IOCTL_H */
130
131 /* Define if you have the <sys/socket.h> header file.  */
132 /* #undef HAVE_SYS_SOCKET_H */
133
134 /* Define if you have the <sys/sockio.h> header file.  */
135 /* #undef HAVE_SYS_SOCKIO_H */
136
137 /* Define if you have the <sys/stat.h> header file.  */
138 #define HAVE_SYS_STAT_H 1
139
140 /* Define if you have the <sys/time.h> header file.  */
141 /* #define HAVE_SYS_TIME_H 1 */
142
143 /* Define if you have the <sys/types.h> header file.  */
144 #define HAVE_SYS_TYPES_H 1
145
146 /* Define if you have the <sys/wait.h> header file.  */
147 /* #undef HAVE_SYS_WAIT_H */
148
149 /* Define if tm_zone field exists in struct tm */
150 /* #undef HAVE_TM_ZONE 1 */
151
152 /* Define if tzname array exists */
153 /* #undef HAVE_TZNAME */
154
155 /* Define if you have the <unistd.h> header file.  */
156 /* #define HAVE_UNISTD_H 1 */
157
158 /* Define if you have the <windows.h> header file.  */
159 #define HAVE_WINDOWS_H 1
160
161 /* Define if you have the <winsock2.h> header file.  */
162 #define HAVE_WINSOCK2_H 1
163
164 /* Define if <inttypes.h> defines PRI[doxu]64 macros */
165 /* #define INTTYPES_H_DEFINES_FORMATS */
166
167 /* Define if you have the z library (-lz).  */
168 @HAVE_LIBZ@
169 #ifdef HAVE_LIBZ
170 #define HAVE_INFLATEPRIME 1
171 #endif
172
173 /* Define to use GNU ADNS library */
174 @HAVE_C_ARES@
175
176 /* Define to use GNU ADNS library */
177 #ifndef HAVE_C_ARES
178 @HAVE_GNU_ADNS@
179 #define ADNS_JGAA_WIN32 1
180 #endif
181
182 /* Define to use the gnutls library */
183 @HAVE_LIBGNUTLS@
184
185 /* Define to use the libgcrypt library */
186 @HAVE_LIBGCRYPT@
187
188 /* Define to use mit kerberos for decryption of kerberos/sasl/dcerpc */
189 @HAVE_KFW@
190 #ifdef HAVE_MIT_KERBEROS
191 #define HAVE_KERBEROS
192 #endif
193
194 /* Define to use Lua */
195 @HAVE_LUA@
196
197 /* Define to use Portaudio library */
198 @HAVE_LIBPORTAUDIO@
199 /* Define  version of of the Portaudio library API */
200 @PORTAUDIO_API_1@
201
202 /* Define to have SMI */
203 @HAVE_SMI@
204
205 /* Define to use GeoIP library */
206 @HAVE_GEOIP@
207
208 /* Define if GeoIP supports IPv6 (GeoIP 1.4.5 and later) */
209 @HAVE_GEOIP_V6@
210
211 /* Define to enable WinSparkle software updates */
212 @HAVE_SOFTWARE_UPDATE@
213
214 /* Define to have ntddndis.h */
215 @HAVE_NTDDNDIS_H@
216
217 /* Define if you have the strptime function. */
218 /* #undef HAVE_STRPTIME 1 */
219
220 #ifndef WIN32
221 #define WIN32                   1
222 #endif
223
224 /* Wireshark's marker that a function parameter is unused.  Used to avoid
225  * warnings on compilers that support such hints.
226  */
227 #define _U_
228
229 /* Visual C 9 (2008), Visual C 10 (2010) and Visual C 11 (2012) and Visual C 12 (2013) need these prototypes */
230 #if _MSC_VER >= 1500
231 #define NTDDI_VERSION NTDDI_WINXPSP3
232 #define _WIN32_WINNT _WIN32_WINNT_WINXP
233 #endif
234
235 #define popen                   _popen
236 #define pclose                  _pclose
237
238 /* Define to use GTK */
239 #define HAVE_GTK
240
241 /* Name of package */
242 #define PACKAGE "wireshark"
243
244 /* Version number of package */
245 #define VERSION "@VERSION@"
246
247 /* Broken down version */
248 #define VERSION_MAJOR @VERSION_MAJOR@
249 #define VERSION_MINOR @VERSION_MINOR@
250 #define VERSION_MICRO @VERSION_MICRO@
251
252 #define VERSION_FLAVOR "@VERSION_FLAVOR@"
253
254 /* We shouldn't need this under Windows but we'll define it anyway. */
255 #define HTML_VIEWER "mozilla"
256
257 /* Check for the required _MSC_VER */
258 #if MSC_VER_REQUIRED != _MSC_VER
259 #define WS_TO_STRING2(x) #x
260 #define WS_TO_STRING(x) WS_TO_STRING2(x)
261 #pragma message( "_MSC_VER is:" WS_TO_STRING(_MSC_VER) " but required is:" WS_TO_STRING(MSC_VER_REQUIRED) )
262 #error Your MSVC_VARIANT setting in config.nmake doesn't match the MS compiler version!
263 #endif
264
265 /* Disable Code Analysis warnings that result in too many false positives. */
266 /* http://msdn.microsoft.com/en-US/library/zyhb0b82.aspx */
267 #if _MSC_VER >= 1400
268 #pragma warning ( disable : 6011 )
269 #endif
270
271 #if !defined(QT_VERSION) || !defined(_SSIZE_T_DEFINED)
272 typedef int ssize_t;
273 #endif
274
275 /* to use define _ws_mempbrk_sse42 if available (checked with cpuinfo)  */
276 #define HAVE_SSE4_2 1