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