Make it possible to run checkapi on all plugins trough makefile.nmake
[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 #define PLUGINS_NEED_ADDRESS_TABLE 1
44
45 /* Plugins can also use the import library of libwireshark.dll instead
46    of the old API. In that case we undefine PLUGINS_NEED_ADDRESS_TABLE 
47    for the plugin. We don't undefine PLUGINS_NEED_ADDRESS_TABLE globally.
48    Thus Wireshark will be still able to load plugins using the old API. 
49    The macro HAVE_WIN32_LIBWIRESHARK_LIB has to be defined in plugin's 
50    makefile.nmake. A template is available in doc/README.plugins */
51 #ifdef HAVE_WIN32_LIBWIRESHARK_LIB
52 #undef PLUGINS_NEED_ADDRESS_TABLE
53 #endif
54
55 /* #undef HAVE_SA_LEN */
56
57 /* #undef NEED_STRERROR_H */
58
59 #define NEED_MKSTEMP 1
60
61 @HAVE_LIBPCAP@
62 @HAVE_PCAP_BREAKLOOP@
63 @HAVE_PCAP_FINDALLDEVS@
64 @HAVE_PCAP_DATALINK_NAME_TO_VAL@
65 @HAVE_PCAP_DATALINK_VAL_TO_NAME@
66 @WPCAP_CONSTIFIED@
67 @HAVE_LIBWIRESHARKDLL@
68
69 @HAVE_REMOTE@
70 @HAVE_PCAP_REMOTE@
71 @HAVE_PCAP_OPEN@
72 @HAVE_PCAP_FINDALLDEVS_EX@
73 @HAVE_PCAP_CREATESRCSTR@
74 @HAVE_PCAP_SETSAMPLING@
75
76 @HAVE_AIRPCAP@
77 @HAVE_AIRPDCAP@
78
79 /* availability of pcap_freecode() is handled at runtime */
80 #define HAVE_PCAP_FREECODE 1
81
82 /* define macro for importing variables from an dll 
83  * it depends on HAVE_LIBWIRESHARKDLL and _NEED_VAR_IMPORT_
84  */
85 #if defined (_NEED_VAR_IMPORT_) && defined (HAVE_LIBWIRESHARKDLL)
86 #  define WS_VAR_IMPORT __declspec(dllimport) extern
87 #else
88 #  define WS_VAR_IMPORT extern
89 #endif
90
91 /* Define if you have the gethostbyname2 function.  */
92 /* #undef HAVE_GETHOSTBYNAME2 */
93
94 /* Define if you have the getprotobynumber function.  */
95 /* #undef HAVE_GETPROTOBYNUMBER */
96
97 /* Define if you have the <arpa/inet.h> header file.  */
98 /* #undef HAVE_ARPA_INET_H */
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 you have the <snmp/snmp.h> header file.  */
113 /* #undef HAVE_SNMP_SNMP_H */
114
115 /* Define if you have the <snmp/version.h> header file.  */
116 /* #undef HAVE_SNMP_VERSION_H */
117
118 /* Define if you have the <stdarg.h> header file.  */
119 #define HAVE_STDARG_H 1
120
121 /* Define if you have the <stddef.h> header file.  */
122 /* #undef HAVE_STDDEF_H */
123
124 /* Define if you have the <sys/ioctl.h> header file.  */
125 /* #undef HAVE_SYS_IOCTL_H */
126
127 /* Define if you have the <sys/socket.h> header file.  */
128 /* #undef HAVE_SYS_SOCKET_H */
129
130 /* Define if you have the <sys/sockio.h> header file.  */
131 /* #undef HAVE_SYS_SOCKIO_H */
132
133 /* Define if you have the <sys/stat.h> header file.  */
134 #define HAVE_SYS_STAT_H 1
135
136 /* Define if you have the <sys/time.h> header file.  */
137 /* #define HAVE_SYS_TIME_H 1 */
138
139 /* Define if you have the <sys/types.h> header file.  */
140 #define HAVE_SYS_TYPES_H 1
141
142 /* Define if you have the <sys/wait.h> header file.  */
143 /* #undef HAVE_SYS_WAIT_H */
144
145 /* Define if you have the <unistd.h> header file.  */
146 /* #define HAVE_UNISTD_H 1 */
147
148 /* Define if <inttypes.h> defines PRI[doxu]64 macros */
149 /* #define INTTYPES_H_DEFINES_FORMATS */
150
151 /* Format for printing 64-bit signed decimal numbers */
152 #ifndef PRId64
153 #ifdef _MSC_EXTENSIONS
154 #define PRId64  "I64d"
155 #else /* _MSC_EXTENSIONS */
156 #define PRId64  "lld"
157 #endif /* _MSC_EXTENSIONS */
158 #endif /* PRId64 */
159
160 /* Format for printing 64-bit unsigned octal numbers */
161 #ifndef PRIo64
162 #ifdef _MSC_EXTENSIONS
163 #define PRIo64  "I64o"
164 #else /* _MSC_EXTENSIONS */
165 #define PRIo64  "llo"
166 #endif /* _MSC_EXTENSIONS */   
167 #endif /* PRIo64 */   
168
169 /* Format for printing 64-bit unsigned decimal numbers */
170 #ifndef PRIu64
171 #ifdef _MSC_EXTENSIONS
172 #define PRIu64  "I64u"
173 #else /* _MSC_EXTENSIONS */
174 #define PRIu64  "llu"  
175 #endif /* _MSC_EXTENSIONS */
176 #endif /* PRIu64 */
177
178 /* Formats for printing 64-bit unsigned hexadecimal numbers */
179 /* XXX - it seems that GLib has problems with the MSVC like I64x.
180    As we use GLib's g_sprintf and alike, it should be safe to use
181    llx everywhere now, making the macros pretty useless. For details see:
182    http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1025 */
183 #ifndef PRIx64
184 #ifdef _MSC_EXTENSIONS
185 /*#define PRIx64  "I64x"*/
186 #define PRIx64  "llx"
187 #else /* _MSC_EXTENSIONS */
188 #define PRIx64  "llx"
189 #endif /* _MSC_EXTENSIONS */
190 #endif /* PRIx64 */
191
192 #ifndef PRIX64
193 #ifdef _MSC_EXTENSIONS
194 /*#define PRIX64  "I64X"*/
195 #define PRIX64  "llX"
196 #else /* _MSC_EXTENSIONS */
197 #define PRIX64  "llX"
198 #endif /* _MSC_EXTENSIONS */
199 #endif /* PRIX64 */
200
201 /* Define if you have the z library (-lz).  */
202 @HAVE_LIBZ@
203
204 /* Define to use GNU ADNS library */
205 @HAVE_GNU_ADNS@
206 #define ADNS_JGAA_WIN32 1
207
208 /* Define to use the PCRE library */
209 @HAVE_PCRE@
210
211 /* Define to use the Nettle library */
212 @HAVE_NETTLE@
213
214 /* Define to use the gnutls library */
215 @HAVE_LIBGNUTLS@
216
217 /* Define to use the libgcrypt library */
218 @HAVE_LIBGCRYPT@
219
220 /* Define to use mit kerberos for decryption of kerberos/sasl/dcerpc */
221 @HAVE_KFW@
222 #ifdef HAVE_MIT_KERBEROS
223 #define HAVE_KERBEROS
224 #endif
225
226 /* Define to use Lua */
227 @HAVE_LUA@
228 @HAVE_LUA_5_1@
229
230 /* Define to use Portaudio library */
231 @HAVE_LIBPORTAUDIO@
232 /* Define  version of of the Portaudio library API */
233 @PORTAUDIO_API_1@
234
235 /* Define to have SMI */
236 @HAVE_SMI@
237
238
239 #ifndef WIN32
240 #define WIN32                   1
241 #endif
242
243 #define HAVE_WINDOWS_H          1
244 #define HAVE_WINSOCK2_H         1
245 #define HAVE_DIRECT_H           1
246 #define NEED_INET_ATON_H        1
247 #define NEED_INET_V6DEFS_H      1
248 /* Visual C 9 (2008) now needs these prototypes */
249 #if _MSC_VER == 1500
250 #define NTDDI_VERSION NTDDI_WIN2K
251 #define _WIN32_WINNT _WIN32_WINNT_WIN2K
252 #endif
253 #define NEED_GETOPT_H           1
254 #define NEED_STRPTIME_H         1
255 #define strcasecmp              stricmp
256 #define strncasecmp             strnicmp
257 #define popen                   _popen
258 #define pclose                  _pclose
259
260 /* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
261 /*#define ZLIB_DLL                1
262 #define _WINDOWS                1*/
263
264 /* Name of package */
265 #define PACKAGE "wireshark"
266
267 /* Version number of package */
268 #define VERSION "@VERSION@"
269
270 /* We shouldn't need this under Windows but we'll define it anyway. */
271 #define HTML_VIEWER "mozilla"
272
273 /* Check for the required _MSC_VER */
274 #if MSC_VER_REQUIRED != _MSC_VER
275 #define WS_TO_STRING2(x) #x
276 #define WS_TO_STRING(x) WS_TO_STRING2(x)
277 #pragma message( "_MSC_VER is:" WS_TO_STRING(_MSC_VER) " but required is:" WS_TO_STRING(MSC_VER_REQUIRED) )
278 #error Your MSVC_VARIANT setting in config.nmake doesn't match the MS compiler version!
279 #endif