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