Add MonoHttp: a scripted copy of the HttpListener core that works in 1.0 for the...
[mono-project.git] / winconfig.h
blobd90db30c3d24546fd530d6d4ae690e4352a50676
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
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
15 /* String of disabled features */
16 #define DISABLED_FEATURES "none"
18 /* Disable AOT support */
19 /* #undef DISABLE_AOT */
21 /* Disable COM support */
22 /* #undef DISABLE_COM */
24 /* Disable runtime debugging support */
25 /* #undef DISABLE_DEBUG */
27 /* Disable System.Decimal support */
28 /* #undef DISABLE_DECIMAL */
30 /* Disable generics support */
31 /* #undef DISABLE_GENERICS */
33 /* Disable support for huge assemblies */
34 /* #undef DISABLE_LARGE_CODE */
36 /* Disable support debug logging */
37 /* #undef DISABLE_LOGGING */
39 /* Disable P/Invoke support */
40 /* #undef DISABLE_PINVOKE */
42 /* Disable default profiler support */
43 /* #undef DISABLE_PROFILER */
45 /* Disable reflection emit support */
46 /* #undef DISABLE_REFLECTION_EMIT */
48 /* Disable inter-process shared handles */
49 /* #undef DISABLE_SHARED_HANDLES */
51 /* Disable advanced SSA JIT optimizations */
52 /* #undef DISABLE_SSA */
54 /* Enable DTrace probes */
55 /* #undef ENABLE_DTRACE */
57 /* Has the 'aintl' function */
58 /* #undef HAVE_AINTL */
60 /* Supports C99 array initialization */
61 /* #undef HAVE_ARRAY_ELEM_INIT */
63 /* Define to 1 if you have the <attr/xattr.h> header file. */
64 /* #undef HAVE_ATTR_XATTR_H */
66 /* Define to 1 if you have the `backtrace_symbols' function. */
67 /* #undef HAVE_BACKTRACE_SYMBOLS */
69 /* Define to 1 if the system has the type `blkcnt_t'. */
70 /* #undef HAVE_BLKCNT_T */
72 /* Define to 1 if the system has the type `blksize_t'. */
73 /* #undef HAVE_BLKSIZE_T */
75 /* Have Boehm GC */
76 #define HAVE_BOEHM_GC 1
78 /* Define to 1 if you have the <checklist.h> header file. */
79 /* #undef HAVE_CHECKLIST_H */
81 /* Have /dev/random */
82 #define HAVE_CRYPT_RNG 1
84 /* Define to 1 if you have the <curses.h> header file. */
85 /* #undef HAVE_CURSES_H */
87 /* Define to 1 if you have the <dlfcn.h> header file. */
88 /* #undef HAVE_DLFCN_H */
90 /* dlopen-based dynamic loader available */
91 /* #undef HAVE_DL_LOADER */
93 /* Define to 1 if you have the <elf.h> header file. */
94 /* #undef HAVE_ELF_H */
96 /* epoll supported */
97 /* #undef HAVE_EPOLL */
99 /* Define to 1 if you have the `epoll_ctl' function. */
100 /* #undef HAVE_EPOLL_CTL */
102 /* Define to 1 if you have the <execinfo.h> header file. */
103 /* #undef HAVE_EXECINFO_H */
105 /* Define to 1 if you have the `fgetgrent' function. */
106 /* #undef HAVE_FGETGRENT */
108 /* Define to 1 if you have the `fgetpwent' function. */
109 /* #undef HAVE_FGETPWENT */
111 /* Define to 1 if you have the `finite' function. */
112 /* #undef HAVE_FINITE */
114 /* Define to 1 if you have the <fstab.h> header file. */
115 /* #undef HAVE_FSTAB_H */
117 /* Define to 1 if you have the `fstatfs' function. */
118 /* #undef HAVE_FSTATFS */
120 /* Define to 1 if you have the `fstatvfs' function. */
121 /* #undef HAVE_FSTATVFS */
123 /* Have GC_enable */
124 #define HAVE_GC_ENABLE 1
126 /* Have GC_gcj_malloc */
127 #define HAVE_GC_GCJ_MALLOC 1
129 /* Define to 1 if you have the <gc/gc.h> header file. */
130 /* #undef HAVE_GC_GC_H */
132 /* Have gc.h */
133 #define HAVE_GC_H 1
135 /* Define to 1 if you have the `getdomainname' function. */
136 /* #undef HAVE_GETDOMAINNAME */
138 /* Define to 1 if you have the `getfsstat' function. */
139 /* #undef HAVE_GETFSSTAT */
141 /* Define to 1 if you have the `getgrgid_r' function. */
142 /* #undef HAVE_GETGRGID_R */
144 /* Define to 1 if you have the `getgrnam_r' function. */
145 /* #undef HAVE_GETGRNAM_R */
147 /* Have gethostbyname2_r */
148 /* #undef HAVE_GETHOSTBYNAME2_R */
150 /* Define to 1 if you have the `getpriority' function. */
151 /* #undef HAVE_GETPRIORITY */
153 /* Define to 1 if you have the `GetProcessId' function. */
154 #if (_WIN32_WINNT >= 0x0502)
155 #define HAVE_GETPROCESSID 1
156 #endif
158 /* Define to 1 if you have the `getpwnam_r' function. */
159 /* #undef HAVE_GETPWNAM_R */
161 /* Define to 1 if you have the `getpwuid_r' function. */
162 /* #undef HAVE_GETPWUID_R */
164 /* Define to 1 if you have the `getresuid' function. */
165 /* #undef HAVE_GETRESUID */
167 /* Define to 1 if you have the `getrusage' function. */
168 /* #undef HAVE_GETRUSAGE */
170 /* Define to 1 if you have the <grp.h> header file. */
171 /* #undef HAVE_GRP_H */
173 /* Define to 1 if you have the <ieeefp.h> header file. */
174 /* #undef HAVE_IEEEFP_H */
176 /* Define to 1 if you have the `inet_aton' function. */
177 /* #undef HAVE_INET_ATON */
179 /* Define to 1 if you have the `inet_pton' function. */
180 /* #undef HAVE_INET_PTON */
182 /* Define to 1 if you have the <inttypes.h> header file. */
183 #define HAVE_INTTYPES_H 1
185 /* Have IPV6_PKTINFO */
186 /* #undef HAVE_IPV6_PKTINFO */
188 /* Have IP_DONTFRAGMENT */
189 /* #undef HAVE_IP_DONTFRAGMENT */
191 /* Have IP_MTU_DISCOVER */
192 /* #undef HAVE_IP_MTU_DISCOVER */
194 /* Have IP_PKTINFO */
195 /* #undef HAVE_IP_PKTINFO */
197 /* Define to 1 if you have the `isfinite' function. */
198 /* #undef HAVE_ISFINITE */
200 /* isinf available */
201 #define HAVE_ISINF 1
203 /* Define to 1 if you have the `kqueue' function. */
204 /* #undef HAVE_KQUEUE */
206 /* Have __thread keyword */
207 /* #undef HAVE_KW_THREAD */
209 /* Have large file support */
210 /* #undef HAVE_LARGE_FILE_SUPPORT */
212 /* Define to 1 if you have the `unwind' library (-lunwind). */
213 /* #undef HAVE_LIBUNWIND */
215 /* Define to 1 if you have the <linux/rtc.h> header file. */
216 /* #undef HAVE_LINUX_RTC_H */
218 /* Define to 1 if you have the `lutimes' function. */
219 /* #undef HAVE_LUTIMES */
221 /* Define to 1 if you have the `madvise' function. */
222 /* #undef HAVE_MADVISE */
224 /* Define to 1 if you have the <memory.h> header file. */
225 #define HAVE_MEMORY_H 1
227 /* Define to 1 if you have the `mkstemp' function. */
228 /* #undef HAVE_MKSTEMP */
230 /* Define to 1 if you have the `mmap' function. */
231 /* #undef HAVE_MMAP */
233 /* The GC can move objects. */
234 /* #undef HAVE_MOVING_COLLECTOR */
236 /* Define to 1 if you have the `mremap' function. */
237 /* #undef HAVE_MREMAP */
239 /* Have MSG_NOSIGNAL */
240 /* #undef HAVE_MSG_NOSIGNAL */
242 /* Define to 1 if you have the <netdb.h> header file. */
243 /* #undef HAVE_NETDB_H */
245 /* Define to 1 if you have the <net/if.h> header file. */
246 /* #undef HAVE_NET_IF_H */
248 /* No GC support. */
249 /* #undef HAVE_NULL_GC */
251 /* Have oprofile support */
252 /* #undef HAVE_OPROFILE */
254 /* Define to 1 if you have the `poll' function. */
255 /* #undef HAVE_POLL */
257 /* Define to 1 if you have the <poll.h> header file. */
258 /* #undef HAVE_POLL_H */
260 /* Define to 1 if you have the `posix_fadvise' function. */
261 /* #undef HAVE_POSIX_FADVISE */
263 /* Define to 1 if you have the `posix_fallocate' function. */
264 /* #undef HAVE_POSIX_FALLOCATE */
266 /* Define to 1 if you have the `posix_madvise' function. */
267 /* #undef HAVE_POSIX_MADVISE */
269 /* Define to 1 if you have the `pthread_attr_getstack' function. */
270 /* #undef HAVE_PTHREAD_ATTR_GETSTACK */
272 /* Define to 1 if you have the `pthread_attr_get_np' function. */
273 /* #undef HAVE_PTHREAD_ATTR_GET_NP */
275 /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
276 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
278 /* Define to 1 if you have the `pthread_getattr_np' function. */
279 /* #undef HAVE_PTHREAD_GETATTR_NP */
281 /* Define to 1 if you have the `pthread_get_stackaddr_np' function. */
282 /* #undef HAVE_PTHREAD_GET_STACKADDR_NP */
284 /* Define to 1 if you have the `pthread_get_stacksize_np' function. */
285 /* #undef HAVE_PTHREAD_GET_STACKSIZE_NP */
287 /* Define to 1 if you have the <pthread.h> header file. */
288 /* #undef HAVE_PTHREAD_H */
290 /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
291 /* #undef HAVE_PTHREAD_MUTEX_TIMEDLOCK */
293 /* Define to 1 if you have the `remap_file_pages' function. */
294 /* #undef HAVE_REMAP_FILE_PAGES */
296 /* Define to 1 if you have the `sched_setaffinity' function. */
297 /* #undef HAVE_SCHED_SETAFFINITY */
299 /* Define to 1 if you have the <semaphore.h> header file. */
300 /* #undef HAVE_SEMAPHORE_H */
302 /* Define to 1 if you have the `sendfile' function. */
303 /* #undef HAVE_SENDFILE */
305 /* Define to 1 if you have the `setdomainname' function. */
306 /* #undef HAVE_SETDOMAINNAME */
308 /* Define to 1 if you have the `sethostid' function. */
309 /* #undef HAVE_SETHOSTID */
311 /* Define to 1 if you have the `setpriority' function. */
312 /* #undef HAVE_SETPRIORITY */
314 /* Define to 1 if you have the `setresuid' function. */
315 /* #undef HAVE_SETRESUID */
317 /* Using the simple generational GC. */
318 /* #undef HAVE_SGEN_GC */
320 /* Have signbit */
321 /* #undef HAVE_SIGNBIT */
323 /* Can get interface list */
324 /* #undef HAVE_SIOCGIFCONF */
326 /* sockaddr_in6 has sin6_len */
327 /* #undef HAVE_SOCKADDR_IN6_SIN_LEN */
329 /* sockaddr_in has sin_len */
330 /* #undef HAVE_SOCKADDR_IN_SIN_LEN */
332 /* Have socklen_t */
333 /* #undef HAVE_SOCKLEN_T */
335 /* Have SOL_IP */
336 /* #undef HAVE_SOL_IP */
338 /* Have SOL_IPV6 */
339 /* #undef HAVE_SOL_IPV6 */
341 /* Have SOL_TCP */
342 /* #undef HAVE_SOL_TCP */
344 /* Define to 1 if you have the `statfs' function. */
345 /* #undef HAVE_STATFS */
347 /* Define to 1 if you have the `statvfs' function. */
348 /* #undef HAVE_STATVFS */
350 /* Define to 1 if you have the <stdint.h> header file. */
351 #define HAVE_STDINT_H 1
353 /* Define to 1 if you have the <stdlib.h> header file. */
354 #define HAVE_STDLIB_H 1
356 /* Define to 1 if you have the `stime' function. */
357 /* #undef HAVE_STIME */
359 /* Define to 1 if you have the `strerror_r' function. */
360 /* #undef HAVE_STRERROR_R */
362 /* Define to 1 if you have the <strings.h> header file. */
363 #define HAVE_STRINGS_H 1
365 /* Define to 1 if you have the <string.h> header file. */
366 #define HAVE_STRING_H 1
368 /* Define to 1 if `d_off' is member of `struct dirent'. */
369 /* #undef HAVE_STRUCT_DIRENT_D_OFF */
371 /* Define to 1 if `d_reclen' is member of `struct dirent'. */
372 /* #undef HAVE_STRUCT_DIRENT_D_RECLEN */
374 /* Define to 1 if `d_type' is member of `struct dirent'. */
375 /* #undef HAVE_STRUCT_DIRENT_D_TYPE */
377 /* Have struct ip_mreq */
378 #define HAVE_STRUCT_IP_MREQ 1
380 /* Have struct ip_mreqn */
381 /* #undef HAVE_STRUCT_IP_MREQN */
383 /* Define to 1 if the system has the type `struct pollfd'. */
384 /* #undef HAVE_STRUCT_POLLFD */
386 /* Define to 1 if the system has the type `struct stat'. */
387 /* #undef HAVE_STRUCT_STAT */
389 /* Define to 1 if the system has the type `struct timeval'. */
390 /* #undef HAVE_STRUCT_TIMEVAL */
392 /* Define to 1 if the system has the type `struct timezone'. */
393 /* #undef HAVE_STRUCT_TIMEZONE */
395 /* Define to 1 if the system has the type `struct utimbuf'. */
396 /* #undef HAVE_STRUCT_UTIMBUF */
398 /* Define to 1 if the system has the type `suseconds_t'. */
399 /* #undef HAVE_SUSECONDS_T */
401 /* Define to 1 if you have the <syslog.h> header file. */
402 /* #undef HAVE_SYSLOG_H */
404 /* Define to 1 if you have the <sys/epoll.h> header file. */
405 /* #undef HAVE_SYS_EPOLL_H */
407 /* Define to 1 if you have the <sys/extattr.h> header file. */
408 /* #undef HAVE_SYS_EXTATTR_H */
410 /* Define to 1 if you have the <sys/filio.h> header file. */
411 /* #undef HAVE_SYS_FILIO_H */
413 /* Define to 1 if you have the <sys/ioctl.h> header file. */
414 /* #undef HAVE_SYS_IOCTL_H */
416 /* Define to 1 if you have the <sys/mkdev.h> header file. */
417 /* #undef HAVE_SYS_MKDEV_H */
419 /* Define to 1 if you have the <sys/mman.h> header file. */
420 /* #undef HAVE_SYS_MMAN_H */
422 /* Define to 1 if you have the <sys/param.h> header file. */
423 /* #undef HAVE_SYS_PARAM_H */
425 /* Define to 1 if you have the <sys/poll.h> header file. */
426 /* #undef HAVE_SYS_POLL_H */
428 /* Define to 1 if you have the <sys/sdt.h> header file. */
429 /* #undef HAVE_SYS_SDT_H */
431 /* Define to 1 if you have the <sys/sendfile.h> header file. */
432 /* #undef HAVE_SYS_SENDFILE_H */
434 /* Define to 1 if you have the <sys/sockio.h> header file. */
435 /* #undef HAVE_SYS_SOCKIO_H */
437 /* Define to 1 if you have the <sys/statvfs.h> header file. */
438 /* #undef HAVE_SYS_STATVFS_H */
440 /* Define to 1 if you have the <sys/stat.h> header file. */
441 #define HAVE_SYS_STAT_H 1
443 /* Define to 1 if you have the <sys/syscall.h> header file. */
444 /* #undef HAVE_SYS_SYSCALL_H */
446 /* Define to 1 if you have the <sys/time.h> header file. */
447 /* #undef HAVE_SYS_TIME_H */
449 /* Define to 1 if you have the <sys/types.h> header file. */
450 #define HAVE_SYS_TYPES_H 1
452 /* Define to 1 if you have the <sys/un.h> header file. */
453 /* #undef HAVE_SYS_UN_H */
455 /* Define to 1 if you have the <sys/utime.h> header file. */
456 #define HAVE_SYS_UTIME_H 1
458 /* Define to 1 if you have the <sys/vfstab.h> header file. */
459 /* #undef HAVE_SYS_VFSTAB_H */
461 /* Define to 1 if you have the <sys/wait.h> header file. */
462 /* #undef HAVE_SYS_WAIT_H */
464 /* Define to 1 if you have the <sys/xattr.h> header file. */
465 /* #undef HAVE_SYS_XATTR_H */
467 /* Define to 1 if you have the <termios.h> header file. */
468 /* #undef HAVE_TERMIOS_H */
470 /* Define to 1 if you have the <term.h> header file. */
471 /* #undef HAVE_TERM_H */
473 /* Have timezone variable */
474 /* #undef HAVE_TIMEZONE */
476 /* tld_model available */
477 /* #undef HAVE_TLS_MODEL_ATTR */
479 /* Have tm_gmtoff */
480 /* #undef HAVE_TM_GMTOFF */
482 /* Define to 1 if you have the `trunc' function. */
483 #define HAVE_TRUNC 1
485 /* Define to 1 if you have the `ttyname_r' function. */
486 /* #undef HAVE_TTYNAME_R */
488 /* Define to 1 if you have the <unistd.h> header file. */
489 /* #define HAVE_UNISTD_H 1 */
491 /* Define to 1 if you have the <utime.h> header file. */
492 /* #define HAVE_UTIME_H 1 */
494 /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
495 /* #undef HAVE_VALGRIND_MEMCHECK_H */
497 /* Support for the visibility ("hidden") attribute */
498 #define HAVE_VISIBILITY_HIDDEN 1
500 /* Define to 1 if you have the `vsnprintf' function. */
501 /* #undef HAVE_VSNPRINTF */
503 /* Define to 1 if you have the <wchar.h> header file. */
504 #define HAVE_WCHAR_H 1
506 /* Have a working sigaltstack */
507 /* #undef HAVE_WORKING_SIGALTSTACK */
509 /* The GC needs write barriers. */
510 /* #undef HAVE_WRITE_BARRIERS */
512 /* Have system zlib */
513 #define HAVE_ZLIB 1
515 /* Architecture uses registers for Parameters */
516 /* #undef MONO_ARCH_REGPARMS */
518 /* Enable the allocation and indexing of arrays greater than Int32.MaxValue */
519 /* #undef MONO_BIG_ARRAYS */
521 /* The Mono Debugger is supported on this platform */
522 /* #undef MONO_DEBUGGER_SUPPORTED */
524 /* Sizeof sock_un.sun_path */
525 /* #undef MONO_SIZEOF_SUNPATH */
527 /* Xen-specific behaviour */
528 #define MONO_XEN_OPT 1
530 /* Length of zero length arrays */
531 /* #undef MONO_ZERO_ARRAY_LENGTH */
533 /* Name of /dev/random */
534 #define NAME_DEV_RANDOM ""
536 /* Define if Unix sockets cannot be created in an anonymous namespace */
537 /* #undef NEED_LINK_UNLINK */
539 /* Name of package */
540 #define PACKAGE "mono"
542 /* Define to the address where bug reports for this package should be sent. */
543 #define PACKAGE_BUGREPORT "Hans_Boehm@hp.com"
545 /* Define to the full name of this package. */
546 #define PACKAGE_NAME "libgc-mono"
548 /* Define to the full name and version of this package. */
549 #define PACKAGE_STRING "libgc-mono 6.6"
551 /* Define to the one symbol short name of this package. */
552 #define PACKAGE_TARNAME "libgc-mono"
554 /* Define to the version of this package. */
555 #define PACKAGE_VERSION "6.6"
557 /* Platform is Win32 */
558 #define PLATFORM_WIN32 1
560 /* pthread_t is a pointer */
561 /* #undef PTHREAD_POINTER_ID */
563 /* The size of `size_t', as computed by sizeof. */
564 /* #undef SIZEOF_SIZE_T */
566 /* The size of a `void *', as computed by sizeof. */
567 #ifdef _WIN64
568 #define SIZEOF_VOID_P 8
569 #else
570 #define SIZEOF_VOID_P 4
571 #endif
573 /* Define to 1 if you have the ANSI C header files. */
574 #define STDC_HEADERS 1
576 /* GC description */
577 #define USED_GC_NAME "Included Boehm (with typed GC)"
579 /* Use included libgc */
580 #define USE_INCLUDED_LIBGC 1
582 /* ... */
583 /* #undef USE_MACH_SEMA */
585 /* Use mono_mutex_t */
586 /* #undef USE_MONO_MUTEX */
588 /* Version number of package */
589 #define VERSION "2.0"