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