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