Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

753 lines
20 KiB

  1. /* include/llvm/Config/config.h.cmake corresponding to config.h.in. */
  2. #ifndef CONFIG_H
  3. #define CONFIG_H
  4. /* Bug report URL. */
  5. #define BUG_REPORT_URL "http://llvm.org/bugs/"
  6. /* Define if we have libxml2 */
  7. /* #undef CLANG_HAVE_LIBXML */
  8. /* Relative directory for resource files */
  9. #define CLANG_RESOURCE_DIR ""
  10. /* Directories clang will search for headers */
  11. #define C_INCLUDE_DIRS ""
  12. /* Default <path> to all compiler invocations for --sysroot=<path>. */
  13. #undef DEFAULT_SYSROOT
  14. /* Define if you want backtraces on crash */
  15. #define ENABLE_BACKTRACES
  16. /* Define if position independent code is enabled */
  17. #define ENABLE_PIC
  18. /* Define if timestamp information (e.g., __DATE__) is allowed */
  19. #define ENABLE_TIMESTAMPS 1
  20. /* Directory where gcc is installed. */
  21. #undef GCC_INSTALL_PREFIX
  22. /* Define to 1 if you have the `arc4random' function. */
  23. /* #undef HAVE_ARC4RANDOM */
  24. /* Define to 1 if you have the `argz_append' function. */
  25. /* #undef HAVE_ARGZ_APPEND */
  26. /* Define to 1 if you have the `argz_create_sep' function. */
  27. /* #undef HAVE_ARGZ_CREATE_SEP */
  28. /* Define to 1 if you have the <argz.h> header file. */
  29. /* #undef HAVE_ARGZ_H */
  30. /* Define to 1 if you have the `argz_insert' function. */
  31. /* #undef HAVE_ARGZ_INSERT */
  32. /* Define to 1 if you have the `argz_next' function. */
  33. /* #undef HAVE_ARGZ_NEXT */
  34. /* Define to 1 if you have the `argz_stringify' function. */
  35. /* #undef HAVE_ARGZ_STRINGIFY */
  36. /* Define to 1 if you have the <assert.h> header file. */
  37. #define HAVE_ASSERT_H 1
  38. /* Define to 1 if you have the `backtrace' function. */
  39. /* #undef HAVE_BACKTRACE */
  40. /* Define to 1 if you have the `bcopy' function. */
  41. #undef HAVE_BCOPY
  42. /* Define to 1 if you have the `ceilf' function. */
  43. #define HAVE_CEILF 1
  44. /* Define if the neat program is available */
  45. /* #undef HAVE_CIRCO */
  46. /* Define to 1 if you have the `closedir' function. */
  47. /* #undef HAVE_CLOSEDIR */
  48. /* Define to 1 if you have the <CrashReporterClient.h> header file. */
  49. #undef HAVE_CRASHREPORTERCLIENT_H
  50. /* can use __crashreporter_info__ */
  51. #undef HAVE_CRASHREPORTER_INFO
  52. /* Define to 1 if you have the <ctype.h> header file. */
  53. #define HAVE_CTYPE_H 1
  54. /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
  55. don't. */
  56. #define HAVE_DECL_STRERROR_S 1
  57. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  58. */
  59. /* #undef HAVE_DIRENT_H */
  60. /* Define if you have the GNU dld library. */
  61. #undef HAVE_DLD
  62. /* Define to 1 if you have the <dld.h> header file. */
  63. /* #undef HAVE_DLD_H */
  64. /* Define to 1 if you have the `dlerror' function. */
  65. /* #undef HAVE_DLERROR */
  66. /* Define to 1 if you have the <dlfcn.h> header file. */
  67. /* #undef HAVE_DLFCN_H */
  68. /* Define if dlopen() is available on this platform. */
  69. /* #undef HAVE_DLOPEN */
  70. /* Define to 1 if you have the <dl.h> header file. */
  71. /* #undef HAVE_DL_H */
  72. /* Define if the dot program is available */
  73. /* #undef HAVE_DOT */
  74. /* Define if the dotty program is available */
  75. /* #undef HAVE_DOTTY */
  76. /* Define if you have the _dyld_func_lookup function. */
  77. #undef HAVE_DYLD
  78. /* Define to 1 if you have the <errno.h> header file. */
  79. #define HAVE_ERRNO_H 1
  80. /* Define to 1 if the system has the type `error_t'. */
  81. /* #undef HAVE_ERROR_T */
  82. /* Define to 1 if you have the <execinfo.h> header file. */
  83. /* #undef HAVE_EXECINFO_H */
  84. /* Define to 1 if you have the <fcntl.h> header file. */
  85. #define HAVE_FCNTL_H 1
  86. /* Define if the neat program is available */
  87. /* #undef HAVE_FDP */
  88. /* Define to 1 if you have the <fenv.h> header file. */
  89. /* #undef HAVE_FENV_H */
  90. /* Define if libffi is available on this platform. */
  91. /* #undef HAVE_FFI_CALL */
  92. /* Define to 1 if you have the <ffi/ffi.h> header file. */
  93. /* #undef HAVE_FFI_FFI_H */
  94. /* Define to 1 if you have the <ffi.h> header file. */
  95. /* #undef HAVE_FFI_H */
  96. /* Set to 1 if the finite function is found in <ieeefp.h> */
  97. /* #undef HAVE_FINITE_IN_IEEEFP_H */
  98. /* Define to 1 if you have the `floorf' function. */
  99. #define HAVE_FLOORF 1
  100. /* Define to 1 if you have the `log' function. */
  101. #define HAVE_LOG 1
  102. /* Define to 1 if you have the `log2' function. */
  103. /* #undef HAVE_LOG2 */
  104. /* Define to 1 if you have the `log10' function. */
  105. #define HAVE_LOG10 1
  106. /* Define to 1 if you have the `exp' function. */
  107. #define HAVE_EXP 1
  108. /* Define to 1 if you have the `exp2' function. */
  109. /* #undef HAVE_EXP2 */
  110. /* Define to 1 if you have the `exp10' function. */
  111. /* #undef HAVE_EXP10 */
  112. /* Define to 1 if you have the `fmodf' function. */
  113. #define HAVE_FMODF 1
  114. /* Define to 1 if you have the `getcwd' function. */
  115. /* #undef HAVE_GETCWD */
  116. /* Define to 1 if you have the `getpagesize' function. */
  117. /* #undef HAVE_GETPAGESIZE */
  118. /* Define to 1 if you have the `getrlimit' function. */
  119. /* #undef HAVE_GETRLIMIT */
  120. /* Define to 1 if you have the `getrusage' function. */
  121. /* #undef HAVE_GETRUSAGE */
  122. /* Define to 1 if you have the `gettimeofday' function. */
  123. /* #undef HAVE_GETTIMEOFDAY */
  124. /* Define if the Graphviz program is available */
  125. /* #undef HAVE_GRAPHVIZ */
  126. /* Define if the gv program is available */
  127. /* #undef HAVE_GV */
  128. /* Define to 1 if you have the `index' function. */
  129. /* #undef HAVE_INDEX */
  130. /* Define to 1 if the system has the type `int64_t'. */
  131. #define HAVE_INT64_T 1
  132. /* Define to 1 if you have the <inttypes.h> header file. */
  133. /* #undef HAVE_INTTYPES_H */
  134. /* Define to 1 if you have the `isatty' function. */
  135. /* #undef HAVE_ISATTY */
  136. /* Set to 1 if the isinf function is found in <cmath> */
  137. /* #undef HAVE_ISINF_IN_CMATH */
  138. /* Set to 1 if the isinf function is found in <math.h> */
  139. /* #undef HAVE_ISINF_IN_MATH_H */
  140. /* Set to 1 if the isnan function is found in <cmath> */
  141. /* #undef HAVE_ISNAN_IN_CMATH */
  142. /* Set to 1 if the isnan function is found in <math.h> */
  143. /* #undef HAVE_ISNAN_IN_MATH_H */
  144. /* Define if you have the libdl library or equivalent. */
  145. /* #undef HAVE_LIBDL */
  146. /* Define to 1 if you have the `imagehlp' library (-limagehlp). */
  147. /* #undef HAVE_LIBIMAGEHLP */
  148. /* Define to 1 if you have the `m' library (-lm). */
  149. #undef HAVE_LIBM
  150. /* Define to 1 if you have the `psapi' library (-lpsapi). */
  151. /* #undef HAVE_LIBPSAPI */
  152. /* Define to 1 if you have the `pthread' library (-lpthread). */
  153. /* #undef HAVE_LIBPTHREAD */
  154. /* Define to 1 if you have the `udis86' library (-ludis86). */
  155. #undef HAVE_LIBUDIS86
  156. /* Define to 1 if you have the <limits.h> header file. */
  157. #define HAVE_LIMITS_H 1
  158. /* Define if you can use -Wl,-export-dynamic. */
  159. #define HAVE_LINK_EXPORT_DYNAMIC 1
  160. /* Define to 1 if you have the <link.h> header file. */
  161. /* #undef HAVE_LINK_H */
  162. /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
  163. the current directory to the dynamic linker search path. */
  164. #undef HAVE_LINK_R
  165. /* Define to 1 if you have the `longjmp' function. */
  166. #define HAVE_LONGJMP 1
  167. /* Define to 1 if you have the <mach/mach.h> header file. */
  168. /* #undef HAVE_MACH_MACH_H */
  169. /* Define to 1 if you have the <mach-o/dyld.h> header file. */
  170. /* #undef HAVE_MACH_O_DYLD_H */
  171. /* Define if mallinfo() is available on this platform. */
  172. /* #undef HAVE_MALLINFO */
  173. /* Define to 1 if you have the <malloc.h> header file. */
  174. #define HAVE_MALLOC_H 1
  175. /* Define to 1 if you have the <malloc/malloc.h> header file. */
  176. /* #undef HAVE_MALLOC_MALLOC_H */
  177. /* Define to 1 if you have the `malloc_zone_statistics' function. */
  178. /* #undef HAVE_MALLOC_ZONE_STATISTICS */
  179. /* Define to 1 if you have the `memcpy' function. */
  180. #define HAVE_MEMCPY 1
  181. /* Define to 1 if you have the `memmove' function. */
  182. #define HAVE_MEMMOVE 1
  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 `mkdtemp' function. */
  186. /* #undef HAVE_MKDTEMP */
  187. /* Define to 1 if you have the `mkstemp' function. */
  188. /* #undef HAVE_MKSTEMP */
  189. /* Define to 1 if you have the `mktemp' function. */
  190. /* #undef HAVE_MKTEMP */
  191. /* Define to 1 if you have a working `mmap' system call. */
  192. #undef HAVE_MMAP
  193. /* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
  194. it uses MAP_ANON */
  195. #undef HAVE_MMAP_ANONYMOUS
  196. /* Define if mmap() can map files into memory */
  197. #undef HAVE_MMAP_FILE
  198. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  199. /* #undef HAVE_NDIR_H */
  200. /* Define to 1 if you have the `nearbyintf' function. */
  201. /* #undef HAVE_NEARBYINTF */
  202. /* Define if the neat program is available */
  203. /* #undef HAVE_NEATO */
  204. /* Define to 1 if you have the `opendir' function. */
  205. /* #undef HAVE_OPENDIR */
  206. /* Define to 1 if you have the `posix_spawn' function. */
  207. /* #undef HAVE_POSIX_SPAWN */
  208. /* Define to 1 if you have the `powf' function. */
  209. /* #undef HAVE_POWF */
  210. /* Define to 1 if you have the `pread' function. */
  211. /* #undef HAVE_PREAD */
  212. /* Define if libtool can extract symbol lists from object files. */
  213. #undef HAVE_PRELOADED_SYMBOLS
  214. /* Define to have the %a format string */
  215. #undef HAVE_PRINTF_A
  216. /* Have pthread_getspecific */
  217. /* #undef HAVE_PTHREAD_GETSPECIFIC */
  218. /* Define to 1 if you have the <pthread.h> header file. */
  219. /* #undef HAVE_PTHREAD_H */
  220. /* Have pthread_mutex_lock */
  221. /* #undef HAVE_PTHREAD_MUTEX_LOCK */
  222. /* Have pthread_rwlock_init */
  223. /* #undef HAVE_PTHREAD_RWLOCK_INIT */
  224. /* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
  225. /* #undef HAVE_RAND48 */
  226. /* Define to 1 if you have the `readdir' function. */
  227. /* #undef HAVE_READDIR */
  228. /* Define to 1 if you have the `realpath' function. */
  229. #undef HAVE_REALPATH
  230. /* Define to 1 if you have the `rindex' function. */
  231. /* #undef HAVE_RINDEX */
  232. /* Define to 1 if you have the `rintf' function. */
  233. #undef HAVE_RINTF
  234. /* Define to 1 if you have the `round' function. */
  235. /* #undef HAVE_ROUND */
  236. /* Define to 1 if you have the `roundf' function. */
  237. #undef HAVE_ROUNDF
  238. /* Define to 1 if you have the `sbrk' function. */
  239. /* #undef HAVE_SBRK */
  240. /* Define to 1 if you have the `setenv' function. */
  241. /* #undef HAVE_SETENV */
  242. /* Define to 1 if you have the `setjmp' function. */
  243. #define HAVE_SETJMP 1
  244. /* Define to 1 if you have the <setjmp.h> header file. */
  245. #define HAVE_SETJMP_H 1
  246. /* Define to 1 if you have the `setrlimit' function. */
  247. /* #undef HAVE_SETRLIMIT */
  248. /* Define if you have the shl_load function. */
  249. #undef HAVE_SHL_LOAD
  250. /* Define to 1 if you have the `siglongjmp' function. */
  251. /* #undef HAVE_SIGLONGJMP */
  252. /* Define to 1 if you have the <signal.h> header file. */
  253. #define HAVE_SIGNAL_H 1
  254. /* Define to 1 if you have the `sigsetjmp' function. */
  255. /* #undef HAVE_SIGSETJMP */
  256. /* Define to 1 if you have the <stdint.h> header file. */
  257. #define HAVE_STDINT_H 1
  258. /* Define to 1 if you have the <stdio.h> header file. */
  259. #define HAVE_STDIO_H 1
  260. /* Define to 1 if you have the <stdlib.h> header file. */
  261. #define HAVE_STDLIB_H 1
  262. /* Set to 1 if the std::isinf function is found in <cmath> */
  263. #undef HAVE_STD_ISINF_IN_CMATH
  264. /* Set to 1 if the std::isnan function is found in <cmath> */
  265. #undef HAVE_STD_ISNAN_IN_CMATH
  266. /* Define to 1 if you have the `strchr' function. */
  267. #define HAVE_STRCHR 1
  268. /* Define to 1 if you have the `strcmp' function. */
  269. #define HAVE_STRCMP 1
  270. /* Define to 1 if you have the `strdup' function. */
  271. #define HAVE_STRDUP 1
  272. /* Define to 1 if you have the `strerror' function. */
  273. #define HAVE_STRERROR 1
  274. /* Define to 1 if you have the `strerror_r' function. */
  275. /* #undef HAVE_STRERROR_R */
  276. /* Define to 1 if you have the <strings.h> header file. */
  277. /* #undef HAVE_STRINGS_H */
  278. /* Define to 1 if you have the <string.h> header file. */
  279. #define HAVE_STRING_H 1
  280. /* Define to 1 if you have the `strrchr' function. */
  281. #define HAVE_STRRCHR 1
  282. /* Define to 1 if you have the `strtof' function. */
  283. /* #undef HAVE_STRTOF */
  284. /* Define to 1 if you have the `strtoll' function. */
  285. #define HAVE_STRTOLL 1
  286. /* Define to 1 if you have the `strtoq' function. */
  287. /* #undef HAVE_STRTOQ */
  288. /* Define to 1 if you have the `sysconf' function. */
  289. #undef HAVE_SYSCONF
  290. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  291. */
  292. /* #undef HAVE_SYS_DIR_H */
  293. /* Define to 1 if you have the <sys/dl.h> header file. */
  294. /* #undef HAVE_SYS_DL_H */
  295. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  296. /* #undef HAVE_SYS_IOCTL_H */
  297. /* Define to 1 if you have the <sys/mman.h> header file. */
  298. /* #undef HAVE_SYS_MMAN_H */
  299. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  300. */
  301. /* #undef HAVE_SYS_NDIR_H */
  302. /* Define to 1 if you have the <sys/param.h> header file. */
  303. /* #undef HAVE_SYS_PARAM_H */
  304. /* Define to 1 if you have the <sys/resource.h> header file. */
  305. /* #undef HAVE_SYS_RESOURCE_H */
  306. /* Define to 1 if you have the <sys/stat.h> header file. */
  307. #define HAVE_SYS_STAT_H 1
  308. /* Define to 1 if you have the <sys/time.h> header file. */
  309. /* #undef HAVE_SYS_TIME_H */
  310. /* Define to 1 if you have the <sys/types.h> header file. */
  311. #define HAVE_SYS_TYPES_H 1
  312. /* Define to 1 if you have the <sys/uio.h> header file. */
  313. /* #undef HAVE_SYS_UIO_H */
  314. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  315. /* #undef HAVE_SYS_WAIT_H */
  316. /* Define to 1 if you have the <termios.h> header file. */
  317. /* #undef HAVE_TERMIOS_H */
  318. /* Define if the neat program is available */
  319. /* #undef HAVE_TWOPI */
  320. /* Define to 1 if the system has the type `uint64_t'. */
  321. #define HAVE_UINT64_T 1
  322. /* Define to 1 if you have the <unistd.h> header file. */
  323. /* #undef HAVE_UNISTD_H */
  324. /* Define to 1 if you have the <utime.h> header file. */
  325. /* #undef HAVE_UTIME_H */
  326. /* Define to 1 if the system has the type `u_int64_t'. */
  327. /* #undef HAVE_U_INT64_T */
  328. /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
  329. /* #undef HAVE_VALGRIND_VALGRIND_H */
  330. /* Define to 1 if you have the <windows.h> header file. */
  331. #define HAVE_WINDOWS_H 1
  332. /* Define to 1 if you have the `writev' function. */
  333. /* #undef HAVE_WRITEV */
  334. /* Define if the xdot.py program is available */
  335. /* #undef HAVE_XDOT_PY */
  336. /* Have host's _alloca */
  337. /* #undef HAVE__ALLOCA */
  338. /* Have host's __alloca */
  339. /* #undef HAVE___ALLOCA */
  340. /* Have host's __ashldi3 */
  341. /* #undef HAVE___ASHLDI3 */
  342. /* Have host's __ashrdi3 */
  343. /* #undef HAVE___ASHRDI3 */
  344. /* Have host's __chkstk */
  345. #define HAVE___CHKSTK 1
  346. /* Have host's __cmpdi2 */
  347. /* #undef HAVE___CMPDI2 */
  348. /* Have host's __divdi3 */
  349. /* #undef HAVE___DIVDI3 */
  350. /* Define to 1 if you have the `__dso_handle' function. */
  351. #undef HAVE___DSO_HANDLE
  352. /* Have host's __fixdfdi */
  353. /* #undef HAVE___FIXDFDI */
  354. /* Have host's __fixsfdi */
  355. /* #undef HAVE___FIXSFDI */
  356. /* Have host's __floatdidf */
  357. /* #undef HAVE___FLOATDIDF */
  358. /* Have host's __lshrdi3 */
  359. /* #undef HAVE___LSHRDI3 */
  360. /* Have host's __main */
  361. /* #undef HAVE___MAIN */
  362. /* Have host's __moddi3 */
  363. /* #undef HAVE___MODDI3 */
  364. /* Have host's __udivdi3 */
  365. /* #undef HAVE___UDIVDI3 */
  366. /* Have host's __umoddi3 */
  367. /* #undef HAVE___UMODDI3 */
  368. /* Have host's ___chkstk */
  369. /* #undef HAVE____CHKSTK */
  370. /* Linker version detected at compile time. */
  371. #undef HOST_LINK_VERSION
  372. /* Installation directory for binary executables */
  373. /* #undef LLVM_BINDIR */
  374. /* Time at which LLVM was configured */
  375. /* #undef LLVM_CONFIGTIME */
  376. /* Installation directory for data files */
  377. /* #undef LLVM_DATADIR */
  378. /* Target triple LLVM will generate code for by default */
  379. #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-pc-win32"
  380. /* Installation directory for documentation */
  381. /* #undef LLVM_DOCSDIR */
  382. /* Define if threads enabled */
  383. #define LLVM_ENABLE_THREADS 1
  384. /* Installation directory for config files */
  385. /* #undef LLVM_ETCDIR */
  386. /* Has gcc/MSVC atomic intrinsics */
  387. #define LLVM_HAS_ATOMICS 1
  388. /* Host triple LLVM will be executed on */
  389. #define LLVM_HOSTTRIPLE "x86_64-pc-win32"
  390. /* Installation directory for include files */
  391. /* #undef LLVM_INCLUDEDIR */
  392. /* Installation directory for .info files */
  393. /* #undef LLVM_INFODIR */
  394. /* Installation directory for libraries */
  395. /* #undef LLVM_LIBDIR */
  396. /* Installation directory for man pages */
  397. /* #undef LLVM_MANDIR */
  398. /* LLVM architecture name for the native architecture, if available */
  399. #define LLVM_NATIVE_ARCH X86
  400. /* LLVM name for the native AsmParser init function, if available */
  401. #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
  402. /* LLVM name for the native AsmPrinter init function, if available */
  403. #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
  404. /* LLVM name for the native Disassembler init function, if available */
  405. #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
  406. /* LLVM name for the native Target init function, if available */
  407. #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
  408. /* LLVM name for the native TargetInfo init function, if available */
  409. #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
  410. /* LLVM name for the native target MC init function, if available */
  411. #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
  412. /* Define if this is Unixish platform */
  413. /* #undef LLVM_ON_UNIX */
  414. /* Define if this is Win32ish platform */
  415. #define LLVM_ON_WIN32 1
  416. /* Define to path to circo program if found or 'echo circo' otherwise */
  417. /* #undef LLVM_PATH_CIRCO */
  418. /* Define to path to dot program if found or 'echo dot' otherwise */
  419. /* #undef LLVM_PATH_DOT */
  420. /* Define to path to dotty program if found or 'echo dotty' otherwise */
  421. /* #undef LLVM_PATH_DOTTY */
  422. /* Define to path to fdp program if found or 'echo fdp' otherwise */
  423. /* #undef LLVM_PATH_FDP */
  424. /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
  425. /* #undef LLVM_PATH_GRAPHVIZ */
  426. /* Define to path to gv program if found or 'echo gv' otherwise */
  427. /* #undef LLVM_PATH_GV */
  428. /* Define to path to neato program if found or 'echo neato' otherwise */
  429. /* #undef LLVM_PATH_NEATO */
  430. /* Define to path to twopi program if found or 'echo twopi' otherwise */
  431. /* #undef LLVM_PATH_TWOPI */
  432. /* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
  433. /* #undef LLVM_PATH_XDOT_PY */
  434. /* Installation prefix directory */
  435. #define LLVM_PREFIX "C:/Program Files/LLVM"
  436. /* Define if we have the Intel JIT API runtime support library */
  437. /* #undef LLVM_USE_INTEL_JITEVENTS */
  438. /* Define if we have the oprofile JIT-support library */
  439. /* #undef LLVM_USE_OPROFILE */
  440. /* Major version of the LLVM API */
  441. #define LLVM_VERSION_MAJOR 3
  442. /* Minor version of the LLVM API */
  443. #define LLVM_VERSION_MINOR 3
  444. /* Define if the OS needs help to load dependent libraries for dlopen(). */
  445. #define LTDL_DLOPEN_DEPLIBS 1
  446. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  447. */
  448. #undef LTDL_OBJDIR
  449. /* Define to the name of the environment variable that determines the dynamic
  450. library search path. */
  451. #define LTDL_SHLIBPATH_VAR "PATH"
  452. /* Define to the extension used for shared libraries, say, ".so". */
  453. #define LTDL_SHLIB_EXT ".dll"
  454. /* Define to the system default library search path. */
  455. /* #undef LTDL_SYSSEARCHPATH */
  456. /* Define if /dev/zero should be used when mapping RWX memory, or undefine if
  457. its not necessary */
  458. #undef NEED_DEV_ZERO_FOR_MMAP
  459. /* Define if dlsym() requires a leading underscore in symbol names. */
  460. #undef NEED_USCORE
  461. /* Define to the address where bug reports for this package should be sent. */
  462. #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
  463. /* Define to the full name of this package. */
  464. #define PACKAGE_NAME "LLVM"
  465. /* Define to the full name and version of this package. */
  466. #define PACKAGE_STRING "LLVM 3.3svn"
  467. /* Define to the one symbol short name of this package. */
  468. #undef PACKAGE_TARNAME
  469. /* Define to the version of this package. */
  470. #define PACKAGE_VERSION "3.3svn"
  471. /* Define as the return type of signal handlers (`int' or `void'). */
  472. #define RETSIGTYPE void
  473. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  474. #undef STAT_MACROS_BROKEN
  475. /* Define to 1 if you have the ANSI C header files. */
  476. #undef STDC_HEADERS
  477. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  478. #undef TIME_WITH_SYS_TIME
  479. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  480. #undef TM_IN_SYS_TIME
  481. /* Define if use udis86 library */
  482. #undef USE_UDIS86
  483. /* Type of 1st arg on ELM Callback */
  484. #define WIN32_ELMCB_PCSTR PCSTR
  485. /* Define to empty if `const' does not conform to ANSI C. */
  486. #undef const
  487. /* Define to a type to use for `error_t' if it is not otherwise available. */
  488. #define error_t int
  489. /* Define to `int' if <sys/types.h> does not define. */
  490. #undef pid_t
  491. /* Define to `unsigned int' if <sys/types.h> does not define. */
  492. #undef size_t
  493. /* Define to a function replacing strtoll */
  494. #define strtoll _strtoi64
  495. /* Define to a function implementing strtoull */
  496. #define strtoull _strtoui64
  497. /* Define to a function implementing stricmp */
  498. #define stricmp _stricmp
  499. /* Define to a function implementing strdup */
  500. #define strdup _strdup
  501. /* Define to 1 if you have the `_chsize_s' function. */
  502. #define HAVE__CHSIZE_S 1
  503. /* Added by Kevin -- Maximum path length */
  504. #define MAXPATHLEN 160
  505. #endif