winconfig.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.in by autoheader. */
  3. /* The architecture this is running on */
  4. #if defined(_M_IA64)
  5. #define ARCHITECTURE "ia64"
  6. #elif defined(_M_AMD64)
  7. #define ARCHITECTURE "amd64"
  8. #elif defined(_M_IX86)
  9. #define ARCHITECTURE "x86"
  10. #else
  11. #error Unknown architecture
  12. #endif
  13. /* String of disabled features */
  14. #define DISABLED_FEATURES "none"
  15. /* Disable AOT support */
  16. /* #undef DISABLE_AOT */
  17. /* Disable COM support */
  18. /* #undef DISABLE_COM */
  19. /* Disable runtime debugging support */
  20. /* #undef DISABLE_DEBUG */
  21. /* Disable System.Decimal support */
  22. /* #undef DISABLE_DECIMAL */
  23. /* Disable generics support */
  24. /* #undef DISABLE_GENERICS */
  25. /* Disable support for huge assemblies */
  26. /* #undef DISABLE_LARGE_CODE */
  27. /* Disable support debug logging */
  28. /* #undef DISABLE_LOGGING */
  29. /* Disable P/Invoke support */
  30. /* #undef DISABLE_PINVOKE */
  31. /* Disable default profiler support */
  32. /* #undef DISABLE_PROFILER */
  33. /* Disable reflection emit support */
  34. /* #undef DISABLE_REFLECTION_EMIT */
  35. /* Disable inter-process shared handles */
  36. /* #undef DISABLE_SHARED_HANDLES */
  37. /* Disable advanced SSA JIT optimizations */
  38. /* #undef DISABLE_SSA */
  39. /* Enable DTrace probes */
  40. /* #undef ENABLE_DTRACE */
  41. /* Has the 'aintl' function */
  42. /* #undef HAVE_AINTL */
  43. /* Supports C99 array initialization */
  44. /* #undef HAVE_ARRAY_ELEM_INIT */
  45. /* Define to 1 if you have the <attr/xattr.h> header file. */
  46. /* #undef HAVE_ATTR_XATTR_H */
  47. /* Define to 1 if you have the `backtrace_symbols' function. */
  48. /* #undef HAVE_BACKTRACE_SYMBOLS */
  49. /* Define to 1 if the system has the type `blkcnt_t'. */
  50. /* #undef HAVE_BLKCNT_T */
  51. /* Define to 1 if the system has the type `blksize_t'. */
  52. /* #undef HAVE_BLKSIZE_T */
  53. /* Have Boehm GC */
  54. #define HAVE_BOEHM_GC 1
  55. /* Define to 1 if you have the <checklist.h> header file. */
  56. /* #undef HAVE_CHECKLIST_H */
  57. /* Have /dev/random */
  58. #define HAVE_CRYPT_RNG 1
  59. /* Define to 1 if you have the <curses.h> header file. */
  60. /* #undef HAVE_CURSES_H */
  61. /* Define to 1 if you have the <dirent.h> header file. */
  62. /* #define HAVE_DIRENT_H 1 */
  63. /* Define to 1 if you have the <dlfcn.h> header file. */
  64. /* #undef HAVE_DLFCN_H */
  65. /* dlopen-based dynamic loader available */
  66. /* #undef HAVE_DL_LOADER */
  67. /* Define to 1 if you have the <elf.h> header file. */
  68. /* #undef HAVE_ELF_H */
  69. /* epoll supported */
  70. /* #undef HAVE_EPOLL */
  71. /* Define to 1 if you have the `epoll_ctl' function. */
  72. /* #undef HAVE_EPOLL_CTL */
  73. /* Define to 1 if you have the <execinfo.h> header file. */
  74. /* #undef HAVE_EXECINFO_H */
  75. /* Define to 1 if you have the `fgetgrent' function. */
  76. /* #undef HAVE_FGETGRENT */
  77. /* Define to 1 if you have the `fgetpwent' function. */
  78. /* #undef HAVE_FGETPWENT */
  79. /* Define to 1 if you have the `finite' function. */
  80. /* #undef HAVE_FINITE */
  81. /* Define to 1 if you have the <fstab.h> header file. */
  82. /* #undef HAVE_FSTAB_H */
  83. /* Define to 1 if you have the `fstatfs' function. */
  84. /* #undef HAVE_FSTATFS */
  85. /* Define to 1 if you have the `fstatvfs' function. */
  86. /* #undef HAVE_FSTATVFS */
  87. /* Have GC_enable */
  88. #define HAVE_GC_ENABLE 1
  89. /* Have GC_gcj_malloc */
  90. #define HAVE_GC_GCJ_MALLOC 1
  91. /* Define to 1 if you have the <gc/gc.h> header file. */
  92. /* #undef HAVE_GC_GC_H */
  93. /* Have gc.h */
  94. #define HAVE_GC_H 1
  95. /* Define to 1 if you have the `getdomainname' function. */
  96. /* #undef HAVE_GETDOMAINNAME */
  97. /* Define to 1 if you have the `getfsstat' function. */
  98. /* #undef HAVE_GETFSSTAT */
  99. /* Define to 1 if you have the `getgrgid_r' function. */
  100. /* #undef HAVE_GETGRGID_R */
  101. /* Define to 1 if you have the `getgrnam_r' function. */
  102. /* #undef HAVE_GETGRNAM_R */
  103. /* Have gethostbyname2_r */
  104. /* #undef HAVE_GETHOSTBYNAME2_R */
  105. /* Define to 1 if you have the `getpriority' function. */
  106. /* #undef HAVE_GETPRIORITY */
  107. /* Define to 1 if you have the `GetProcessId' function. */
  108. #if (_WIN32_WINNT >= 0x0502)
  109. #define HAVE_GETPROCESSID 1
  110. #endif
  111. /* Define to 1 if you have the `getpwnam_r' function. */
  112. /* #undef HAVE_GETPWNAM_R */
  113. /* Define to 1 if you have the `getpwuid_r' function. */
  114. /* #undef HAVE_GETPWUID_R */
  115. /* Define to 1 if you have the `getresuid' function. */
  116. /* #undef HAVE_GETRESUID */
  117. /* Define to 1 if you have the `getrusage' function. */
  118. /* #undef HAVE_GETRUSAGE */
  119. /* Define to 1 if you have the <grp.h> header file. */
  120. /* #undef HAVE_GRP_H */
  121. /* Define to 1 if you have the <ieeefp.h> header file. */
  122. /* #undef HAVE_IEEEFP_H */
  123. /* Define to 1 if you have the `inet_aton' function. */
  124. /* #undef HAVE_INET_ATON */
  125. /* Define to 1 if you have the `inet_pton' function. */
  126. /* #undef HAVE_INET_PTON */
  127. /* Define to 1 if you have the <inttypes.h> header file. */
  128. #define HAVE_INTTYPES_H 1
  129. /* Have IPV6_PKTINFO */
  130. /* #undef HAVE_IPV6_PKTINFO */
  131. /* Have IP_DONTFRAGMENT */
  132. /* #undef HAVE_IP_DONTFRAGMENT */
  133. /* Have IP_MTU_DISCOVER */
  134. /* #undef HAVE_IP_MTU_DISCOVER */
  135. /* Have IP_PKTINFO */
  136. /* #undef HAVE_IP_PKTINFO */
  137. /* Define to 1 if you have the `isfinite' function. */
  138. /* #undef HAVE_ISFINITE */
  139. /* isinf available */
  140. #define HAVE_ISINF 1
  141. /* Define to 1 if you have the `kqueue' function. */
  142. /* #undef HAVE_KQUEUE */
  143. /* Have __thread keyword */
  144. /* #undef HAVE_KW_THREAD */
  145. /* Have large file support */
  146. /* #undef HAVE_LARGE_FILE_SUPPORT */
  147. /* Define to 1 if you have the `unwind' library (-lunwind). */
  148. /* #undef HAVE_LIBUNWIND */
  149. /* Define to 1 if you have the <linux/rtc.h> header file. */
  150. /* #undef HAVE_LINUX_RTC_H */
  151. /* Define to 1 if you have the `lutimes' function. */
  152. /* #undef HAVE_LUTIMES */
  153. /* Define to 1 if you have the `madvise' function. */
  154. /* #undef HAVE_MADVISE */
  155. /* Define to 1 if you have the <memory.h> header file. */
  156. #define HAVE_MEMORY_H 1
  157. /* Define to 1 if you have the `mkstemp' function. */
  158. /* #undef HAVE_MKSTEMP */
  159. /* Define to 1 if you have the `mmap' function. */
  160. /* #undef HAVE_MMAP */
  161. /* The GC can move objects. */
  162. /* #undef HAVE_MOVING_COLLECTOR */
  163. /* Define to 1 if you have the `mremap' function. */
  164. /* #undef HAVE_MREMAP */
  165. /* Have MSG_NOSIGNAL */
  166. /* #undef HAVE_MSG_NOSIGNAL */
  167. /* Define to 1 if you have the <netdb.h> header file. */
  168. /* #undef HAVE_NETDB_H */
  169. /* Define to 1 if you have the <net/if.h> header file. */
  170. /* #undef HAVE_NET_IF_H */
  171. /* No GC support. */
  172. /* #undef HAVE_NULL_GC */
  173. /* Have oprofile support */
  174. /* #undef HAVE_OPROFILE */
  175. /* Define to 1 if you have the `poll' function. */
  176. /* #undef HAVE_POLL */
  177. /* Define to 1 if you have the <poll.h> header file. */
  178. /* #undef HAVE_POLL_H */
  179. /* Define to 1 if you have the `posix_fadvise' function. */
  180. /* #undef HAVE_POSIX_FADVISE */
  181. /* Define to 1 if you have the `posix_fallocate' function. */
  182. /* #undef HAVE_POSIX_FALLOCATE */
  183. /* Define to 1 if you have the `posix_madvise' function. */
  184. /* #undef HAVE_POSIX_MADVISE */
  185. /* Define to 1 if you have the `pthread_attr_getstack' function. */
  186. /* #undef HAVE_PTHREAD_ATTR_GETSTACK */
  187. /* Define to 1 if you have the `pthread_attr_get_np' function. */
  188. /* #undef HAVE_PTHREAD_ATTR_GET_NP */
  189. /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
  190. /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
  191. /* Define to 1 if you have the `pthread_getattr_np' function. */
  192. /* #undef HAVE_PTHREAD_GETATTR_NP */
  193. /* Define to 1 if you have the `pthread_get_stackaddr_np' function. */
  194. /* #undef HAVE_PTHREAD_GET_STACKADDR_NP */
  195. /* Define to 1 if you have the `pthread_get_stacksize_np' function. */
  196. /* #undef HAVE_PTHREAD_GET_STACKSIZE_NP */
  197. /* Define to 1 if you have the <pthread.h> header file. */
  198. /* #undef HAVE_PTHREAD_H */
  199. /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
  200. /* #undef HAVE_PTHREAD_MUTEX_TIMEDLOCK */
  201. /* Define to 1 if you have the `remap_file_pages' function. */
  202. /* #undef HAVE_REMAP_FILE_PAGES */
  203. /* Define to 1 if you have the `sched_setaffinity' function. */
  204. /* #undef HAVE_SCHED_SETAFFINITY */
  205. /* Define to 1 if you have the <semaphore.h> header file. */
  206. /* #undef HAVE_SEMAPHORE_H */
  207. /* Define to 1 if you have the `sendfile' function. */
  208. /* #undef HAVE_SENDFILE */
  209. /* Define to 1 if you have the `setdomainname' function. */
  210. /* #undef HAVE_SETDOMAINNAME */
  211. /* Define to 1 if you have the `sethostid' function. */
  212. /* #undef HAVE_SETHOSTID */
  213. /* Define to 1 if you have the `setpriority' function. */
  214. /* #undef HAVE_SETPRIORITY */
  215. /* Define to 1 if you have the `setresuid' function. */
  216. /* #undef HAVE_SETRESUID */
  217. /* Using the simple generational GC. */
  218. /* #undef HAVE_SGEN_GC */
  219. /* Have signbit */
  220. /* #undef HAVE_SIGNBIT */
  221. /* Can get interface list */
  222. /* #undef HAVE_SIOCGIFCONF */
  223. /* sockaddr_in6 has sin6_len */
  224. /* #undef HAVE_SOCKADDR_IN6_SIN_LEN */
  225. /* sockaddr_in has sin_len */
  226. /* #undef HAVE_SOCKADDR_IN_SIN_LEN */
  227. /* Have socklen_t */
  228. /* #undef HAVE_SOCKLEN_T */
  229. /* Have SOL_IP */
  230. /* #undef HAVE_SOL_IP */
  231. /* Have SOL_IPV6 */
  232. /* #undef HAVE_SOL_IPV6 */
  233. /* Have SOL_TCP */
  234. /* #undef HAVE_SOL_TCP */
  235. /* Define to 1 if you have the `statfs' function. */
  236. /* #undef HAVE_STATFS */
  237. /* Define to 1 if you have the `statvfs' function. */
  238. /* #undef HAVE_STATVFS */
  239. /* Define to 1 if you have the <stdint.h> header file. */
  240. /* #define HAVE_STDINT_H 1 */
  241. /* Define to 1 if you have the <stdlib.h> header file. */
  242. #define HAVE_STDLIB_H 1
  243. /* Define to 1 if you have the `stime' function. */
  244. /* #undef HAVE_STIME */
  245. /* Define to 1 if you have the `strerror_r' function. */
  246. /* #undef HAVE_STRERROR_R */
  247. /* Define to 1 if you have the <strings.h> header file. */
  248. #define HAVE_STRINGS_H 1
  249. /* Define to 1 if you have the <string.h> header file. */
  250. #define HAVE_STRING_H 1
  251. /* Define to 1 if `d_off' is member of `struct dirent'. */
  252. /* #undef HAVE_STRUCT_DIRENT_D_OFF */
  253. /* Define to 1 if `d_reclen' is member of `struct dirent'. */
  254. /* #undef HAVE_STRUCT_DIRENT_D_RECLEN */
  255. /* Define to 1 if `d_type' is member of `struct dirent'. */
  256. /* #undef HAVE_STRUCT_DIRENT_D_TYPE */
  257. /* Have struct ip_mreq */
  258. #define HAVE_STRUCT_IP_MREQ 1
  259. /* Have struct ip_mreqn */
  260. /* #undef HAVE_STRUCT_IP_MREQN */
  261. /* Define to 1 if the system has the type `struct pollfd'. */
  262. /* #undef HAVE_STRUCT_POLLFD */
  263. /* Define to 1 if the system has the type `struct stat'. */
  264. /* #undef HAVE_STRUCT_STAT */
  265. /* Define to 1 if the system has the type `struct timeval'. */
  266. /* #undef HAVE_STRUCT_TIMEVAL */
  267. /* Define to 1 if the system has the type `struct timezone'. */
  268. /* #undef HAVE_STRUCT_TIMEZONE */
  269. /* Define to 1 if the system has the type `struct utimbuf'. */
  270. /* #undef HAVE_STRUCT_UTIMBUF */
  271. /* Define to 1 if the system has the type `suseconds_t'. */
  272. /* #undef HAVE_SUSECONDS_T */
  273. /* Define to 1 if you have the <syslog.h> header file. */
  274. /* #undef HAVE_SYSLOG_H */
  275. /* Define to 1 if you have the <sys/epoll.h> header file. */
  276. /* #undef HAVE_SYS_EPOLL_H */
  277. /* Define to 1 if you have the <sys/extattr.h> header file. */
  278. /* #undef HAVE_SYS_EXTATTR_H */
  279. /* Define to 1 if you have the <sys/filio.h> header file. */
  280. /* #undef HAVE_SYS_FILIO_H */
  281. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  282. /* #undef HAVE_SYS_IOCTL_H */
  283. /* Define to 1 if you have the <sys/mkdev.h> header file. */
  284. /* #undef HAVE_SYS_MKDEV_H */
  285. /* Define to 1 if you have the <sys/mman.h> header file. */
  286. /* #undef HAVE_SYS_MMAN_H */
  287. /* Define to 1 if you have the <sys/param.h> header file. */
  288. /* #undef HAVE_SYS_PARAM_H */
  289. /* Define to 1 if you have the <sys/poll.h> header file. */
  290. /* #undef HAVE_SYS_POLL_H */
  291. /* Define to 1 if you have the <sys/sdt.h> header file. */
  292. /* #undef HAVE_SYS_SDT_H */
  293. /* Define to 1 if you have the <sys/sendfile.h> header file. */
  294. /* #undef HAVE_SYS_SENDFILE_H */
  295. /* Define to 1 if you have the <sys/sockio.h> header file. */
  296. /* #undef HAVE_SYS_SOCKIO_H */
  297. /* Define to 1 if you have the <sys/statvfs.h> header file. */
  298. /* #undef HAVE_SYS_STATVFS_H */
  299. /* Define to 1 if you have the <sys/stat.h> header file. */
  300. #define HAVE_SYS_STAT_H 1
  301. /* Define to 1 if you have the <sys/syscall.h> header file. */
  302. /* #undef HAVE_SYS_SYSCALL_H */
  303. /* Define to 1 if you have the <sys/time.h> header file. */
  304. /* #undef HAVE_SYS_TIME_H */
  305. /* Define to 1 if you have the <sys/types.h> header file. */
  306. #define HAVE_SYS_TYPES_H 1
  307. /* Define to 1 if you have the <sys/un.h> header file. */
  308. /* #undef HAVE_SYS_UN_H */
  309. /* Define to 1 if you have the <sys/utime.h> header file. */
  310. #define HAVE_SYS_UTIME_H 1
  311. /* Define to 1 if you have the <sys/vfstab.h> header file. */
  312. /* #undef HAVE_SYS_VFSTAB_H */
  313. /* Define to 1 if you have the <sys/wait.h> header file. */
  314. /* #undef HAVE_SYS_WAIT_H */
  315. /* Define to 1 if you have the <sys/xattr.h> header file. */
  316. /* #undef HAVE_SYS_XATTR_H */
  317. /* Define to 1 if you have the <termios.h> header file. */
  318. /* #undef HAVE_TERMIOS_H */
  319. /* Define to 1 if you have the <term.h> header file. */
  320. /* #undef HAVE_TERM_H */
  321. /* Have timezone variable */
  322. /* #undef HAVE_TIMEZONE */
  323. /* tld_model available */
  324. /* #undef HAVE_TLS_MODEL_ATTR */
  325. /* Have tm_gmtoff */
  326. /* #undef HAVE_TM_GMTOFF */
  327. /* Define to 1 if you have the `trunc' function. */
  328. #define HAVE_TRUNC 1
  329. /* Define to 1 if you have the `ttyname_r' function. */
  330. /* #undef HAVE_TTYNAME_R */
  331. /* Define to 1 if you have the <unistd.h> header file. */
  332. /* #define HAVE_UNISTD_H 1 */
  333. /* Define to 1 if you have the <utime.h> header file. */
  334. /* #define HAVE_UTIME_H 1 */
  335. /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
  336. /* #undef HAVE_VALGRIND_MEMCHECK_H */
  337. /* Support for the visibility ("hidden") attribute */
  338. /* #define HAVE_VISIBILITY_HIDDEN 1 */
  339. /* Define to 1 if you have the `vsnprintf' function. */
  340. /* #undef HAVE_VSNPRINTF */
  341. /* Define to 1 if you have the <wchar.h> header file. */
  342. #define HAVE_WCHAR_H 1
  343. /* Have a working sigaltstack */
  344. /* #undef HAVE_WORKING_SIGALTSTACK */
  345. /* The GC needs write barriers. */
  346. /* #undef HAVE_WRITE_BARRIERS */
  347. /* Have system zlib */
  348. /* #define HAVE_ZLIB 1 */
  349. /* Architecture uses registers for Parameters */
  350. /* #undef MONO_ARCH_REGPARMS */
  351. /* Enable the allocation and indexing of arrays greater than Int32.MaxValue */
  352. /* #undef MONO_BIG_ARRAYS */
  353. /* The Mono Debugger is supported on this platform */
  354. /* #undef MONO_DEBUGGER_SUPPORTED */
  355. /* Sizeof sock_un.sun_path */
  356. /* #undef MONO_SIZEOF_SUNPATH */
  357. /* Xen-specific behaviour */
  358. #define MONO_XEN_OPT 1
  359. /* Length of zero length arrays */
  360. /* #undef MONO_ZERO_ARRAY_LENGTH */
  361. /* Name of /dev/random */
  362. #define NAME_DEV_RANDOM ""
  363. /* Define if Unix sockets cannot be created in an anonymous namespace */
  364. /* #undef NEED_LINK_UNLINK */
  365. /* Name of package */
  366. #define PACKAGE "mono"
  367. /* Define to the address where bug reports for this package should be sent. */
  368. #define PACKAGE_BUGREPORT "[email protected]"
  369. /* Define to the full name of this package. */
  370. #define PACKAGE_NAME "libgc-mono"
  371. /* Define to the full name and version of this package. */
  372. #define PACKAGE_STRING "libgc-mono 6.6"
  373. /* Define to the one symbol short name of this package. */
  374. #define PACKAGE_TARNAME "libgc-mono"
  375. /* Define to the version of this package. */
  376. #define PACKAGE_VERSION "6.6"
  377. /* Platform is Win32 */
  378. #define PLATFORM_WIN32 1
  379. /* pthread_t is a pointer */
  380. /* #undef PTHREAD_POINTER_ID */
  381. /* The size of `size_t', as computed by sizeof. */
  382. /* #undef SIZEOF_SIZE_T */
  383. /* The size of a `void *', as computed by sizeof. */
  384. #ifdef _WIN64
  385. #define SIZEOF_VOID_P 8
  386. #else
  387. #define SIZEOF_VOID_P 4
  388. #endif
  389. #define SIZEOF_REGISTER SIZEOF_VOID_P
  390. /* Define to 1 if you have the ANSI C header files. */
  391. #define STDC_HEADERS 1
  392. /* GC description */
  393. #define USED_GC_NAME "Included Boehm (with typed GC)"
  394. /* Use included libgc */
  395. #define USE_INCLUDED_LIBGC 1
  396. /* ... */
  397. /* #undef USE_MACH_SEMA */
  398. /* Use mono_mutex_t */
  399. /* #undef USE_MONO_MUTEX */
  400. /* Version number of package */
  401. #define VERSION "2.0"