In metadata:
[mono.git] / winconfig.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3
4 /* Version macros for Windows SDK headers */
5 #ifdef _WIN64
6 #ifdef _M_IA64
7 /* Windows XP 64-bit Edition (Itanium) is the first release that is based on Windows XP */
8 #define WINVER 0x0501
9 #define _WIN32_WINNT 0x0501
10 /* Includes Internet Explorer 6.0 */
11 #define _WIN32_IE 0x0600
12 #else /* !_M_IA64 */
13 /* Windows XP Professional x64 Edition is the first release that is based on Windows Server 2003 SP1 */
14 #define WINVER 0x0502
15 #define _WIN32_WINNT 0x0502
16 /* Includes Internet Explorer 6.0 SP2 */
17 #define _WIN32_IE 0x0603
18 #endif /* _M_IA64 */
19 #else /* !_WIN64 */
20 /* Windows 2000 is required */
21 #define WINVER 0x0500
22 #define _WIN32_WINNT 0x0500
23 /* Includes Internet Explorer 5.01 */
24 #define _WIN32_IE 0x0501
25 #endif /* _WIN64 */
26
27 #ifndef _UNICODE
28 #define _UNICODE
29 #endif
30 #ifndef UNICODE
31 #define UNICODE
32 #endif
33
34 #define WIN32_THREADS
35 #define FD_SETSIZE 1024
36
37 /* #undef HAVE_INET_PTON */
38 /* #undef HAVE_INET_ATON */
39 /* #undef HAVE_MSG_NOSIGNAL */
40 /* #undef HAVE_SOL_IP */
41 /* #undef HAVE_SOL_TCP */
42 /* #undef HAVE_SOL_IPV6 */
43 /* #undef HAVE_IP_PKTINFO */
44 /* #undef HAVE_IPV6_PKTINFO */
45 /* #undef HAVE_STRUCT_IP_MREQN */
46 #define HAVE_STRUCT_IP_MREQ 1
47 /* #undef HAVE_PTHREAD_MUTEX_TIMEDLOCK */
48 /* #undef USE_MONO_MUTEX */
49 /* #undef HAVE_LARGE_FILE_SUPPORT */
50 /* #undef HAVE_NEW_ICONV */
51 #define NAME_DEV_RANDOM ""
52 #define HAVE_CRYPT_RNG 1
53 #define HAVE_BOEHM_GC 1
54 #define USE_INCLUDED_LIBGC 1
55 /* #undef DISABLE_SHARED_HANDLES */
56 /* #undef HAVE_TIMEZONE */
57 /* #undef HAVE_TM_GMTOFF */
58 /* #undef MONO_SIZEOF_SUNPATH */
59 /* #undef MONO_ZERO_ARRAY_LENGTH */
60 /* #undef PTHREAD_POINTER_ID */
61 #define HAVE_GC_H 1
62 #define HAVE_GC_GCJ_MALLOC 1
63 #define HAVE_GC_ENABLE 1
64 /* #undef WITH_BUNDLE */
65 /* #undef HAVE_GETHOSTBYNAME2_R */
66 /* #undef HAVE_ICU */
67 /* #undef HAVE_KW_THREAD */
68 /* #undef HAVE_SIGNBIT */
69 /* #undef USE_MACH_SEMA */
70 /* #undef HAVE_SOCKLEN_T */
71 /* #undef HAVE_TRUNCL */
72 /* #undef HAVE_AINTL */
73 /* #undef HAVE_SCANDIR */
74 /* #undef HAVE_WORKING_SIGALTSTACK */
75
76 /* The architecture this is running on */
77 #if defined(_M_IA64)
78 #define ARCHITECTURE "ia64"
79 #elif defined(_M_AMD64)
80 #define ARCHITECTURE "amd64"
81 #elif defined(_M_IX86)
82 #define ARCHITECTURE "x86"
83 #else
84 #error Unknown architecture
85 #endif
86
87 /* String of disabled features */
88 #define DISABLED_FEATURES "none"
89
90 /* Disable AOT support */
91 /* #undef DISABLE_AOT */
92
93 /* Disable COM support */
94 /* #undef DISABLE_COM */
95
96 /* Disable runtime debugging support */
97 /* #undef DISABLE_DEBUG */
98
99 /* Disable System.Decimal support */
100 /* #undef DISABLE_DECIMAL */
101
102 /* Disable generics support */
103 /* #undef DISABLE_GENERICS */
104
105 /* Disable support for huge assemblies */
106 /* #undef DISABLE_LARGE_CODE */
107
108 /* Disable support debug logging */
109 /* #undef DISABLE_LOGGING */
110
111 /* Disable P/Invoke support */
112 /* #undef DISABLE_PINVOKE */
113
114 /* Disable default profiler support */
115 /* #undef DISABLE_PROFILER */
116
117 /* Disable reflection emit support */
118 /* #undef DISABLE_REFLECTION_EMIT */
119
120 /* Disable advanced SSA JIT optimizations */
121 /* #undef DISABLE_SSA */
122
123 /* Define to 1 if you have the <aio.h> header file. */
124 /* #undef HAVE_AIO_H */
125
126 /* Supports C99 array initialization */
127 /* #undef HAVE_ARRAY_ELEM_INIT */
128
129 /* Define to 1 if you have the <attr/xattr.h> header file. */
130 /* #undef HAVE_ATTR_XATTR_H */
131
132 /* Define to 1 if you have the `backtrace_symbols' function. */
133 /* #undef HAVE_BACKTRACE_SYMBOLS */
134
135 /* Define to 1 if you have the <checklist.h> header file. */
136 /* #undef HAVE_CHECKLIST_H */
137
138 /* Define to 1 if you have the <curses.h> header file. */
139 /* #undef HAVE_CURSES_H */
140
141 /* Define to 1 if you have the <dlfcn.h> header file. */
142 /* #undef HAVE_DLFCN_H */
143
144 /* Define to 1 if you have the <elf.h> header file. */
145 /* #undef HAVE_ELF_H */
146
147 /* epoll supported */
148 /* #undef HAVE_EPOLL */
149
150 /* Define to 1 if you have the `epoll_ctl' function. */
151 /* #undef HAVE_EPOLL_CTL */
152
153 /* Define to 1 if you have the <execinfo.h> header file. */
154 /* #undef HAVE_EXECINFO_H */
155
156 /* Define to 1 if you have the `fgetgrent' function. */
157 /* #undef HAVE_FGETGRENT */
158
159 /* Define to 1 if you have the `fgetpwent' function. */
160 /* #undef HAVE_FGETPWENT */
161
162 /* Define to 1 if you have the `finite' function. */
163 /* #undef HAVE_FINITE */
164
165 /* Define to 1 if you have the <fstab.h> header file. */
166 /* #undef HAVE_FSTAB_H */
167
168 /* Define to 1 if you have the `fstatfs' function. */
169 /* #undef HAVE_FSTATFS */
170
171 /* Define to 1 if you have the `fstatvfs' function. */
172 /* #undef HAVE_FSTATVFS */
173
174 /* Define to 1 if you have the <gc/gc.h> header file. */
175 /* #undef HAVE_GC_GC_H */
176
177 /* Define to 1 if you have the <gc.h> header file. */
178 #define HAVE_GC_H 1
179
180 /* Define to 1 if you have the `getdomainname' function. */
181 /* #undef HAVE_GETDOMAINNAME */
182
183 /* Define to 1 if you have the `getfsstat' function. */
184 /* #undef HAVE_GETFSSTAT */
185
186 /* Define to 1 if you have the `getgrgid_r' function. */
187 /* #undef HAVE_GETGRGID_R */
188
189 /* Define to 1 if you have the `getgrnam_r' function. */
190 /* #undef HAVE_GETGRNAM_R */
191
192 /* Define to 1 if you have the `GetProcessId' function. */
193 #if (_WIN32_WINNT >= 0x0502)
194 #define HAVE_GETPROCESSID 1
195 #endif
196
197 /* Define to 1 if you have the `getpwnam_r' function. */
198 /* #undef HAVE_GETPWNAM_R */
199
200 /* Define to 1 if you have the `getpwuid_r' function. */
201 /* #undef HAVE_GETPWUID_R */
202
203 /* Define to 1 if you have the `getresuid' function. */
204 /* #undef HAVE_GETRESUID */
205
206 /* Define to 1 if you have the <grp.h> header file. */
207 /* #undef HAVE_GRP_H */
208
209 /* Define to 1 if you have the <ieeefp.h> header file. */
210 /* #undef HAVE_IEEEFP_H */
211
212 /* Define to 1 if you have the `inet_aton' function. */
213 /* #undef HAVE_INET_ATON */
214
215 /* Define to 1 if you have the `inet_pton' function. */
216 /* #undef HAVE_INET_PTON */
217
218 /* Define to 1 if you have the <inttypes.h> header file. */
219 #define HAVE_INTTYPES_H 1
220
221 /* Define to 1 if you have the `isfinite' function. */
222 /* #undef HAVE_ISFINITE */
223
224 /* isinf available */
225 #define HAVE_ISINF 1
226
227 /* Define to 1 if you have the `kqueue' function. */
228 /* #undef HAVE_KQUEUE */
229
230 /* Define to 1 if you have the `unwind' library (-lunwind). */
231 /* #undef HAVE_LIBUNWIND */
232
233 /* Define to 1 if you have the <linux/rtc.h> header file. */
234 /* #undef HAVE_LINUX_RTC_H */
235
236 /* Define to 1 if you have the `lutimes' function. */
237 /* #undef HAVE_LUTIMES */
238
239 /* Define to 1 if you have the <memory.h> header file. */
240 #define HAVE_MEMORY_H 1
241
242 /* Define to 1 if you have the `mremap' function. */
243 /* #undef HAVE_MREMAP */
244
245 /* Define to 1 if you have the <netdb.h> header file. */
246 /* #undef HAVE_NETDB_H */
247
248 /* Define to 1 if you have the <net/if.h> header file. */
249 /* #undef HAVE_NET_IF_H */
250
251 /* No GC support. */
252 /* #undef HAVE_NULL_GC */
253
254 /* Define to 1 if you have the `poll' function. */
255 /* #undef HAVE_POLL */
256
257 /* Define to 1 if you have the <poll.h> header file. */
258 /* #undef HAVE_POLL_H */
259
260 /* Define to 1 if you have the `posix_fadvise' function. */
261 /* #undef HAVE_POSIX_FADVISE */
262
263 /* Define to 1 if you have the `posix_fallocate' function. */
264 /* #undef HAVE_POSIX_FALLOCATE */
265
266 /* Define to 1 if you have the `posix_madvise' function. */
267 /* #undef HAVE_POSIX_MADVISE */
268
269 /* Define to 1 if you have the `pthread_attr_getstack' function. */
270 /* #undef HAVE_PTHREAD_ATTR_GETSTACK */
271
272 /* Define to 1 if you have the `pthread_attr_get_np' function. */
273 /* #undef HAVE_PTHREAD_ATTR_GET_NP */
274
275 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
276 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
277
278 /* Define to 1 if you have the `pthread_getattr_np' function. */
279 /* #undef HAVE_PTHREAD_GETATTR_NP */
280
281 /* Define to 1 if you have the `pthread_get_stackaddr_np' function. */
282 /* #undef HAVE_PTHREAD_GET_STACKADDR_NP */
283
284 /* Define to 1 if you have the `pthread_get_stacksize_np' function. */
285 /* #undef HAVE_PTHREAD_GET_STACKSIZE_NP */
286
287 /* Define to 1 if you have the <pthread.h> header file. */
288 /* #undef HAVE_PTHREAD_H */
289
290 /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
291 /* #undef HAVE_PTHREAD_MUTEX_TIMEDLOCK */
292
293 /* Define to 1 if you have the `remap_file_pages' function. */
294 /* #undef HAVE_REMAP_FILE_PAGES */
295
296 /* Define to 1 if you have the <semaphore.h> header file. */
297 /* #undef HAVE_SEMAPHORE_H */
298
299 /* Define to 1 if you have the `sendfile' function. */
300 /* #undef HAVE_SENDFILE */
301
302 /* Define to 1 if you have the `setdomainname' function. */
303 /* #undef HAVE_SETDOMAINNAME */
304
305 /* Define to 1 if you have the `sethostid' function. */
306 /* #undef HAVE_SETHOSTID */
307
308 /* Define if setkey(3) is available */
309 /* #undef HAVE_SETKEY */
310
311 /* Define to 1 if you have the `setresuid' function. */
312 /* #undef HAVE_SETRESUID */
313
314 /* Can get interface list */
315 /* #undef HAVE_SIOCGIFCONF */
316
317 /* Define to 1 if you have the `statfs' function. */
318 /* #undef HAVE_STATFS */
319
320 /* Define to 1 if you have the `statvfs' function. */
321 /* #undef HAVE_STATVFS */
322
323 /* Define to 1 if you have the <stdint.h> header file. */
324 #define HAVE_STDINT_H 1
325
326 /* Define to 1 if you have the <stdlib.h> header file. */
327 #define HAVE_STDLIB_H 1
328
329 /* Define to 1 if you have the `stime' function. */
330 /* #undef HAVE_STIME */
331
332 /* Define to 1 if you have the `strerror_r' function. */
333 /* #undef HAVE_STRERROR_R */
334
335 /* Define to 1 if you have the <strings.h> header file. */
336 #define HAVE_STRINGS_H 1
337
338 /* Define to 1 if you have the <string.h> header file. */
339 #define HAVE_STRING_H 1
340
341 /* Define to 1 if `d_off' is member of `struct dirent'. */
342 /* #undef HAVE_STRUCT_DIRENT_D_OFF */
343
344 /* Define to 1 if `d_reclen' is member of `struct dirent'. */
345 /* #undef HAVE_STRUCT_DIRENT_D_RECLEN */
346
347 /* Define to 1 if `d_type' is member of `struct dirent'. */
348 /* #undef HAVE_STRUCT_DIRENT_D_TYPE */
349
350 /* Define to 1 if you have the <syslog.h> header file. */
351 /* #undef HAVE_SYSLOG_H */
352
353 /* Define to 1 if you have the <sys/aio.h> header file. */
354 /* #undef HAVE_SYS_AIO_H */
355
356 /* Define to 1 if you have the <sys/epoll.h> header file. */
357 /* #undef HAVE_SYS_EPOLL_H */
358
359 /* Define to 1 if you have the <sys/extattr.h> header file. */
360 /* #undef HAVE_SYS_EXTATTR_H */
361
362 /* Define to 1 if you have the <sys/filio.h> header file. */
363 /* #undef HAVE_SYS_FILIO_H */
364
365 /* Define to 1 if you have the <sys/ioctl.h> header file. */
366 /* #undef HAVE_SYS_IOCTL_H */
367
368 /* Define to 1 if you have the <sys/mman.h> header file. */
369 /* #undef HAVE_SYS_MMAN_H */
370
371 /* Define to 1 if you have the <sys/poll.h> header file. */
372 /* #undef HAVE_SYS_POLL_H */
373
374 /* Define to 1 if you have the <sys/sendfile.h> header file. */
375 /* #undef HAVE_SYS_SENDFILE_H */
376
377 /* Define to 1 if you have the <sys/sockio.h> header file. */
378 /* #undef HAVE_SYS_SOCKIO_H */
379
380 /* Define to 1 if you have the <sys/statvfs.h> header file. */
381 /* #undef HAVE_SYS_STATVFS_H */
382
383 /* Define to 1 if you have the <sys/stat.h> header file. */
384 #define HAVE_SYS_STAT_H 1
385
386 /* Define to 1 if you have the <sys/types.h> header file. */
387 #define HAVE_SYS_TYPES_H 1
388
389 /* Define to 1 if you have the <sys/un.h> header file. */
390 /* #undef HAVE_SYS_UN_H */
391
392 /* Define to 1 if you have the <sys/utime.h> header file. */
393 #define HAVE_SYS_UTIME_H 1
394
395 /* Define to 1 if you have the <sys/vfstab.h> header file. */
396 /* #undef HAVE_SYS_VFSTAB_H */
397
398 /* Define to 1 if you have the <sys/wait.h> header file. */
399 /* #undef HAVE_SYS_WAIT_H */
400
401 /* Define to 1 if you have the <sys/xattr.h> header file. */
402 /* #undef HAVE_SYS_XATTR_H */
403
404 /* Define to 1 if you have the <termios.h> header file. */
405 /* #undef HAVE_TERMIOS_H */
406
407 /* Define to 1 if you have the <term.h> header file. */
408 /* #undef HAVE_TERM_H */
409
410 /* tld_model available */
411 /* #undef HAVE_TLS_MODEL_ATTR */
412
413 /* Define to 1 if you have the `trunc' function. */
414 #define HAVE_TRUNC 1
415
416 /* Define to 1 if you have the `ttyname_r' function. */
417 /* #undef HAVE_TTYNAME_R */
418
419 /* Define to 1 if you have the <unistd.h> header file. */
420 /* #undef HAVE_UNISTD_H */
421
422 /* Define to 1 if you have the <utime.h> header file. */
423 /* #undef HAVE_UTIME_H */
424
425 /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
426 /* #undef HAVE_VALGRIND_MEMCHECK_H */
427
428 /* Support for the visibility ("hidden") attribute */
429 #define HAVE_VISIBILITY_HIDDEN 1
430
431 /* Define to 1 if you have the `vsnprintf' function. */
432 /* #undef HAVE_VSNPRINTF */
433
434 /* Define to 1 if you have the <wchar.h> header file. */
435 #define HAVE_WCHAR_H 1
436
437 /* Architecture uses registers for Parameters */
438 /* #undef MONO_ARCH_REGPARMS */
439
440 /* The Mono Debugger is supported on this platform */
441 /* #undef MONO_DEBUGGER_SUPPORTED */
442
443 /* Xen-specific behaviour */
444 /* #undef MONO_XEN_OPT */
445
446 /* Define if Unix sockets cannot be created in an anonymous namespace */
447 /* #undef NEED_LINK_UNLINK */
448
449 /* Name of package */
450 #define PACKAGE "mono"
451
452 /* Define to the address where bug reports for this package should be sent. */
453 #define PACKAGE_BUGREPORT ""
454
455 /* Define to the full name of this package. */
456 #define PACKAGE_NAME ""
457
458 /* Define to the full name and version of this package. */
459 #define PACKAGE_STRING ""
460
461 /* Define to the one symbol short name of this package. */
462 #define PACKAGE_TARNAME ""
463
464 /* Define to the version of this package. */
465 #define PACKAGE_VERSION ""
466
467 /* Platform is Win32 */
468 #define PLATFORM_WIN32 1
469
470 /* Pointer field name in 'union sigval' */
471 /* #undef SIGVAL_PTR */
472
473 /* The size of a `size_t', as computed by sizeof. */
474 /* #undef SIZEOF_SIZE_T */
475
476 /* The size of a `void *', as computed by sizeof. */
477 #ifdef _WIN64
478 #define SIZEOF_VOID_P 8
479 #else
480 #define SIZEOF_VOID_P 4
481 #endif
482
483 /* Define to 1 if you have the ANSI C header files. */
484 #define STDC_HEADERS 1
485
486 /* GC description */
487 #define USED_GC_NAME "Included Boehm (with typed GC)"
488
489 /* Version number of package */
490 #define VERSION "1.9"