config.h.cmake revision 53347ed2f8b6a80a36b0450a13eaa44da983ac3d
1b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)/**************************************
2b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)** Created by Kevin from config.h.in **
3b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)***************************************/
4b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
5b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)#ifndef CONFIG_H
6b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)#define CONFIG_H
7b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
8b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)/* Bug report URL. */
97dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#define BUG_REPORT_URL "${BUG_REPORT_URL}"
107dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
117d4cd473f85ac64c3747c96c277f9e506a0d2246Torne (Richard Coles)/* Relative directory for resource files */
12b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)#define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
137dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
14a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Directories clang will search for headers */
15a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
16a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
177dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Default <path> to all compiler invocations for --sysroot=<path>. */
187d4cd473f85ac64c3747c96c277f9e506a0d2246Torne (Richard Coles)#undef DEFAULT_SYSROOT
19b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
20b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)/* Define if you want backtraces on crash */
21b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)#cmakedefine ENABLE_BACKTRACES
22a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
23a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define if position independent code is enabled */
247dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine ENABLE_PIC
257dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
267dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define if timestamp information (e.g., __DATE__) is allowed */
277dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine ENABLE_TIMESTAMPS ${ENABLE_TIMESTAMPS}
28a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
29a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Directory where gcc is installed. */
30a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#undef GCC_INSTALL_PREFIX
31a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
32a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `arc4random' function. */
33a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_ARC4RANDOM
34a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
35a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `argz_append' function. */
36a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_ARGZ_APPEND ${HAVE_ARGZ_APPEND}
37a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
38a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `argz_create_sep' function. */
39a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_ARGZ_CREATE_SEP ${HAVE_ARGZ_CREATE_SEP}
40a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
41a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the <argz.h> header file. */
42a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_ARGZ_H ${HAVE_ARGZ_H}
43a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
44a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `argz_insert' function. */
457dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_ARGZ_INSERT ${HAVE_ARGZ_INSERT}
467dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
477dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the `argz_next' function. */
487dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_ARGZ_NEXT ${HAVE_ARGZ_NEXT}
497dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
507dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the `argz_stringify' function. */
517dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_ARGZ_STRINGIFY ${HAVE_ARGZ_STRINGIFY}
527dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
537dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the <assert.h> header file. */
547dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_ASSERT_H ${HAVE_ASSERT_H}
557dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
567dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the `backtrace' function. */
577dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
587dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
597dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the `bcopy' function. */
60b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)#undef HAVE_BCOPY
61b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
62b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)/* Define to 1 if you have the `ceilf' function. */
63b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)#cmakedefine HAVE_CEILF ${HAVE_CEILF}
64b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
65ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define if the neat program is available */
66ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_CIRCO ${HAVE_CIRCO}
67b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
68b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)/* Define to 1 if you have the `closedir' function. */
697dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_CLOSEDIR ${HAVE_CLOSEDIR}
707dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
717dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the <CrashReporterClient.h> header file. */
727dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#undef HAVE_CRASHREPORTERCLIENT_H
73ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
74ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define if __crashreporter_info__ exists. */
75ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#undef HAVE_CRASHREPORTER_INFO
76ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
77ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define to 1 if you have the <ctype.h> header file. */
78ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_CTYPE_H ${HAVE_CTYPE_H}
79ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
80ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
81ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch   don't. */
82ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine01 HAVE_DECL_STRERROR_S
83ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
84b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
85a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)   */
86a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_DIRENT_H ${HAVE_DIRENT_H}
87a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
88ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define if you have the GNU dld library. */
897dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#undef HAVE_DLD
90b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
91b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)/* Define to 1 if you have the <dld.h> header file. */
92eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch#cmakedefine HAVE_DLD_H ${HAVE_DLD_H}
93a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
94a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `dlerror' function. */
957dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_DLERROR ${HAVE_DLERROR}
967dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
977d4cd473f85ac64c3747c96c277f9e506a0d2246Torne (Richard Coles)/* Define to 1 if you have the <dlfcn.h> header file. */
98ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
99ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
100eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch/* Define if dlopen() is available on this platform. */
101ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
1027d4cd473f85ac64c3747c96c277f9e506a0d2246Torne (Richard Coles)
103eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch/* Define to 1 if you have the <dl.h> header file. */
104ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_DL_H ${HAVE_DL_H}
105b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
106eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch/* Define if the dot program is available */
107eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch#cmakedefine HAVE_DOT ${HAVE_DOT}
108ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
109eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch/* Define if the dotty program is available */
110eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch#cmakedefine HAVE_DOTTY ${HAVE_DOTTY}
111ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
112b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)/* Define if you have the _dyld_func_lookup function. */
113b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)#undef HAVE_DYLD
1147dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
115a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the <errno.h> header file. */
116a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
1177dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1187dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if the system has the type `error_t'. */
1197dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_ERROR_T ${HAVE_ERROR_T}
1207dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1217dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the <execinfo.h> header file. */
1227dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_EXECINFO_H ${HAVE_EXECINFO_H}
1237dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1247dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the <fcntl.h> header file. */
1257dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
1267dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1277dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define if the neat program is available */
1287dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_FDP ${HAVE_FDP}
1297dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1307dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the <fenv.h> header file. */
1317dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_FENV_H ${HAVE_FENV_H}
1327dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1337dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define if libffi is available on this platform. */
1347dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL}
1357dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1367dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the <ffi/ffi.h> header file. */
1377dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H}
1387dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1397dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the <ffi.h> header file. */
1407dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_FFI_H ${HAVE_FFI_H}
1417dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1427dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Set to 1 if the finite function is found in <ieeefp.h> */
143a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_FINITE_IN_IEEEFP_H ${HAVE_FINITE_IN_IEEEFP_H}
144a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
1457dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the `floorf' function. */
1467dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_FLOORF ${HAVE_FLOORF}
1477dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
148ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define to 1 if you have the `fmodf' function. */
149ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_FMODF ${HAVE_FMODF}
150ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
151ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define to 1 if you have the `getcwd' function. */
1527dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_GETCWD ${HAVE_GETCWD}
1537dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1547dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the `getpagesize' function. */
1557dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE}
1567dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1577dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the `getrlimit' function. */
1587dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
1597dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1607dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the `getrusage' function. */
1617dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE}
1627dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1637dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the `gettimeofday' function. */
1647dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
1657dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1667dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define if the Graphviz program is available */
1677dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_GRAPHVIZ ${HAVE_GRAPHVIZ}
168a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
169a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define if the gv program is available */
1707dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_GV ${HAVE_GV}
1717dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1727dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the `index' function. */
173ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_INDEX ${HAVE_INDEX}
174ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
175ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define to 1 if the system has the type `int64_t'. */
1767dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
1777dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1787dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the <inttypes.h> header file. */
1797dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
1807dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1817dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Define to 1 if you have the `isatty' function. */
1827dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch#cmakedefine HAVE_ISATTY 1
1837dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch
1847dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdoch/* Set to 1 if the isinf function is found in <cmath> */
185a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_ISINF_IN_CMATH ${HAVE_ISINF_IN_CMATH}
186a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
187a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Set to 1 if the isinf function is found in <math.h> */
188a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_ISINF_IN_MATH_H ${HAVE_ISINF_IN_MATH_H}
189a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
190a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Set to 1 if the isnan function is found in <cmath> */
191a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_ISNAN_IN_CMATH ${HAVE_ISNAN_IN_CMATH}
192a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
193a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Set to 1 if the isnan function is found in <math.h> */
194a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_ISNAN_IN_MATH_H ${HAVE_ISNAN_IN_MATH_H}
195a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
196ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define if you have the libdl library or equivalent. */
197a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_LIBDL ${HAVE_LIBDL}
198a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
199a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
200a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_LIBIMAGEHLP ${HAVE_LIBIMAGEHLP}
201a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
202a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `m' library (-lm). */
203a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#undef HAVE_LIBM
204a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
205a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `psapi' library (-lpsapi). */
206a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
207a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
208a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `pthread' library (-lpthread). */
209a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
210a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
211a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `udis86' library (-ludis86). */
212a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#undef HAVE_LIBUDIS86
213a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
214a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the <limits.h> header file. */
215a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H}
216a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
217a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define if you can use -Wl,-export-dynamic. */
218a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#define HAVE_LINK_EXPORT_DYNAMIC 1
219a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
220a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the <link.h> header file. */
221ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_LINK_H ${HAVE_LINK_H}
222ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
223ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
224ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch   the current directory to the dynamic linker search path. */
225a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#undef HAVE_LINK_R
226a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
227ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define to 1 if you have the `longjmp' function. */
228ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_LONGJMP ${HAVE_LONGJMP}
229a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
230a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the <mach/mach.h> header file. */
231ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
232ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
233a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the <mach-o/dyld.h> header file. */
234a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_MACH_O_DYLD_H ${HAVE_MACH_O_DYLD_H}
235ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
236ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define if mallinfo() is available on this platform. */
237a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
238a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
239ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define to 1 if you have the <malloc.h> header file. */
240ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
241a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
242a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the <malloc/malloc.h> header file. */
243ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
244a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
245a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `malloc_zone_statistics' function. */
246ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
247a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
248a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)/* Define to 1 if you have the `memcpy' function. */
249ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch#cmakedefine HAVE_MEMCPY ${HAVE_MEMCPY}
250ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
251ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define to 1 if you have the `memmove' function. */
252a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_MEMMOVE ${HAVE_MEMMOVE}
253a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)
254ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define to 1 if you have the <memory.h> header file. */
255a36e5920737c6adbddd3e43b760e5de8431db6e0Torne (Richard Coles)#cmakedefine HAVE_MEMORY_H ${HAVE_MEMORY_H}
256ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
257ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch/* Define to 1 if you have the `mkdtemp' function. */
258b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)#cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
259b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
260/* Define to 1 if you have the `mkstemp' function. */
261#cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
262
263/* Define to 1 if you have the `mktemp' function. */
264#cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
265
266/* Define to 1 if you have a working `mmap' system call. */
267#undef HAVE_MMAP
268
269/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
270   it uses MAP_ANON */
271#undef HAVE_MMAP_ANONYMOUS
272
273/* Define if mmap() can map files into memory */
274#undef HAVE_MMAP_FILE
275
276/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
277#cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
278
279/* Define to 1 if you have the `nearbyintf' function. */
280#cmakedefine HAVE_NEARBYINTF ${HAVE_NEARBYINTF}
281
282/* Define if the neat program is available */
283#cmakedefine HAVE_NEATO ${HAVE_NEATO}
284
285/* Define to 1 if you have the `opendir' function. */
286#cmakedefine HAVE_OPENDIR ${HAVE_OPENDIR}
287
288/* Define to 1 if you have the `posix_spawn' function. */
289#cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
290
291/* Define to 1 if you have the `powf' function. */
292#cmakedefine HAVE_POWF ${HAVE_POWF}
293
294/* Define to 1 if you have the `pread' function. */
295#cmakedefine HAVE_PREAD ${HAVE_PREAD}
296
297/* Define if libtool can extract symbol lists from object files. */
298#undef HAVE_PRELOADED_SYMBOLS
299
300/* Define to have the %a format string */
301#undef HAVE_PRINTF_A
302
303/* Have pthread_getspecific */
304#cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
305
306/* Define to 1 if you have the <pthread.h> header file. */
307#cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
308
309/* Have pthread_mutex_lock */
310#cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
311
312/* Have pthread_rwlock_init */
313#cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
314
315/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
316#cmakedefine HAVE_RAND48 ${HAVE_RAND48}
317
318/* Define to 1 if you have the `readdir' function. */
319#cmakedefine HAVE_READDIR ${HAVE_READDIR}
320
321/* Define to 1 if you have the `realpath' function. */
322#undef HAVE_REALPATH
323
324/* Define to 1 if you have the `rindex' function. */
325#cmakedefine HAVE_RINDEX ${HAVE_RINDEX}
326
327/* Define to 1 if you have the `rintf' function. */
328#undef HAVE_RINTF
329
330/* Define to 1 if you have the `round' function. */
331#cmakedefine HAVE_ROUND ${HAVE_ROUND}
332
333/* Define to 1 if you have the `roundf' function. */
334#undef HAVE_ROUNDF
335
336/* Define to 1 if you have the `sbrk' function. */
337#cmakedefine HAVE_SBRK ${HAVE_SBRK}
338
339/* Define to 1 if you have the `setenv' function. */
340#cmakedefine HAVE_SETENV ${HAVE_SETENV}
341
342/* Define to 1 if you have the `setjmp' function. */
343#cmakedefine HAVE_SETJMP ${HAVE_SETJMP}
344
345/* Define to 1 if you have the <setjmp.h> header file. */
346#cmakedefine HAVE_SETJMP_H ${HAVE_SETJMP_H}
347
348/* Define to 1 if you have the `setrlimit' function. */
349#cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
350
351/* Define if you have the shl_load function. */
352#undef HAVE_SHL_LOAD
353
354/* Define to 1 if you have the `siglongjmp' function. */
355#cmakedefine HAVE_SIGLONGJMP ${HAVE_SIGLONGJMP}
356
357/* Define to 1 if you have the <signal.h> header file. */
358#cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
359
360/* Define to 1 if you have the `sigsetjmp' function. */
361#cmakedefine HAVE_SIGSETJMP ${HAVE_SIGSETJMP}
362
363/* Define to 1 if you have the <stdint.h> header file. */
364#cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
365
366/* Define to 1 if you have the <stdio.h> header file. */
367#cmakedefine HAVE_STDIO_H ${HAVE_STDIO_H}
368
369/* Define to 1 if you have the <stdlib.h> header file. */
370#cmakedefine HAVE_STDLIB_H ${HAVE_STDLIB_H}
371
372/* Set to 1 if the std::isinf function is found in <cmath> */
373#undef HAVE_STD_ISINF_IN_CMATH
374
375/* Set to 1 if the std::isnan function is found in <cmath> */
376#undef HAVE_STD_ISNAN_IN_CMATH
377
378/* Define to 1 if you have the `strchr' function. */
379#cmakedefine HAVE_STRCHR ${HAVE_STRCHR}
380
381/* Define to 1 if you have the `strcmp' function. */
382#cmakedefine HAVE_STRCMP ${HAVE_STRCMP}
383
384/* Define to 1 if you have the `strdup' function. */
385#cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
386
387/* Define to 1 if you have the `strerror' function. */
388#cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
389
390/* Define to 1 if you have the `strerror_r' function. */
391#cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
392
393/* Define to 1 if you have the <strings.h> header file. */
394#cmakedefine HAVE_STRINGS_H ${HAVE_STRINGS_H}
395
396/* Define to 1 if you have the <string.h> header file. */
397#cmakedefine HAVE_STRING_H ${HAVE_STRING_H}
398
399/* Define to 1 if you have the `strrchr' function. */
400#cmakedefine HAVE_STRRCHR ${HAVE_STRRCHR}
401
402/* Define to 1 if you have the `strtof' function. */
403#cmakedefine HAVE_STRTOF ${HAVE_STRTOF}
404
405/* Define to 1 if you have the `strtoll' function. */
406#cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
407
408/* Define to 1 if you have the `strtoq' function. */
409#cmakedefine HAVE_STRTOQ ${HAVE_STRTOQ}
410
411/* Define to 1 if you have the `sysconf' function. */
412#undef HAVE_SYSCONF
413
414/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
415   */
416#cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
417
418/* Define to 1 if you have the <sys/dl.h> header file. */
419#cmakedefine HAVE_SYS_DL_H ${HAVE_SYS_DL_H}
420
421/* Define to 1 if you have the <sys/ioctl.h> header file. */
422#cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
423
424/* Define to 1 if you have the <sys/mman.h> header file. */
425#cmakedefine HAVE_SYS_MMAN_H ${}
426
427/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
428   */
429#cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
430
431/* Define to 1 if you have the <sys/param.h> header file. */
432#cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
433
434/* Define to 1 if you have the <sys/resource.h> header file. */
435#cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
436
437/* Define to 1 if you have the <sys/stat.h> header file. */
438#cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
439
440/* Define to 1 if you have the <sys/time.h> header file. */
441#cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
442
443/* Define to 1 if you have the <sys/types.h> header file. */
444#cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
445
446/* Define to 1 if you have the <sys/uio.h> header file. */
447#cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
448
449/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
450#cmakedefine HAVE_SYS_WAIT_H ${HAVE_SYS_WAIT_H}
451
452/* Define to 1 if you have the <termios.h> header file. */
453#cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
454
455/* Define if the neat program is available */
456#cmakedefine HAVE_TWOPI ${HAVE_TWOPI}
457
458/* Define to 1 if the system has the type `uint64_t'. */
459#cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
460
461/* Define to 1 if you have the <unistd.h> header file. */
462#cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
463
464/* Define to 1 if you have the <utime.h> header file. */
465#cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H}
466
467/* Define to 1 if the system has the type `u_int64_t'. */
468#cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
469
470/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
471#cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
472
473/* Define to 1 if you have the <windows.h> header file. */
474#cmakedefine HAVE_WINDOWS_H ${HAVE_WINDOWS_H}
475
476/* Define to 1 if you have the `writev' function. */
477#cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
478
479/* Define if the xdot.py program is available */
480#cmakedefine HAVE_XDOT_PY ${HAVE_XDOT_PY}
481
482/* Have host's _alloca */
483#cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
484
485/* Have host's __alloca */
486#cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
487
488/* Have host's __ashldi3 */
489#cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
490
491/* Have host's __ashrdi3 */
492#cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
493
494/* Have host's __chkstk */
495#cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
496
497/* Have host's __cmpdi2 */
498#cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
499
500/* Have host's __divdi3 */
501#cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
502
503/* Define to 1 if you have the `__dso_handle' function. */
504#undef HAVE___DSO_HANDLE
505
506/* Have host's __fixdfdi */
507#cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
508
509/* Have host's __fixsfdi */
510#cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
511
512/* Have host's __floatdidf */
513#cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
514
515/* Have host's __lshrdi3 */
516#cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
517
518/* Have host's __main */
519#cmakedefine HAVE___MAIN ${HAVE___MAIN}
520
521/* Have host's __moddi3 */
522#cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
523
524/* Have host's __udivdi3 */
525#cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
526
527/* Have host's __umoddi3 */
528#cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
529
530/* Have host's ___chkstk */
531#cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
532
533/* Linker version detected at compile time. */
534#undef HOST_LINK_VERSION
535
536/* Installation directory for binary executables */
537#cmakedefine LLVM_BINDIR "${LLVM_BINDIR}"
538
539/* Time at which LLVM was configured */
540#cmakedefine LLVM_CONFIGTIME "${LLVM_CONFIGTIME}"
541
542/* Installation directory for data files */
543#cmakedefine LLVM_DATADIR "${LLVM_DATADIR}"
544
545/* Target triple LLVM will generate code for by default */
546#cmakedefine LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}"
547
548/* Installation directory for documentation */
549#cmakedefine LLVM_DOCSDIR "${LLVM_DOCSDIR}"
550
551/* Define if threads enabled */
552#cmakedefine01 LLVM_ENABLE_THREADS
553
554/* Installation directory for config files */
555#cmakedefine LLVM_ETCDIR "${LLVM_ETCDIR}"
556
557/* Has gcc/MSVC atomic intrinsics */
558#cmakedefine01 LLVM_HAS_ATOMICS
559
560/* Host triple LLVM will be executed on */
561#cmakedefine LLVM_HOSTTRIPLE "${LLVM_HOSTTRIPLE}"
562
563/* Installation directory for include files */
564#cmakedefine LLVM_INCLUDEDIR "${LLVM_INCLUDEDIR}"
565
566/* Installation directory for .info files */
567#cmakedefine LLVM_INFODIR "${LLVM_INFODIR}"
568
569/* Installation directory for libraries */
570#cmakedefine LLVM_LIBDIR "${LLVM_LIBDIR}"
571
572/* Installation directory for man pages */
573#cmakedefine LLVM_MANDIR "${LLVM_MANDIR}"
574
575/* LLVM architecture name for the native architecture, if available */
576#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
577
578/* LLVM name for the native AsmParser init function, if available */
579#cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
580
581/* LLVM name for the native AsmPrinter init function, if available */
582#cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
583
584/* LLVM name for the native Disassembler init function, if available */
585#cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
586
587/* LLVM name for the native Target init function, if available */
588#cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
589
590/* LLVM name for the native TargetInfo init function, if available */
591#cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
592
593/* LLVM name for the native target MC init function, if available */
594#cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
595
596/* Define if this is Unixish platform */
597#cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
598
599/* Define if this is Win32ish platform */
600#cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
601
602/* Define to path to circo program if found or 'echo circo' otherwise */
603#cmakedefine LLVM_PATH_CIRCO "${LLVM_PATH_CIRCO}"
604
605/* Define to path to dot program if found or 'echo dot' otherwise */
606#cmakedefine LLVM_PATH_DOT "${LLVM_PATH_DOT}"
607
608/* Define to path to dotty program if found or 'echo dotty' otherwise */
609#cmakedefine LLVM_PATH_DOTTY "${LLVM_PATH_DOTTY}"
610
611/* Define to path to fdp program if found or 'echo fdp' otherwise */
612#cmakedefine LLVM_PATH_FDP "${LLVM_PATH_FDP}"
613
614/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
615#cmakedefine LLVM_PATH_GRAPHVIZ "${LLVM_PATH_GRAPHVIZ}"
616
617/* Define to path to gv program if found or 'echo gv' otherwise */
618#cmakedefine LLVM_PATH_GV "${LLVM_PATH_GV}"
619
620/* Define to path to neato program if found or 'echo neato' otherwise */
621#cmakedefine LLVM_PATH_NEATO "${LLVM_PATH_NEATO}"
622
623/* Define to path to twopi program if found or 'echo twopi' otherwise */
624#cmakedefine LLVM_PATH_TWOPI "${LLVM_PATH_TWOPI}"
625
626/* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
627#cmakedefine LLVM_PATH_XDOT_PY "${LLVM_PATH_XDOT_PY}"
628
629/* Installation prefix directory */
630#cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
631
632/* Define if we have the Intel JIT API runtime support library */
633#cmakedefine LLVM_USE_INTEL_JITEVENTS 1
634
635/* Define if we have the oprofile JIT-support library */
636#cmakedefine LLVM_USE_OPROFILE 1
637
638/* Major version of the LLVM API */
639#cmakedefine LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
640
641/* Minor version of the LLVM API */
642#cmakedefine LLVM_VERSION_MINOR ${LLVM_VERSION_MINOR}
643
644/* Define if the OS needs help to load dependent libraries for dlopen(). */
645#cmakedefine LTDL_DLOPEN_DEPLIBS ${LTDL_DLOPEN_DEPLIBS}
646
647/* Define to the sub-directory in which libtool stores uninstalled libraries.
648   */
649#undef LTDL_OBJDIR
650
651/* Define to the name of the environment variable that determines the dynamic
652   library search path. */
653#cmakedefine LTDL_SHLIBPATH_VAR "${LTDL_SHLIBPATH_VAR}"
654
655/* Define to the extension used for shared libraries, say, ".so". */
656#cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
657
658/* Define to the system default library search path. */
659#cmakedefine LTDL_SYSSEARCHPATH "${LTDL_SYSSEARCHPATH}"
660
661/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
662   its not necessary */
663#undef NEED_DEV_ZERO_FOR_MMAP
664
665/* Define if dlsym() requires a leading underscore in symbol names. */
666#undef NEED_USCORE
667
668/* Define to the address where bug reports for this package should be sent. */
669#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
670
671/* Define to the full name of this package. */
672#cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
673
674/* Define to the full name and version of this package. */
675#cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
676
677/* Define to the one symbol short name of this package. */
678#undef PACKAGE_TARNAME
679
680/* Define to the version of this package. */
681#cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
682
683/* Define as the return type of signal handlers (`int' or `void'). */
684#cmakedefine RETSIGTYPE ${RETSIGTYPE}
685
686/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
687#undef STAT_MACROS_BROKEN
688
689/* Define to 1 if you have the ANSI C header files. */
690#undef STDC_HEADERS
691
692/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
693#undef TIME_WITH_SYS_TIME
694
695/* Define to 1 if your <sys/time.h> declares `struct tm'. */
696#undef TM_IN_SYS_TIME
697
698/* Define if use udis86 library */
699#undef USE_UDIS86
700
701/* Type of 1st arg on ELM Callback */
702#cmakedefine WIN32_ELMCB_PCSTR ${WIN32_ELMCB_PCSTR}
703
704/* Define to empty if `const' does not conform to ANSI C. */
705#undef const
706
707/* Define to a type to use for `error_t' if it is not otherwise available. */
708#cmakedefine error_t ${error_t}
709
710/* Define to `int' if <sys/types.h> does not define. */
711#undef pid_t
712
713/* Define to `unsigned int' if <sys/types.h> does not define. */
714#undef size_t
715
716/* Define to a function replacing strtoll */
717#cmakedefine strtoll ${strtoll}
718
719/* Define to a function implementing strtoull */
720#cmakedefine strtoull ${strtoull}
721
722/* Define to a function implementing stricmp */
723#cmakedefine stricmp ${stricmp}
724
725/* Define to a function implementing strdup */
726#cmakedefine strdup ${strdup}
727
728/* Define to 1 if you have the `_chsize_s' function. */
729#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
730
731/* Added by Kevin -- Maximum path length */
732#cmakedefine MAXPATHLEN ${MAXPATHLEN}
733
734#endif
735