winconfig.h 16 KB

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