1084339a44f2172c1cb4b8758d216c541bf72168
[mono.git] / winconfig.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3
4 /* The architecture this is running on */
5 #if defined(_M_IA64)
6 #define ARCHITECTURE "ia64"
7 #elif defined(_M_AMD64)
8 #define ARCHITECTURE "amd64"
9 #elif defined(_M_IX86)
10 #define ARCHITECTURE "x86"
11 #else
12 #error Unknown architecture
13 #endif
14
15 /*
16  * Features that are not required in the Windows port
17  */
18 #define DISABLE_PORTABILITY 1
19
20 /* Windows does not have symlinks */
21 #define PLATFORM_NO_SYMLINKS 1
22
23 /* String of disabled features */
24 #define DISABLED_FEATURES "none"
25
26 /* Disable AOT support */
27 /* #undef DISABLE_AOT */
28
29 /* Disable COM support */
30 /* #undef DISABLE_COM */
31
32 /* Disable runtime debugging support */
33 /* #undef DISABLE_DEBUG */
34
35 /* Disable System.Decimal support */
36 /* #undef DISABLE_DECIMAL */
37
38 /* Disable generics support */
39 /* #undef DISABLE_GENERICS */
40
41 /* Disable support for huge assemblies */
42 /* #undef DISABLE_LARGE_CODE */
43
44 /* Disable support debug logging */
45 /* #undef DISABLE_LOGGING */
46
47 /* Disable P/Invoke support */
48 /* #undef DISABLE_PINVOKE */
49
50 /* Disable default profiler support */
51 /* #undef DISABLE_PROFILER */
52
53 /* Disable reflection emit support */
54 /* #undef DISABLE_REFLECTION_EMIT */
55
56 /* Disable inter-process shared handles */
57 /* #undef DISABLE_SHARED_HANDLES */
58
59 /* Disable advanced SSA JIT optimizations */
60 /* #undef DISABLE_SSA */
61
62 /* Enable DTrace probes */
63 /* #undef ENABLE_DTRACE */
64
65 /* Has the 'aintl' function */
66 /* #undef HAVE_AINTL */
67
68 /* Supports C99 array initialization */
69 /* #undef HAVE_ARRAY_ELEM_INIT */
70
71 /* Define to 1 if you have the <attr/xattr.h> header file. */
72 /* #undef HAVE_ATTR_XATTR_H */
73
74 /* Define to 1 if you have the `backtrace_symbols' function. */
75 /* #undef HAVE_BACKTRACE_SYMBOLS */
76
77 /* Define to 1 if the system has the type `blkcnt_t'. */
78 /* #undef HAVE_BLKCNT_T */
79
80 /* Define to 1 if the system has the type `blksize_t'. */
81 /* #undef HAVE_BLKSIZE_T */
82
83 /* Have Boehm GC */
84 /* #define HAVE_BOEHM_GC 1 */
85
86 /* Define to 1 if you have the <checklist.h> header file. */
87 /* #undef HAVE_CHECKLIST_H */
88
89 /* Have /dev/random */
90 #define HAVE_CRYPT_RNG 1
91
92 /* Define to 1 if you have the <curses.h> header file. */
93 /* #undef HAVE_CURSES_H */
94
95 /* Define to 1 if you have the declaration of `InterlockedAdd',
96    and to 0 if you don't. */
97 #define HAVE_DECL_INTERLOCKEDADD 1
98
99 /* Define to 1 if you have the declaration of `InterlockedAdd64',
100    and to 0 if you don't. */
101 #define HAVE_DECL_INTERLOCKEDADD64 1
102
103 /* Define to 1 if you have the declaration of `InterlockedCompareExchange64',
104    and to 0 if you don't. */
105 #define HAVE_DECL_INTERLOCKEDCOMPAREEXCHANGE64 1
106
107 /* Define to 1 if you have the declaration of `InterlockedDecrement64',
108    and to 0 if you don't. */
109 #define HAVE_DECL_INTERLOCKEDDECREMENT64 1
110
111 /* Define to 1 if you have the declaration of `InterlockedExchange64',
112    and to 0 if you don't. */
113 #define HAVE_DECL_INTERLOCKEDEXCHANGE64 1
114
115 /* Define to 1 if you have the declaration of `InterlockedIncrement64',
116    and to 0 if you don't. */
117 #define HAVE_DECL_INTERLOCKEDINCREMENT64 1
118
119 /* Define to 1 if you have the declaration of `__readfsdword',
120    and to 0 if you don't. */
121 #define HAVE_DECL___READFSDWORD 1
122
123 /* Define to 1 if you have the <dirent.h> header file. */
124 /* #define HAVE_DIRENT_H 1 */
125
126 /* Define to 1 if you have the <dlfcn.h> header file. */
127 /* #undef HAVE_DLFCN_H */
128
129 /* dlopen-based dynamic loader available */
130 /* #undef HAVE_DL_LOADER */
131
132 /* Define to 1 if you have the <elf.h> header file. */
133 /* #undef HAVE_ELF_H */
134
135 /* epoll supported */
136 /* #undef HAVE_EPOLL */
137
138 /* Define to 1 if you have the `epoll_ctl' function. */
139 /* #undef HAVE_EPOLL_CTL */
140
141 /* Define to 1 if you have the <execinfo.h> header file. */
142 /* #undef HAVE_EXECINFO_H */
143
144 /* Define to 1 if you have the `fgetgrent' function. */
145 /* #undef HAVE_FGETGRENT */
146
147 /* Define to 1 if you have the `fgetpwent' function. */
148 /* #undef HAVE_FGETPWENT */
149
150 /* Define to 1 if you have the `finite' function. */
151 /* #undef HAVE_FINITE */
152
153 /* Define to 1 if you have the <fstab.h> header file. */
154 /* #undef HAVE_FSTAB_H */
155
156 /* Define to 1 if you have the `fstatfs' function. */
157 /* #undef HAVE_FSTATFS */
158
159 /* Define to 1 if you have the `fstatvfs' function. */
160 /* #undef HAVE_FSTATVFS */
161
162 /* Have GC_enable */
163 /* #define HAVE_GC_ENABLE 1 */
164
165 /* Have GC_gcj_malloc */
166 /* #define HAVE_GC_GCJ_MALLOC 1 */
167
168 /* Define to 1 if you have the <gc/gc.h> header file. */
169 /* #undef HAVE_GC_GC_H */
170
171 /* Have gc.h */
172 /* #define HAVE_GC_H 1 */
173
174 /* Define to 1 if you have the `getdomainname' function. */
175 /* #undef HAVE_GETDOMAINNAME */
176
177 /* Define to 1 if you have the `getfsstat' function. */
178 /* #undef HAVE_GETFSSTAT */
179
180 /* Define to 1 if you have the `getgrgid_r' function. */
181 /* #undef HAVE_GETGRGID_R */
182
183 /* Define to 1 if you have the `getgrnam_r' function. */
184 /* #undef HAVE_GETGRNAM_R */
185
186 /* Have gethostbyname2_r */
187 /* #undef HAVE_GETHOSTBYNAME2_R */
188
189 /* Define to 1 if you have the `getpriority' function. */
190 /* #undef HAVE_GETPRIORITY */
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 `getrusage' function. */
207 /* #undef HAVE_GETRUSAGE */
208
209 /* Define to 1 if you have the <grp.h> header file. */
210 /* #undef HAVE_GRP_H */
211
212 /* Define to 1 if you have the <ieeefp.h> header file. */
213 /* #undef HAVE_IEEEFP_H */
214
215 /* Define to 1 if you have the `inet_aton' function. */
216 /* #undef HAVE_INET_ATON */
217
218 /* Define to 1 if you have the `inet_pton' function. */
219 /* #undef HAVE_INET_PTON */
220
221 /* Define to 1 if you have the <inttypes.h> header file. */
222 #define HAVE_INTTYPES_H 1
223
224 /* Have IPV6_PKTINFO */
225 /* #undef HAVE_IPV6_PKTINFO */
226
227 /* Have IP_DONTFRAGMENT */
228 /* #undef HAVE_IP_DONTFRAGMENT */
229
230 /* Have IP_MTU_DISCOVER */
231 /* #undef HAVE_IP_MTU_DISCOVER */
232
233 /* Have IP_PKTINFO */
234 /* #undef HAVE_IP_PKTINFO */
235
236 /* Define to 1 if you have the `isfinite' function. */
237 /* #undef HAVE_ISFINITE */
238
239 /* isinf available */
240 #define HAVE_ISINF 1
241
242 /* Define to 1 if you have the `kqueue' function. */
243 /* #undef HAVE_KQUEUE */
244
245 /* Have __thread keyword */
246 /* #undef HAVE_KW_THREAD */
247
248 /* Have large file support */
249 /* #undef HAVE_LARGE_FILE_SUPPORT */
250
251 /* Define to 1 if you have the `unwind' library (-lunwind). */
252 /* #undef HAVE_LIBUNWIND */
253
254 /* Define to 1 if you have the <linux/rtc.h> header file. */
255 /* #undef HAVE_LINUX_RTC_H */
256
257 /* Define to 1 if you have the `lutimes' function. */
258 /* #undef HAVE_LUTIMES */
259
260 /* Define to 1 if you have the `madvise' function. */
261 /* #undef HAVE_MADVISE */
262
263 /* Define to 1 if you have the <memory.h> header file. */
264 #define HAVE_MEMORY_H 1
265
266 /* Define to 1 if you have the `mkstemp' function. */
267 /* #undef HAVE_MKSTEMP */
268
269 /* Define to 1 if you have the `mmap' function. */
270 /* #undef HAVE_MMAP */
271
272 /* The GC can move objects. */
273 /* #undef HAVE_MOVING_COLLECTOR */
274
275 /* Define to 1 if you have the `mremap' function. */
276 /* #undef HAVE_MREMAP */
277
278 /* Have MSG_NOSIGNAL */
279 /* #undef HAVE_MSG_NOSIGNAL */
280
281 /* Define to 1 if you have the <netdb.h> header file. */
282 /* #undef HAVE_NETDB_H */
283
284 /* Define to 1 if you have the <net/if.h> header file. */
285 /* #undef HAVE_NET_IF_H */
286
287 /* No GC support. */
288 /* #undef HAVE_NULL_GC */
289
290 /* Have oprofile support */
291 /* #undef HAVE_OPROFILE */
292
293 /* Define to 1 if you have the `poll' function. */
294 /* #undef HAVE_POLL */
295
296 /* Define to 1 if you have the <poll.h> header file. */
297 /* #undef HAVE_POLL_H */
298
299 /* Define to 1 if you have the `posix_fadvise' function. */
300 /* #undef HAVE_POSIX_FADVISE */
301
302 /* Define to 1 if you have the `posix_fallocate' function. */
303 /* #undef HAVE_POSIX_FALLOCATE */
304
305 /* Define to 1 if you have the `posix_madvise' function. */
306 /* #undef HAVE_POSIX_MADVISE */
307
308 /* Define to 1 if you have the `pthread_attr_getstack' function. */
309 /* #undef HAVE_PTHREAD_ATTR_GETSTACK */
310
311 /* Define to 1 if you have the `pthread_attr_get_np' function. */
312 /* #undef HAVE_PTHREAD_ATTR_GET_NP */
313
314 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
315 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
316
317 /* Define to 1 if you have the `pthread_getattr_np' function. */
318 /* #undef HAVE_PTHREAD_GETATTR_NP */
319
320 /* Define to 1 if you have the `pthread_get_stackaddr_np' function. */
321 /* #undef HAVE_PTHREAD_GET_STACKADDR_NP */
322
323 /* Define to 1 if you have the `pthread_get_stacksize_np' function. */
324 /* #undef HAVE_PTHREAD_GET_STACKSIZE_NP */
325
326 /* Define to 1 if you have the <pthread.h> header file. */
327 /* #undef HAVE_PTHREAD_H */
328
329 /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
330 /* #undef HAVE_PTHREAD_MUTEX_TIMEDLOCK */
331
332 /* Define to 1 if you have the `remap_file_pages' function. */
333 /* #undef HAVE_REMAP_FILE_PAGES */
334
335 /* Define to 1 if you have the `sched_setaffinity' function. */
336 /* #undef HAVE_SCHED_SETAFFINITY */
337
338 /* Define to 1 if you have the <semaphore.h> header file. */
339 /* #undef HAVE_SEMAPHORE_H */
340
341 /* Define to 1 if you have the `sendfile' function. */
342 /* #undef HAVE_SENDFILE */
343
344 /* Define to 1 if you have the `setdomainname' function. */
345 /* #undef HAVE_SETDOMAINNAME */
346
347 /* Define to 1 if you have the `sethostid' function. */
348 /* #undef HAVE_SETHOSTID */
349
350 /* Define to 1 if you have the `setpriority' function. */
351 /* #undef HAVE_SETPRIORITY */
352
353 /* Define to 1 if you have the `setresuid' function. */
354 /* #undef HAVE_SETRESUID */
355
356 /* Using the simple generational GC. */
357 /* #undef HAVE_SGEN_GC */
358
359 /* Have signbit */
360 /* #undef HAVE_SIGNBIT */
361
362 /* Can get interface list */
363 /* #undef HAVE_SIOCGIFCONF */
364
365 /* sockaddr_in6 has sin6_len */
366 /* #undef HAVE_SOCKADDR_IN6_SIN_LEN */
367
368 /* sockaddr_in has sin_len */
369 /* #undef HAVE_SOCKADDR_IN_SIN_LEN */
370
371 /* Have socklen_t */
372 /* #undef HAVE_SOCKLEN_T */
373
374 /* Have SOL_IP */
375 /* #undef HAVE_SOL_IP */
376
377 /* Have SOL_IPV6 */
378 /* #undef HAVE_SOL_IPV6 */
379
380 /* Have SOL_TCP */
381 /* #undef HAVE_SOL_TCP */
382
383 /* Define to 1 if you have the `statfs' function. */
384 /* #undef HAVE_STATFS */
385
386 /* Define to 1 if you have the `statvfs' function. */
387 /* #undef HAVE_STATVFS */
388
389 /* Define to 1 if you have the <stdint.h> header file. */
390 /* #define HAVE_STDINT_H 1 */
391
392 /* Define to 1 if you have the <stdlib.h> header file. */
393 #define HAVE_STDLIB_H 1
394
395 /* Define to 1 if you have the `stime' function. */
396 /* #undef HAVE_STIME */
397
398 /* Define to 1 if you have the `strerror_r' function. */
399 /* #undef HAVE_STRERROR_R */
400
401 /* Define to 1 if you have the <strings.h> header file. */
402 #define HAVE_STRINGS_H 1
403
404 /* Define to 1 if you have the <string.h> header file. */
405 #define HAVE_STRING_H 1
406
407 /* Define to 1 if `d_off' is member of `struct dirent'. */
408 /* #undef HAVE_STRUCT_DIRENT_D_OFF */
409
410 /* Define to 1 if `d_reclen' is member of `struct dirent'. */
411 /* #undef HAVE_STRUCT_DIRENT_D_RECLEN */
412
413 /* Define to 1 if `d_type' is member of `struct dirent'. */
414 /* #undef HAVE_STRUCT_DIRENT_D_TYPE */
415
416 /* Have struct ip_mreq */
417 #define HAVE_STRUCT_IP_MREQ 1
418
419 /* Have struct ip_mreqn */
420 /* #undef HAVE_STRUCT_IP_MREQN */
421
422 /* Define to 1 if the system has the type `struct pollfd'. */
423 /* #undef HAVE_STRUCT_POLLFD */
424
425 /* Define to 1 if the system has the type `struct stat'. */
426 /* #undef HAVE_STRUCT_STAT */
427
428 /* Define to 1 if the system has the type `struct timeval'. */
429 /* #undef HAVE_STRUCT_TIMEVAL */
430
431 /* Define to 1 if the system has the type `struct timezone'. */
432 /* #undef HAVE_STRUCT_TIMEZONE */
433
434 /* Define to 1 if the system has the type `struct utimbuf'. */
435 /* #undef HAVE_STRUCT_UTIMBUF */
436
437 /* Define to 1 if the system has the type `suseconds_t'. */
438 /* #undef HAVE_SUSECONDS_T */
439
440 /* Define to 1 if you have the <syslog.h> header file. */
441 /* #undef HAVE_SYSLOG_H */
442
443 /* Define to 1 if you have the <sys/epoll.h> header file. */
444 /* #undef HAVE_SYS_EPOLL_H */
445
446 /* Define to 1 if you have the <sys/extattr.h> header file. */
447 /* #undef HAVE_SYS_EXTATTR_H */
448
449 /* Define to 1 if you have the <sys/filio.h> header file. */
450 /* #undef HAVE_SYS_FILIO_H */
451
452 /* Define to 1 if you have the <sys/ioctl.h> header file. */
453 /* #undef HAVE_SYS_IOCTL_H */
454
455 /* Define to 1 if you have the <sys/mkdev.h> header file. */
456 /* #undef HAVE_SYS_MKDEV_H */
457
458 /* Define to 1 if you have the <sys/mman.h> header file. */
459 /* #undef HAVE_SYS_MMAN_H */
460
461 /* Define to 1 if you have the <sys/param.h> header file. */
462 /* #undef HAVE_SYS_PARAM_H */
463
464 /* Define to 1 if you have the <sys/poll.h> header file. */
465 /* #undef HAVE_SYS_POLL_H */
466
467 /* Define to 1 if you have the <sys/sdt.h> header file. */
468 /* #undef HAVE_SYS_SDT_H */
469
470 /* Define to 1 if you have the <sys/sendfile.h> header file. */
471 /* #undef HAVE_SYS_SENDFILE_H */
472
473 /* Define to 1 if you have the <sys/sockio.h> header file. */
474 /* #undef HAVE_SYS_SOCKIO_H */
475
476 /* Define to 1 if you have the <sys/statvfs.h> header file. */
477 /* #undef HAVE_SYS_STATVFS_H */
478
479 /* Define to 1 if you have the <sys/stat.h> header file. */
480 #define HAVE_SYS_STAT_H 1
481
482 /* Define to 1 if you have the <sys/syscall.h> header file. */
483 /* #undef HAVE_SYS_SYSCALL_H */
484
485 /* Define to 1 if you have the <sys/time.h> header file. */
486 /* #undef HAVE_SYS_TIME_H */
487
488 /* Define to 1 if you have the <sys/types.h> header file. */
489 #define HAVE_SYS_TYPES_H 1
490
491 /* Define to 1 if you have the <sys/un.h> header file. */
492 /* #undef HAVE_SYS_UN_H */
493
494 /* Define to 1 if you have the <sys/utime.h> header file. */
495 #define HAVE_SYS_UTIME_H 1
496
497 /* Define to 1 if you have the <sys/vfstab.h> header file. */
498 /* #undef HAVE_SYS_VFSTAB_H */
499
500 /* Define to 1 if you have the <sys/wait.h> header file. */
501 /* #undef HAVE_SYS_WAIT_H */
502
503 /* Define to 1 if you have the <sys/xattr.h> header file. */
504 /* #undef HAVE_SYS_XATTR_H */
505
506 /* Define to 1 if you have the <termios.h> header file. */
507 /* #undef HAVE_TERMIOS_H */
508
509 /* Define to 1 if you have the <term.h> header file. */
510 /* #undef HAVE_TERM_H */
511
512 /* Have timezone variable */
513 /* #undef HAVE_TIMEZONE */
514
515 /* tld_model available */
516 /* #undef HAVE_TLS_MODEL_ATTR */
517
518 /* Have tm_gmtoff */
519 /* #undef HAVE_TM_GMTOFF */
520
521 /* Define to 1 if you have the `trunc' function. */
522 #define HAVE_TRUNC 1
523
524 /* Define to 1 if you have the `ttyname_r' function. */
525 /* #undef HAVE_TTYNAME_R */
526
527 /* Define to 1 if you have the <unistd.h> header file. */
528 /* #define HAVE_UNISTD_H 1 */
529
530 /* Define to 1 if you have the <utime.h> header file. */
531 /* #define HAVE_UTIME_H 1 */
532
533 /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
534 /* #undef HAVE_VALGRIND_MEMCHECK_H */
535
536 /* Support for the visibility ("hidden") attribute */
537 /* #define HAVE_VISIBILITY_HIDDEN 1 */
538
539 /* Define to 1 if you have the `vsnprintf' function. */
540 /* #undef HAVE_VSNPRINTF */
541
542 /* Define to 1 if you have the <wchar.h> header file. */
543 #define HAVE_WCHAR_H 1
544
545 /* Have a working sigaltstack */
546 /* #undef HAVE_WORKING_SIGALTSTACK */
547
548 /* The GC needs write barriers. */
549 /* #undef HAVE_WRITE_BARRIERS */
550
551 /* Have system zlib */
552 /* #define HAVE_ZLIB 1 */
553
554 /* Architecture uses registers for Parameters */
555 /* #undef MONO_ARCH_REGPARMS */
556
557 /* Enable the allocation and indexing of arrays greater than Int32.MaxValue */
558 /* #undef MONO_BIG_ARRAYS */
559
560 /* Sizeof sock_un.sun_path */
561 /* #undef MONO_SIZEOF_SUNPATH */
562
563 /* Xen-specific behaviour */
564 /* #define MONO_XEN_OPT 1 */
565
566 /* Length of zero length arrays */
567 #define MONO_ZERO_LEN_ARRAY 1
568
569 /* Name of /dev/random */
570 #define NAME_DEV_RANDOM ""
571
572 /* Define if Unix sockets cannot be created in an anonymous namespace */
573 /* #undef NEED_LINK_UNLINK */
574
575 /* Name of package */
576 #define PACKAGE "mono"
577
578 /* Define to the address where bug reports for this package should be sent. */
579 #define PACKAGE_BUGREPORT "Hans_Boehm@hp.com"
580
581 /* Define to the full name of this package. */
582 #define PACKAGE_NAME "libgc-mono"
583
584 /* Define to the full name and version of this package. */
585 #define PACKAGE_STRING "libgc-mono 6.6"
586
587 /* Define to the one symbol short name of this package. */
588 #define PACKAGE_TARNAME "libgc-mono"
589
590 /* Define to the version of this package. */
591 #define PACKAGE_VERSION "6.6"
592
593 /* Platform is Win32 */
594 #define HOST_WIN32 1
595 #define TARGET_WIN32 1
596
597 #ifdef _WIN64
598 #define TARGET_AMD64 1
599 #else
600 #define TARGET_X86 1
601 #endif
602
603 /* pthread_t is a pointer */
604 /* #undef PTHREAD_POINTER_ID */
605
606 /* The size of `size_t', as computed by sizeof. */
607 /* #undef SIZEOF_SIZE_T */
608
609 /* The size of a `void *', as computed by sizeof. */
610 #ifdef _WIN64
611 #define SIZEOF_VOID_P 8
612 #else
613 #define SIZEOF_VOID_P 4
614 #endif
615
616 #define SIZEOF_REGISTER SIZEOF_VOID_P
617
618 /* Define to 1 if you have the ANSI C header files. */
619 #define STDC_HEADERS 1
620
621 /* Use included libgc */
622 /* #define USE_INCLUDED_LIBGC 1 */
623
624 #define DEFAULT_GC_NAME "Included Boehm (with typed GC)"
625
626 /* ... */
627 /* #undef USE_MACH_SEMA */
628
629 /* Use mono_mutex_t */
630 /* #undef USE_MONO_MUTEX */
631
632 /* Version number of package */
633 #define VERSION "2.11"