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