winconfig.h 17 KB

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