winconfig.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  1. /* config.h. Generated by configure. */
  2. /* config.h.in. Generated from configure.in by autoheader. */
  3. /* Version macros for Windows SDK headers */
  4. #ifdef _WIN64
  5. #ifdef _M_IA64
  6. /* Windows XP 64-bit Edition (Itanium) is the first release that is based on Windows XP */
  7. #define WINVER 0x0501
  8. #define _WIN32_WINNT 0x0501
  9. /* Includes Internet Explorer 6.0 */
  10. #define _WIN32_IE 0x0600
  11. #else /* !_M_IA64 */
  12. /* Windows XP Professional x64 Edition is the first release that is based on Windows Server 2003 SP1 */
  13. #define WINVER 0x0502
  14. #define _WIN32_WINNT 0x0502
  15. /* Includes Internet Explorer 6.0 SP2 */
  16. #define _WIN32_IE 0x0603
  17. #endif /* _M_IA64 */
  18. #else /* !_WIN64 */
  19. /* Windows 2000 is required */
  20. #define WINVER 0x0500
  21. #define _WIN32_WINNT 0x0500
  22. /* Includes Internet Explorer 5.01 */
  23. #define _WIN32_IE 0x0501
  24. #endif /* _WIN64 */
  25. #ifndef _UNICODE
  26. #define _UNICODE
  27. #endif
  28. #ifndef UNICODE
  29. #define UNICODE
  30. #endif
  31. #define WIN32_THREADS
  32. #define FD_SETSIZE 1024
  33. /* #undef HAVE_INET_PTON */
  34. /* #undef HAVE_INET_ATON */
  35. /* #undef HAVE_MSG_NOSIGNAL */
  36. /* #undef HAVE_SOL_IP */
  37. /* #undef HAVE_SOL_TCP */
  38. /* #undef HAVE_SOL_IPV6 */
  39. /* #undef HAVE_IP_PKTINFO */
  40. /* #undef HAVE_IPV6_PKTINFO */
  41. /* #undef HAVE_STRUCT_IP_MREQN */
  42. #define HAVE_STRUCT_IP_MREQ 1
  43. /* #undef HAVE_PTHREAD_MUTEX_TIMEDLOCK */
  44. /* #undef USE_MONO_MUTEX */
  45. /* #undef HAVE_LARGE_FILE_SUPPORT */
  46. /* #undef HAVE_NEW_ICONV */
  47. #define NAME_DEV_RANDOM ""
  48. #define HAVE_CRYPT_RNG 1
  49. #define HAVE_BOEHM_GC 1
  50. #define USE_INCLUDED_LIBGC 1
  51. /* #undef DISABLE_SHARED_HANDLES */
  52. /* #undef HAVE_TIMEZONE */
  53. /* #undef HAVE_TM_GMTOFF */
  54. /* #undef MONO_SIZEOF_SUNPATH */
  55. /* #undef MONO_ZERO_ARRAY_LENGTH */
  56. /* #undef PTHREAD_POINTER_ID */
  57. #define HAVE_GC_H 1
  58. #define HAVE_GC_GCJ_MALLOC 1
  59. #define HAVE_GC_ENABLE 1
  60. /* #undef WITH_BUNDLE */
  61. /* #undef HAVE_GETHOSTBYNAME2_R */
  62. /* #undef HAVE_ICU */
  63. /* #undef HAVE_KW_THREAD */
  64. /* #undef HAVE_SIGNBIT */
  65. /* #undef USE_MACH_SEMA */
  66. /* #undef HAVE_SOCKLEN_T */
  67. /* #undef HAVE_TRUNCL */
  68. /* #undef HAVE_AINTL */
  69. /* #undef HAVE_SCANDIR */
  70. /* #undef HAVE_WORKING_SIGALTSTACK */
  71. /* The architecture this is running on */
  72. #if defined(_M_IA64)
  73. #define ARCHITECTURE "ia64"
  74. #elif defined(_M_AMD64)
  75. #define ARCHITECTURE "amd64"
  76. #elif defined(_M_IX86)
  77. #define ARCHITECTURE "x86"
  78. #else
  79. #error Unknown architecture
  80. #endif
  81. /* String of disabled features */
  82. #define DISABLED_FEATURES "none"
  83. /* Disable AOT support */
  84. /* #undef DISABLE_AOT */
  85. /* Disable COM support */
  86. /* #undef DISABLE_COM */
  87. /* Disable runtime debugging support */
  88. /* #undef DISABLE_DEBUG */
  89. /* Disable System.Decimal support */
  90. /* #undef DISABLE_DECIMAL */
  91. /* Disable generics support */
  92. /* #undef DISABLE_GENERICS */
  93. /* Disable support for huge assemblies */
  94. /* #undef DISABLE_LARGE_CODE */
  95. /* Disable support debug logging */
  96. /* #undef DISABLE_LOGGING */
  97. /* Disable P/Invoke support */
  98. /* #undef DISABLE_PINVOKE */
  99. /* Disable default profiler support */
  100. /* #undef DISABLE_PROFILER */
  101. /* Disable reflection emit support */
  102. /* #undef DISABLE_REFLECTION_EMIT */
  103. /* Disable advanced SSA JIT optimizations */
  104. /* #undef DISABLE_SSA */
  105. /* Define to 1 if you have the <aio.h> header file. */
  106. /* #undef HAVE_AIO_H */
  107. /* Supports C99 array initialization */
  108. /* #undef HAVE_ARRAY_ELEM_INIT */
  109. /* Define to 1 if you have the <attr/xattr.h> header file. */
  110. /* #undef HAVE_ATTR_XATTR_H */
  111. /* Define to 1 if you have the `backtrace_symbols' function. */
  112. /* #undef HAVE_BACKTRACE_SYMBOLS */
  113. /* Define to 1 if you have the <checklist.h> header file. */
  114. /* #undef HAVE_CHECKLIST_H */
  115. /* Define to 1 if you have the <curses.h> header file. */
  116. /* #undef HAVE_CURSES_H */
  117. /* Define to 1 if you have the <dlfcn.h> header file. */
  118. /* #undef HAVE_DLFCN_H */
  119. /* Define to 1 if you have the <elf.h> header file. */
  120. /* #undef HAVE_ELF_H */
  121. /* epoll supported */
  122. /* #undef HAVE_EPOLL */
  123. /* Define to 1 if you have the `epoll_ctl' function. */
  124. /* #undef HAVE_EPOLL_CTL */
  125. /* Define to 1 if you have the <execinfo.h> header file. */
  126. /* #undef HAVE_EXECINFO_H */
  127. /* Define to 1 if you have the `fgetgrent' function. */
  128. /* #undef HAVE_FGETGRENT */
  129. /* Define to 1 if you have the `fgetpwent' function. */
  130. /* #undef HAVE_FGETPWENT */
  131. /* Define to 1 if you have the `finite' function. */
  132. /* #undef HAVE_FINITE */
  133. /* Define to 1 if you have the <fstab.h> header file. */
  134. /* #undef HAVE_FSTAB_H */
  135. /* Define to 1 if you have the `fstatfs' function. */
  136. /* #undef HAVE_FSTATFS */
  137. /* Define to 1 if you have the `fstatvfs' function. */
  138. /* #undef HAVE_FSTATVFS */
  139. /* Define to 1 if you have the <gc/gc.h> header file. */
  140. /* #undef HAVE_GC_GC_H */
  141. /* Define to 1 if you have the <gc.h> header file. */
  142. #define HAVE_GC_H 1
  143. /* Define to 1 if you have the `getdomainname' function. */
  144. /* #undef HAVE_GETDOMAINNAME */
  145. /* Define to 1 if you have the `getfsstat' function. */
  146. /* #undef HAVE_GETFSSTAT */
  147. /* Define to 1 if you have the `getgrgid_r' function. */
  148. /* #undef HAVE_GETGRGID_R */
  149. /* Define to 1 if you have the `getgrnam_r' function. */
  150. /* #undef HAVE_GETGRNAM_R */
  151. /* Define to 1 if you have the `GetProcessId' function. */
  152. #if (_WIN32_WINNT >= 0x0502)
  153. #define HAVE_GETPROCESSID 1
  154. #endif
  155. /* Define to 1 if you have the `getpwnam_r' function. */
  156. /* #undef HAVE_GETPWNAM_R */
  157. /* Define to 1 if you have the `getpwuid_r' function. */
  158. /* #undef HAVE_GETPWUID_R */
  159. /* Define to 1 if you have the `getresuid' function. */
  160. /* #undef HAVE_GETRESUID */
  161. /* Define to 1 if you have the <grp.h> header file. */
  162. /* #undef HAVE_GRP_H */
  163. /* Define to 1 if you have the <ieeefp.h> header file. */
  164. /* #undef HAVE_IEEEFP_H */
  165. /* Define to 1 if you have the `inet_aton' function. */
  166. /* #undef HAVE_INET_ATON */
  167. /* Define to 1 if you have the `inet_pton' function. */
  168. /* #undef HAVE_INET_PTON */
  169. /* Define to 1 if you have the <inttypes.h> header file. */
  170. #define HAVE_INTTYPES_H 1
  171. /* Define to 1 if you have the `isfinite' function. */
  172. /* #undef HAVE_ISFINITE */
  173. /* isinf available */
  174. #define HAVE_ISINF 1
  175. /* Define to 1 if you have the `kqueue' function. */
  176. /* #undef HAVE_KQUEUE */
  177. /* Define to 1 if you have the `unwind' library (-lunwind). */
  178. /* #undef HAVE_LIBUNWIND */
  179. /* Define to 1 if you have the <linux/rtc.h> header file. */
  180. /* #undef HAVE_LINUX_RTC_H */
  181. /* Define to 1 if you have the `lutimes' function. */
  182. /* #undef HAVE_LUTIMES */
  183. /* Define to 1 if you have the <memory.h> header file. */
  184. #define HAVE_MEMORY_H 1
  185. /* Define to 1 if you have the `mremap' function. */
  186. /* #undef HAVE_MREMAP */
  187. /* Define to 1 if you have the <netdb.h> header file. */
  188. /* #undef HAVE_NETDB_H */
  189. /* Define to 1 if you have the <net/if.h> header file. */
  190. /* #undef HAVE_NET_IF_H */
  191. /* No GC support. */
  192. /* #undef HAVE_NULL_GC */
  193. /* Define to 1 if you have the `poll' function. */
  194. /* #undef HAVE_POLL */
  195. /* Define to 1 if you have the <poll.h> header file. */
  196. /* #undef HAVE_POLL_H */
  197. /* Define to 1 if you have the `posix_fadvise' function. */
  198. /* #undef HAVE_POSIX_FADVISE */
  199. /* Define to 1 if you have the `posix_fallocate' function. */
  200. /* #undef HAVE_POSIX_FALLOCATE */
  201. /* Define to 1 if you have the `posix_madvise' function. */
  202. /* #undef HAVE_POSIX_MADVISE */
  203. /* Define to 1 if you have the `pthread_attr_getstack' function. */
  204. /* #undef HAVE_PTHREAD_ATTR_GETSTACK */
  205. /* Define to 1 if you have the `pthread_attr_get_np' function. */
  206. /* #undef HAVE_PTHREAD_ATTR_GET_NP */
  207. /* Define to 1 if you have the `pthread_attr_setstacksize' function. */
  208. /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
  209. /* Define to 1 if you have the `pthread_getattr_np' function. */
  210. /* #undef HAVE_PTHREAD_GETATTR_NP */
  211. /* Define to 1 if you have the `pthread_get_stackaddr_np' function. */
  212. /* #undef HAVE_PTHREAD_GET_STACKADDR_NP */
  213. /* Define to 1 if you have the `pthread_get_stacksize_np' function. */
  214. /* #undef HAVE_PTHREAD_GET_STACKSIZE_NP */
  215. /* Define to 1 if you have the <pthread.h> header file. */
  216. /* #undef HAVE_PTHREAD_H */
  217. /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
  218. /* #undef HAVE_PTHREAD_MUTEX_TIMEDLOCK */
  219. /* Define to 1 if you have the `remap_file_pages' function. */
  220. /* #undef HAVE_REMAP_FILE_PAGES */
  221. /* Define to 1 if you have the <semaphore.h> header file. */
  222. /* #undef HAVE_SEMAPHORE_H */
  223. /* Define to 1 if you have the `sendfile' function. */
  224. /* #undef HAVE_SENDFILE */
  225. /* Define to 1 if you have the `setdomainname' function. */
  226. /* #undef HAVE_SETDOMAINNAME */
  227. /* Define to 1 if you have the `sethostid' function. */
  228. /* #undef HAVE_SETHOSTID */
  229. /* Define if setkey(3) is available */
  230. /* #undef HAVE_SETKEY */
  231. /* Define to 1 if you have the `setresuid' function. */
  232. /* #undef HAVE_SETRESUID */
  233. /* Can get interface list */
  234. /* #undef HAVE_SIOCGIFCONF */
  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. /* Define to 1 if you have the <syslog.h> header file. */
  258. /* #undef HAVE_SYSLOG_H */
  259. /* Define to 1 if you have the <sys/aio.h> header file. */
  260. /* #undef HAVE_SYS_AIO_H */
  261. /* Define to 1 if you have the <sys/epoll.h> header file. */
  262. /* #undef HAVE_SYS_EPOLL_H */
  263. /* Define to 1 if you have the <sys/extattr.h> header file. */
  264. /* #undef HAVE_SYS_EXTATTR_H */
  265. /* Define to 1 if you have the <sys/filio.h> header file. */
  266. /* #undef HAVE_SYS_FILIO_H */
  267. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  268. /* #undef HAVE_SYS_IOCTL_H */
  269. /* Define to 1 if you have the <sys/mman.h> header file. */
  270. /* #undef HAVE_SYS_MMAN_H */
  271. /* Define to 1 if you have the <sys/poll.h> header file. */
  272. /* #undef HAVE_SYS_POLL_H */
  273. /* Define to 1 if you have the <sys/sendfile.h> header file. */
  274. /* #undef HAVE_SYS_SENDFILE_H */
  275. /* Define to 1 if you have the <sys/sockio.h> header file. */
  276. /* #undef HAVE_SYS_SOCKIO_H */
  277. /* Define to 1 if you have the <sys/statvfs.h> header file. */
  278. /* #undef HAVE_SYS_STATVFS_H */
  279. /* Define to 1 if you have the <sys/stat.h> header file. */
  280. #define HAVE_SYS_STAT_H 1
  281. /* Define to 1 if you have the <sys/types.h> header file. */
  282. #define HAVE_SYS_TYPES_H 1
  283. /* Define to 1 if you have the <sys/un.h> header file. */
  284. /* #undef HAVE_SYS_UN_H */
  285. /* Define to 1 if you have the <sys/utime.h> header file. */
  286. #define HAVE_SYS_UTIME_H 1
  287. /* Define to 1 if you have the <sys/vfstab.h> header file. */
  288. /* #undef HAVE_SYS_VFSTAB_H */
  289. /* Define to 1 if you have the <sys/wait.h> header file. */
  290. /* #undef HAVE_SYS_WAIT_H */
  291. /* Define to 1 if you have the <sys/xattr.h> header file. */
  292. /* #undef HAVE_SYS_XATTR_H */
  293. /* Define to 1 if you have the <termios.h> header file. */
  294. /* #undef HAVE_TERMIOS_H */
  295. /* Define to 1 if you have the <term.h> header file. */
  296. /* #undef HAVE_TERM_H */
  297. /* tld_model available */
  298. /* #undef HAVE_TLS_MODEL_ATTR */
  299. /* Define to 1 if you have the `trunc' function. */
  300. #define HAVE_TRUNC 1
  301. /* Define to 1 if you have the `ttyname_r' function. */
  302. /* #undef HAVE_TTYNAME_R */
  303. /* Define to 1 if you have the <unistd.h> header file. */
  304. /* #undef HAVE_UNISTD_H */
  305. /* Define to 1 if you have the <utime.h> header file. */
  306. /* #undef HAVE_UTIME_H */
  307. /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
  308. /* #undef HAVE_VALGRIND_MEMCHECK_H */
  309. /* Support for the visibility ("hidden") attribute */
  310. #define HAVE_VISIBILITY_HIDDEN 1
  311. /* Define to 1 if you have the `vsnprintf' function. */
  312. /* #undef HAVE_VSNPRINTF */
  313. /* Define to 1 if you have the <wchar.h> header file. */
  314. #define HAVE_WCHAR_H 1
  315. /* Architecture uses registers for Parameters */
  316. /* #undef MONO_ARCH_REGPARMS */
  317. /* The Mono Debugger is supported on this platform */
  318. /* #undef MONO_DEBUGGER_SUPPORTED */
  319. /* Xen-specific behaviour */
  320. /* #undef MONO_XEN_OPT */
  321. /* Define if Unix sockets cannot be created in an anonymous namespace */
  322. /* #undef NEED_LINK_UNLINK */
  323. /* Name of package */
  324. #define PACKAGE "mono"
  325. /* Define to the address where bug reports for this package should be sent. */
  326. #define PACKAGE_BUGREPORT ""
  327. /* Define to the full name of this package. */
  328. #define PACKAGE_NAME ""
  329. /* Define to the full name and version of this package. */
  330. #define PACKAGE_STRING ""
  331. /* Define to the one symbol short name of this package. */
  332. #define PACKAGE_TARNAME ""
  333. /* Define to the version of this package. */
  334. #define PACKAGE_VERSION ""
  335. /* Platform is Win32 */
  336. #define PLATFORM_WIN32 1
  337. /* Pointer field name in 'union sigval' */
  338. /* #undef SIGVAL_PTR */
  339. /* The size of a `size_t', as computed by sizeof. */
  340. /* #undef SIZEOF_SIZE_T */
  341. /* The size of a `void *', as computed by sizeof. */
  342. #ifdef _WIN64
  343. #define SIZEOF_VOID_P 8
  344. #else
  345. #define SIZEOF_VOID_P 4
  346. #endif
  347. /* Define to 1 if you have the ANSI C header files. */
  348. #define STDC_HEADERS 1
  349. /* GC description */
  350. #define USED_GC_NAME "Included Boehm (with typed GC)"
  351. /* Version number of package */
  352. #define VERSION "1.9"