config.h.cmake revision e1e7310749008a515ddd5bf6398df17644f53b33
120111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* include/llvm/Config/config.h.cmake corresponding to config.h.in. */
220111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
320111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#ifndef CONFIG_H
420111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#define CONFIG_H
520111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
620111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Bug report URL. */
720111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#define BUG_REPORT_URL "${BUG_REPORT_URL}"
820111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
920111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define if we have libxml2 */
1020111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine CLANG_HAVE_LIBXML ${CLANG_HAVE_LIBXML}
1120111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
1220111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Relative directory for resource files */
1320111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
1420111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
1520111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Directories clang will search for headers */
163de157dd8f9cd45bf9b0406268f5830887105ae1Chong Zhang#define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
173de157dd8f9cd45bf9b0406268f5830887105ae1Chong Zhang
1820111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Default <path> to all compiler invocations for --sysroot=<path>. */
1966326a5ee0869f1ee4d136a477e6effba428b3cbAndreas Huber#undef DEFAULT_SYSROOT
206c83e3be2921009ff7dcfced2a3eda7811b8b041Narayan Kamath
2156997121c5031598fbbba7b7c53980b7fd529c2dMarco Nelissen/* Define if you want backtraces on crash */
2256997121c5031598fbbba7b7c53980b7fd529c2dMarco Nelissen#cmakedefine ENABLE_BACKTRACES
2356997121c5031598fbbba7b7c53980b7fd529c2dMarco Nelissen
2456997121c5031598fbbba7b7c53980b7fd529c2dMarco Nelissen/* Define if position independent code is enabled */
2566326a5ee0869f1ee4d136a477e6effba428b3cbAndreas Huber#cmakedefine ENABLE_PIC
262944eca607304a095ea43ba2b8f0b9de61249f9fAndreas Huber
27cda17c606b0fe3ccda4dc68a6d43882410ea2462Andreas Huber/* Define if timestamp information (e.g., __DATE__) is allowed */
2856997121c5031598fbbba7b7c53980b7fd529c2dMarco Nelissen#cmakedefine ENABLE_TIMESTAMPS ${ENABLE_TIMESTAMPS}
290a5baa9b411fe086013d2a5e9126ed63fbad046cAndreas Huber
3056997121c5031598fbbba7b7c53980b7fd529c2dMarco Nelissen/* Directory where gcc is installed. */
3156997121c5031598fbbba7b7c53980b7fd529c2dMarco Nelissen#undef GCC_INSTALL_PREFIX
329d2f386dd2885eaffa11fd494ae258bb09fe6397James Dong
3366326a5ee0869f1ee4d136a477e6effba428b3cbAndreas Huber/* Define to 1 if you have the `arc4random' function. */
34093437c388e5dff6903a3d43f2ca9f8a1ba4744aAndreas Huber#cmakedefine HAVE_ARC4RANDOM
35093437c388e5dff6903a3d43f2ca9f8a1ba4744aAndreas Huber
361b86fe063badb5f28c467ade39be0f4008688947Andreas Huber/* Define to 1 if you have the `argz_append' function. */
371b86fe063badb5f28c467ade39be0f4008688947Andreas Huber#cmakedefine HAVE_ARGZ_APPEND ${HAVE_ARGZ_APPEND}
383de157dd8f9cd45bf9b0406268f5830887105ae1Chong Zhang
395a1c3529e4fa2f8a11054181294e0ce79fff8dd3Andreas Huber/* Define to 1 if you have the `argz_create_sep' function. */
4020111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_ARGZ_CREATE_SEP ${HAVE_ARGZ_CREATE_SEP}
414bbfff2dbf3968c267c3b2ea9f8912a38372a9daAndreas Huber
42fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber/* Define to 1 if you have the <argz.h> header file. */
4320111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_ARGZ_H ${HAVE_ARGZ_H}
441b86fe063badb5f28c467ade39be0f4008688947Andreas Huber
4520111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define to 1 if you have the `argz_insert' function. */
4620111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_ARGZ_INSERT ${HAVE_ARGZ_INSERT}
47a89082944308805b0def7de87c67e370e74b8789Gloria Wang
48a89082944308805b0def7de87c67e370e74b8789Gloria Wang/* Define to 1 if you have the `argz_next' function. */
4920111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_ARGZ_NEXT ${HAVE_ARGZ_NEXT}
5020111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
51c7fc37a3dab9bd1f96713649f351b5990e6316ffJames Dong/* Define to 1 if you have the `argz_stringify' function. */
52693d271e62a3726689ff68f4505ba49228eb94b2Andreas Huber#cmakedefine HAVE_ARGZ_STRINGIFY ${HAVE_ARGZ_STRINGIFY}
53693d271e62a3726689ff68f4505ba49228eb94b2Andreas Huber
54693d271e62a3726689ff68f4505ba49228eb94b2Andreas Huber/* Define to 1 if you have the <assert.h> header file. */
5534769bc913e9f6bb138e666d94a9d685bf3da217Andreas Huber#cmakedefine HAVE_ASSERT_H ${HAVE_ASSERT_H}
56693d271e62a3726689ff68f4505ba49228eb94b2Andreas Huber
57693d271e62a3726689ff68f4505ba49228eb94b2Andreas Huber/* Define to 1 if you have the `backtrace' function. */
58693d271e62a3726689ff68f4505ba49228eb94b2Andreas Huber#cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
59693d271e62a3726689ff68f4505ba49228eb94b2Andreas Huber
60693d271e62a3726689ff68f4505ba49228eb94b2Andreas Huber/* Define to 1 if you have the `bcopy' function. */
61693d271e62a3726689ff68f4505ba49228eb94b2Andreas Huber#undef HAVE_BCOPY
62693d271e62a3726689ff68f4505ba49228eb94b2Andreas Huber
63693d271e62a3726689ff68f4505ba49228eb94b2Andreas Huber/* Define to 1 if you have the `ceilf' function. */
64ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen#cmakedefine HAVE_CEILF ${HAVE_CEILF}
65ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen
66ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen/* Define if the neat program is available */
67ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen#cmakedefine HAVE_CIRCO ${HAVE_CIRCO}
68ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen
69ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen/* Define to 1 if you have the `closedir' function. */
70ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen#cmakedefine HAVE_CLOSEDIR ${HAVE_CLOSEDIR}
71ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen
72ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen/* Define to 1 if you have the <cxxabi.h> header file. */
73ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen#cmakedefine HAVE_CXXABI_H ${HAVE_CXXABI_H}
74ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen
75ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen/* Define to 1 if you have the <CrashReporterClient.h> header file. */
76ec77122351b4e78c1fe5b60a208f76baf8c67591Marco Nelissen#undef HAVE_CRASHREPORTERCLIENT_H
7705f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen
7805f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen/* can use __crashreporter_info__ */
7905f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen#undef HAVE_CRASHREPORTER_INFO
8005f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen
8105f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen/* Define to 1 if you have the <ctype.h> header file. */
8205f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen#cmakedefine HAVE_CTYPE_H ${HAVE_CTYPE_H}
8305f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen
8405f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
8505f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen   don't. */
8605f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen#cmakedefine01 HAVE_DECL_STRERROR_S
8705f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen
8805f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
8905f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen   */
9005f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen#cmakedefine HAVE_DIRENT_H ${HAVE_DIRENT_H}
9105f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen
9205f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen/* Define if you have the GNU dld library. */
9305f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen#undef HAVE_DLD
9405f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen
9505f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen/* Define to 1 if you have the <dld.h> header file. */
9605f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen#cmakedefine HAVE_DLD_H ${HAVE_DLD_H}
9705f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen
9805f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen/* Define to 1 if you have the `dlerror' function. */
9905f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen#cmakedefine HAVE_DLERROR ${HAVE_DLERROR}
10005f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen
10105f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen/* Define to 1 if you have the <dlfcn.h> header file. */
10205f625c46b992ab66b8d1527a366fe2746b4e3c7Marco Nelissen#cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
103c7fc37a3dab9bd1f96713649f351b5990e6316ffJames Dong
10420111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define if dlopen() is available on this platform. */
10520111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
10620111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
10720111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define to 1 if you have the <dl.h> header file. */
10820111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_DL_H ${HAVE_DL_H}
10920111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
11020111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define if the dot program is available */
11120111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_DOT ${HAVE_DOT}
11220111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
113377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen/* Define if the dotty program is available */
11420111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_DOTTY ${HAVE_DOTTY}
1155a1c3529e4fa2f8a11054181294e0ce79fff8dd3Andreas Huber
1165a1c3529e4fa2f8a11054181294e0ce79fff8dd3Andreas Huber/* Define if you have the _dyld_func_lookup function. */
11720111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#undef HAVE_DYLD
11820111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
1195a1c3529e4fa2f8a11054181294e0ce79fff8dd3Andreas Huber/* Define to 1 if you have the <errno.h> header file. */
12020111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
121377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen
122377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen/* Define to 1 if the system has the type `error_t'. */
123377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen#cmakedefine HAVE_ERROR_T ${HAVE_ERROR_T}
124377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen
125377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen/* Define to 1 if you have the <execinfo.h> header file. */
126377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen#cmakedefine HAVE_EXECINFO_H ${HAVE_EXECINFO_H}
127377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen
12820111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define to 1 if you have the <fcntl.h> header file. */
12920111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
13020111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
13120111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define if the neat program is available */
1325a1c3529e4fa2f8a11054181294e0ce79fff8dd3Andreas Huber#cmakedefine HAVE_FDP ${HAVE_FDP}
1335a1c3529e4fa2f8a11054181294e0ce79fff8dd3Andreas Huber
13420111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define to 1 if you have the <fenv.h> header file. */
13520111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_FENV_H ${HAVE_FENV_H}
13620111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
1375a1c3529e4fa2f8a11054181294e0ce79fff8dd3Andreas Huber/* Define if libffi is available on this platform. */
13820111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL}
13920111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
14020111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define to 1 if you have the <ffi/ffi.h> header file. */
14120111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H}
14220111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
14320111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define to 1 if you have the <ffi.h> header file. */
14420111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_FFI_H ${HAVE_FFI_H}
14520111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
146377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen/* Set to 1 if the finite function is found in <ieeefp.h> */
14720111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_FINITE_IN_IEEEFP_H ${HAVE_FINITE_IN_IEEEFP_H}
14820111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
14920111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define to 1 if you have the `floorf' function. */
15020111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_FLOORF ${HAVE_FLOORF}
15120111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
15220111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define to 1 if you have the `log' function. */
15320111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_LOG ${HAVE_LOG}
15420111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
15520111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define to 1 if you have the `log2' function. */
15620111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_LOG2 ${HAVE_LOG2}
15720111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber
15820111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define to 1 if you have the `log10' function. */
159377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen#cmakedefine HAVE_LOG10 ${HAVE_LOG10}
160377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen
161377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen/* Define to 1 if you have the `exp' function. */
162377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen#cmakedefine HAVE_EXP ${HAVE_LOG}
163377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen
164377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen/* Define to 1 if you have the `exp2' function. */
165377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen#cmakedefine HAVE_EXP2 ${HAVE_LOG2}
166377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen
167377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen/* Define to 1 if you have the `exp10' function. */
168377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen#cmakedefine HAVE_EXP10 ${HAVE_LOG10}
169377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen
170377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen/* Define to 1 if you have the `fmodf' function. */
171377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen#cmakedefine HAVE_FMODF ${HAVE_FMODF}
172377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen
173377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen/* Define to 1 if you have the `futimes' function. */
174377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen#cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES}
175a89082944308805b0def7de87c67e370e74b8789Gloria Wang
176a89082944308805b0def7de87c67e370e74b8789Gloria Wang/* Define to 1 if you have the `futimens' function */
177a89082944308805b0def7de87c67e370e74b8789Gloria Wang#cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS}
178a89082944308805b0def7de87c67e370e74b8789Gloria Wang
179377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen/* Define to 1 if you have the `getcwd' function. */
180a89082944308805b0def7de87c67e370e74b8789Gloria Wang#cmakedefine HAVE_GETCWD ${HAVE_GETCWD}
181377fce69297a0e5b7c3b266a7602b17146785635Marco Nelissen
18220111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber/* Define to 1 if you have the `getpagesize' function. */
18320111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE}
184fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber
1855561ccf4a8db88a2e44eac1b3ed13b4ff53a7f20Andreas Huber/* Define to 1 if you have the `getrlimit' function. */
1861b86fe063badb5f28c467ade39be0f4008688947Andreas Huber#cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
1871b86fe063badb5f28c467ade39be0f4008688947Andreas Huber
1883de157dd8f9cd45bf9b0406268f5830887105ae1Chong Zhang/* Define to 1 if you have the `getrusage' function. */
189360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih#cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE}
190360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih
191d354d8d1b09503c0166c1f3e626cda72a3eeb83cChong Zhang/* Define to 1 if you have the `gettimeofday' function. */
192d354d8d1b09503c0166c1f3e626cda72a3eeb83cChong Zhang#cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
1933de157dd8f9cd45bf9b0406268f5830887105ae1Chong Zhang
1943de157dd8f9cd45bf9b0406268f5830887105ae1Chong Zhang/* Define if the Graphviz program is available */
1951608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber#cmakedefine HAVE_GRAPHVIZ ${HAVE_GRAPHVIZ}
1961608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber
197fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber/* Define if the gv program is available */
198fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber#cmakedefine HAVE_GV ${HAVE_GV}
199fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber
2008cb0c4168bf4b678e4a6edfcf409247016be20d5Andreas Huber/* Define to 1 if you have the `index' function. */
2011608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber#cmakedefine HAVE_INDEX ${HAVE_INDEX}
2021608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber
203217bde880be6f4d937caf9555ea98942883ebda0Chong Zhang/* Define to 1 if the system has the type `int64_t'. */
204217bde880be6f4d937caf9555ea98942883ebda0Chong Zhang#cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
205217bde880be6f4d937caf9555ea98942883ebda0Chong Zhang
206217bde880be6f4d937caf9555ea98942883ebda0Chong Zhang/* Define to 1 if you have the <inttypes.h> header file. */
207217bde880be6f4d937caf9555ea98942883ebda0Chong Zhang#cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
208360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih
209360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih/* Define to 1 if you have the `isatty' function. */
210360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih#cmakedefine HAVE_ISATTY 1
211360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih
212360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih/* Set to 1 if the isinf function is found in <cmath> */
213360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih#cmakedefine HAVE_ISINF_IN_CMATH ${HAVE_ISINF_IN_CMATH}
214360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih
215217bde880be6f4d937caf9555ea98942883ebda0Chong Zhang/* Set to 1 if the isinf function is found in <math.h> */
216217bde880be6f4d937caf9555ea98942883ebda0Chong Zhang#cmakedefine HAVE_ISINF_IN_MATH_H ${HAVE_ISINF_IN_MATH_H}
2171608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber
2181608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber/* Set to 1 if the isnan function is found in <cmath> */
2191608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber#cmakedefine HAVE_ISNAN_IN_CMATH ${HAVE_ISNAN_IN_CMATH}
2201608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber
2211608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber/* Set to 1 if the isnan function is found in <math.h> */
2221608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber#cmakedefine HAVE_ISNAN_IN_MATH_H ${HAVE_ISNAN_IN_MATH_H}
2231608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber
2241608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber/* Define if you have the libdl library or equivalent. */
2257b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang#cmakedefine HAVE_LIBDL ${HAVE_LIBDL}
2267b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang
2277b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
2287b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang#cmakedefine HAVE_LIBIMAGEHLP ${HAVE_LIBIMAGEHLP}
2297b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang
2307b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang/* Define to 1 if you have the `m' library (-lm). */
2317b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang#undef HAVE_LIBM
2327b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang
2337b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang/* Define to 1 if you have the `psapi' library (-lpsapi). */
2347b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang#cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
2357b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang
2367b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang/* Define to 1 if you have the `pthread' library (-lpthread). */
2373de157dd8f9cd45bf9b0406268f5830887105ae1Chong Zhang#cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
238e94bd14078d327ef2f800e69907efce641a13272Andreas Huber
239e94bd14078d327ef2f800e69907efce641a13272Andreas Huber/* Define to 1 if you have the `udis86' library (-ludis86). */
240918c7652b9a38c02e26c0c46541cea82070c0e43Andreas Huber#undef HAVE_LIBUDIS86
2411608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber
242d354d8d1b09503c0166c1f3e626cda72a3eeb83cChong Zhang/* Define to 1 if you have the 'z' library (-lz). */
243d354d8d1b09503c0166c1f3e626cda72a3eeb83cChong Zhang#cmakedefine HAVE_LIBZ ${HAVE_LIBZ}
244d354d8d1b09503c0166c1f3e626cda72a3eeb83cChong Zhang
245918c7652b9a38c02e26c0c46541cea82070c0e43Andreas Huber/* Define to 1 if you have the <limits.h> header file. */
246d354d8d1b09503c0166c1f3e626cda72a3eeb83cChong Zhang#cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H}
2471608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber
2487b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang/* Define if you can use -Wl,-export-dynamic. */
2497b3cd1f33dcfc0b6034144cf48c0919cf7ca6046Chong Zhang#define HAVE_LINK_EXPORT_DYNAMIC 1
2501608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber
2511608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber/* Define to 1 if you have the <link.h> header file. */
2521608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber#cmakedefine HAVE_LINK_H ${HAVE_LINK_H}
2531608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber
2541608735ef488ecd8c3c012a3b0d4b1d4ef3d93c7Andreas Huber/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
2554bbfff2dbf3968c267c3b2ea9f8912a38372a9daAndreas Huber   the current directory to the dynamic linker search path. */
2564bbfff2dbf3968c267c3b2ea9f8912a38372a9daAndreas Huber#undef HAVE_LINK_R
257fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber
258fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber/* Define to 1 if you have the `longjmp' function. */
259fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber#cmakedefine HAVE_LONGJMP ${HAVE_LONGJMP}
260fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber
261fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber/* Define to 1 if you have the <mach/mach.h> header file. */
262fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber#cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
263fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber
264fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber/* Define to 1 if you have the <mach-o/dyld.h> header file. */
265fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber#cmakedefine HAVE_MACH_O_DYLD_H ${HAVE_MACH_O_DYLD_H}
266fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber
267fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber/* Define if mallinfo() is available on this platform. */
268fc9ba09e3bb368f823d473f5e2bb9aa32dba6289Andreas Huber#cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
269360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih
270360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih/* Define to 1 if you have the <malloc.h> header file. */
271360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih#cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
272360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih
273360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih/* Define to 1 if you have the <malloc/malloc.h> header file. */
274360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih#cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
275360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih
276360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih/* Define to 1 if you have the `malloc_zone_statistics' function. */
277360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih#cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
278360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih
279360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih/* Define to 1 if you have the `memcpy' function. */
280360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih#cmakedefine HAVE_MEMCPY ${HAVE_MEMCPY}
281360d6d0924f99b82ebacb5cfb6f7bca95e11b4eeRobert Shih
2826511c9755c3a3360ba869772600c7aae048a7ffcAndreas Huber/* Define to 1 if you have the `memmove' function. */
2836511c9755c3a3360ba869772600c7aae048a7ffcAndreas Huber#cmakedefine HAVE_MEMMOVE ${HAVE_MEMMOVE}
2846511c9755c3a3360ba869772600c7aae048a7ffcAndreas Huber
2856511c9755c3a3360ba869772600c7aae048a7ffcAndreas Huber/* Define to 1 if you have the <memory.h> header file. */
28620111aa043c5f404472bc63b90bc5aad906b1101Andreas Huber#cmakedefine HAVE_MEMORY_H ${HAVE_MEMORY_H}
287
288/* Define to 1 if you have the `mkdtemp' function. */
289#cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
290
291/* Define to 1 if you have the `mkstemp' function. */
292#cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
293
294/* Define to 1 if you have the `mktemp' function. */
295#cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
296
297/* Define to 1 if you have a working `mmap' system call. */
298#undef HAVE_MMAP
299
300/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
301   it uses MAP_ANON */
302#undef HAVE_MMAP_ANONYMOUS
303
304/* Define if mmap() can map files into memory */
305#undef HAVE_MMAP_FILE
306
307/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
308#cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
309
310/* Define to 1 if you have the `nearbyintf' function. */
311#cmakedefine HAVE_NEARBYINTF ${HAVE_NEARBYINTF}
312
313/* Define if the neat program is available */
314#cmakedefine HAVE_NEATO ${HAVE_NEATO}
315
316/* Define to 1 if you have the `opendir' function. */
317#cmakedefine HAVE_OPENDIR ${HAVE_OPENDIR}
318
319/* Define to 1 if you have the `posix_spawn' function. */
320#cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
321
322/* Define to 1 if you have the `powf' function. */
323#cmakedefine HAVE_POWF ${HAVE_POWF}
324
325/* Define to 1 if you have the `pread' function. */
326#cmakedefine HAVE_PREAD ${HAVE_PREAD}
327
328/* Define if libtool can extract symbol lists from object files. */
329#undef HAVE_PRELOADED_SYMBOLS
330
331/* Define to have the %a format string */
332#undef HAVE_PRINTF_A
333
334/* Have pthread_getspecific */
335#cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
336
337/* Define to 1 if you have the <pthread.h> header file. */
338#cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
339
340/* Have pthread_mutex_lock */
341#cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
342
343/* Have pthread_rwlock_init */
344#cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
345
346/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
347#cmakedefine HAVE_RAND48 ${HAVE_RAND48}
348
349/* Define to 1 if you have the `readdir' function. */
350#cmakedefine HAVE_READDIR ${HAVE_READDIR}
351
352/* Define to 1 if you have the `realpath' function. */
353#undef HAVE_REALPATH
354
355/* Define to 1 if you have the `rindex' function. */
356#cmakedefine HAVE_RINDEX ${HAVE_RINDEX}
357
358/* Define to 1 if you have the `rintf' function. */
359#undef HAVE_RINTF
360
361/* Define to 1 if you have the `round' function. */
362#cmakedefine HAVE_ROUND ${HAVE_ROUND}
363
364/* Define to 1 if you have the `roundf' function. */
365#undef HAVE_ROUNDF
366
367/* Define to 1 if you have the `sbrk' function. */
368#cmakedefine HAVE_SBRK ${HAVE_SBRK}
369
370/* Define to 1 if you have the `setenv' function. */
371#cmakedefine HAVE_SETENV ${HAVE_SETENV}
372
373/* Define to 1 if you have the `setjmp' function. */
374#cmakedefine HAVE_SETJMP ${HAVE_SETJMP}
375
376/* Define to 1 if you have the <setjmp.h> header file. */
377#cmakedefine HAVE_SETJMP_H ${HAVE_SETJMP_H}
378
379/* Define to 1 if you have the `setrlimit' function. */
380#cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
381
382/* Define if you have the shl_load function. */
383#undef HAVE_SHL_LOAD
384
385/* Define to 1 if you have the `siglongjmp' function. */
386#cmakedefine HAVE_SIGLONGJMP ${HAVE_SIGLONGJMP}
387
388/* Define to 1 if you have the <signal.h> header file. */
389#cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
390
391/* Define to 1 if you have the `sigsetjmp' function. */
392#cmakedefine HAVE_SIGSETJMP ${HAVE_SIGSETJMP}
393
394/* Define to 1 if you have the <stdint.h> header file. */
395#cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
396
397/* Define to 1 if you have the <stdio.h> header file. */
398#cmakedefine HAVE_STDIO_H ${HAVE_STDIO_H}
399
400/* Define to 1 if you have the <stdlib.h> header file. */
401#cmakedefine HAVE_STDLIB_H ${HAVE_STDLIB_H}
402
403/* Set to 1 if the std::isinf function is found in <cmath> */
404#undef HAVE_STD_ISINF_IN_CMATH
405
406/* Set to 1 if the std::isnan function is found in <cmath> */
407#undef HAVE_STD_ISNAN_IN_CMATH
408
409/* Define to 1 if you have the `strchr' function. */
410#cmakedefine HAVE_STRCHR ${HAVE_STRCHR}
411
412/* Define to 1 if you have the `strcmp' function. */
413#cmakedefine HAVE_STRCMP ${HAVE_STRCMP}
414
415/* Define to 1 if you have the `strdup' function. */
416#cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
417
418/* Define to 1 if you have the `strerror' function. */
419#cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
420
421/* Define to 1 if you have the `strerror_r' function. */
422#cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
423
424/* Define to 1 if you have the <strings.h> header file. */
425#cmakedefine HAVE_STRINGS_H ${HAVE_STRINGS_H}
426
427/* Define to 1 if you have the <string.h> header file. */
428#cmakedefine HAVE_STRING_H ${HAVE_STRING_H}
429
430/* Define to 1 if you have the `strrchr' function. */
431#cmakedefine HAVE_STRRCHR ${HAVE_STRRCHR}
432
433/* Define to 1 if you have the `strtof' function. */
434#cmakedefine HAVE_STRTOF ${HAVE_STRTOF}
435
436/* Define to 1 if you have the `strtoll' function. */
437#cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
438
439/* Define to 1 if you have the `strtoq' function. */
440#cmakedefine HAVE_STRTOQ ${HAVE_STRTOQ}
441
442/* Define to 1 if you have the `sysconf' function. */
443#undef HAVE_SYSCONF
444
445/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
446   */
447#cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
448
449/* Define to 1 if you have the <sys/dl.h> header file. */
450#cmakedefine HAVE_SYS_DL_H ${HAVE_SYS_DL_H}
451
452/* Define to 1 if you have the <sys/ioctl.h> header file. */
453#cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
454
455/* Define to 1 if you have the <sys/mman.h> header file. */
456#cmakedefine HAVE_SYS_MMAN_H ${}
457
458/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
459   */
460#cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
461
462/* Define to 1 if you have the <sys/param.h> header file. */
463#cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
464
465/* Define to 1 if you have the <sys/resource.h> header file. */
466#cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
467
468/* Define to 1 if you have the <sys/stat.h> header file. */
469#cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
470
471/* Define to 1 if you have the <sys/time.h> header file. */
472#cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
473
474/* Define to 1 if you have the <sys/types.h> header file. */
475#cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
476
477/* Define to 1 if you have the <sys/uio.h> header file. */
478#cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
479
480/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
481#cmakedefine HAVE_SYS_WAIT_H ${HAVE_SYS_WAIT_H}
482
483/* Define to 1 if you have the <termios.h> header file. */
484#cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
485
486/* Define if the neat program is available */
487#cmakedefine HAVE_TWOPI ${HAVE_TWOPI}
488
489/* Define to 1 if the system has the type `uint64_t'. */
490#cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
491
492/* Define to 1 if you have the <unistd.h> header file. */
493#cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
494
495/* Define to 1 if you have the <utime.h> header file. */
496#cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H}
497
498/* Define to 1 if the system has the type `u_int64_t'. */
499#cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
500
501/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
502#cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
503
504/* Define to 1 if you have the <windows.h> header file. */
505#cmakedefine HAVE_WINDOWS_H ${HAVE_WINDOWS_H}
506
507/* Define to 1 if you have the `writev' function. */
508#cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
509
510/* Define if the xdot.py program is available */
511#cmakedefine HAVE_XDOT ${HAVE_XDOT}
512
513/* Define to 1 if you have the <zlib.h> header file. */
514#cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
515
516/* Have host's _alloca */
517#cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
518
519/* Have host's __alloca */
520#cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
521
522/* Have host's __ashldi3 */
523#cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
524
525/* Have host's __ashrdi3 */
526#cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
527
528/* Have host's __chkstk */
529#cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
530
531/* Have host's __cmpdi2 */
532#cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
533
534/* Have host's __divdi3 */
535#cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
536
537/* Define to 1 if you have the `__dso_handle' function. */
538#undef HAVE___DSO_HANDLE
539
540/* Have host's __fixdfdi */
541#cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
542
543/* Have host's __fixsfdi */
544#cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
545
546/* Have host's __floatdidf */
547#cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
548
549/* Have host's __lshrdi3 */
550#cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
551
552/* Have host's __main */
553#cmakedefine HAVE___MAIN ${HAVE___MAIN}
554
555/* Have host's __moddi3 */
556#cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
557
558/* Have host's __udivdi3 */
559#cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
560
561/* Have host's __umoddi3 */
562#cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
563
564/* Have host's ___chkstk */
565#cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
566
567/* Linker version detected at compile time. */
568#undef HOST_LINK_VERSION
569
570/* Installation directory for binary executables */
571#cmakedefine LLVM_BINDIR "${LLVM_BINDIR}"
572
573/* Time at which LLVM was configured */
574#cmakedefine LLVM_CONFIGTIME "${LLVM_CONFIGTIME}"
575
576/* Installation directory for data files */
577#cmakedefine LLVM_DATADIR "${LLVM_DATADIR}"
578
579/* Target triple LLVM will generate code for by default */
580#cmakedefine LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}"
581
582/* Installation directory for documentation */
583#cmakedefine LLVM_DOCSDIR "${LLVM_DOCSDIR}"
584
585/* Define if threads enabled */
586#cmakedefine01 LLVM_ENABLE_THREADS
587
588/* Define if zlib compression is available */
589#cmakedefine01 LLVM_ENABLE_ZLIB
590
591/* Installation directory for config files */
592#cmakedefine LLVM_ETCDIR "${LLVM_ETCDIR}"
593
594/* Has gcc/MSVC atomic intrinsics */
595#cmakedefine01 LLVM_HAS_ATOMICS
596
597/* Host triple LLVM will be executed on */
598#cmakedefine LLVM_HOST_TRIPLE "${LLVM_HOST_TRIPLE}"
599
600/* Installation directory for include files */
601#cmakedefine LLVM_INCLUDEDIR "${LLVM_INCLUDEDIR}"
602
603/* Installation directory for .info files */
604#cmakedefine LLVM_INFODIR "${LLVM_INFODIR}"
605
606/* Installation directory for man pages */
607#cmakedefine LLVM_MANDIR "${LLVM_MANDIR}"
608
609/* LLVM architecture name for the native architecture, if available */
610#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
611
612/* LLVM name for the native AsmParser init function, if available */
613#cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
614
615/* LLVM name for the native AsmPrinter init function, if available */
616#cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
617
618/* LLVM name for the native Disassembler init function, if available */
619#cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
620
621/* LLVM name for the native Target init function, if available */
622#cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
623
624/* LLVM name for the native TargetInfo init function, if available */
625#cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
626
627/* LLVM name for the native target MC init function, if available */
628#cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
629
630/* Define if this is Unixish platform */
631#cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
632
633/* Define if this is Win32ish platform */
634#cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
635
636/* Define to path to circo program if found or 'echo circo' otherwise */
637#cmakedefine LLVM_PATH_CIRCO "${LLVM_PATH_CIRCO}"
638
639/* Define to path to dot program if found or 'echo dot' otherwise */
640#cmakedefine LLVM_PATH_DOT "${LLVM_PATH_DOT}"
641
642/* Define to path to dotty program if found or 'echo dotty' otherwise */
643#cmakedefine LLVM_PATH_DOTTY "${LLVM_PATH_DOTTY}"
644
645/* Define to path to fdp program if found or 'echo fdp' otherwise */
646#cmakedefine LLVM_PATH_FDP "${LLVM_PATH_FDP}"
647
648/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
649#cmakedefine LLVM_PATH_GRAPHVIZ "${LLVM_PATH_GRAPHVIZ}"
650
651/* Define to path to gv program if found or 'echo gv' otherwise */
652#cmakedefine LLVM_PATH_GV "${LLVM_PATH_GV}"
653
654/* Define to path to neato program if found or 'echo neato' otherwise */
655#cmakedefine LLVM_PATH_NEATO "${LLVM_PATH_NEATO}"
656
657/* Define to path to twopi program if found or 'echo twopi' otherwise */
658#cmakedefine LLVM_PATH_TWOPI "${LLVM_PATH_TWOPI}"
659
660/* Define to path to xdot.py program if found or 'echo xdot' otherwise */
661#cmakedefine LLVM_PATH_XDOT "${LLVM_PATH_XDOT}"
662
663/* Installation prefix directory */
664#cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
665
666/* Define if we have the Intel JIT API runtime support library */
667#cmakedefine LLVM_USE_INTEL_JITEVENTS 1
668
669/* Define if we have the oprofile JIT-support library */
670#cmakedefine LLVM_USE_OPROFILE 1
671
672/* Major version of the LLVM API */
673#cmakedefine LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
674
675/* Minor version of the LLVM API */
676#cmakedefine LLVM_VERSION_MINOR ${LLVM_VERSION_MINOR}
677
678/* Define if the OS needs help to load dependent libraries for dlopen(). */
679#cmakedefine LTDL_DLOPEN_DEPLIBS ${LTDL_DLOPEN_DEPLIBS}
680
681/* Define to the sub-directory in which libtool stores uninstalled libraries.
682   */
683#undef LTDL_OBJDIR
684
685/* Define to the extension used for shared libraries, say, ".so". */
686#cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
687
688/* Define to the system default library search path. */
689#cmakedefine LTDL_SYSSEARCHPATH "${LTDL_SYSSEARCHPATH}"
690
691/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
692   its not necessary */
693#undef NEED_DEV_ZERO_FOR_MMAP
694
695/* Define if dlsym() requires a leading underscore in symbol names. */
696#undef NEED_USCORE
697
698/* Define to the address where bug reports for this package should be sent. */
699#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
700
701/* Define to the full name of this package. */
702#cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
703
704/* Define to the full name and version of this package. */
705#cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
706
707/* Define to the one symbol short name of this package. */
708#undef PACKAGE_TARNAME
709
710/* Define to the version of this package. */
711#cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
712
713/* Define as the return type of signal handlers (`int' or `void'). */
714#cmakedefine RETSIGTYPE ${RETSIGTYPE}
715
716/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
717#undef STAT_MACROS_BROKEN
718
719/* Define to 1 if you have the ANSI C header files. */
720#undef STDC_HEADERS
721
722/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
723#undef TIME_WITH_SYS_TIME
724
725/* Define to 1 if your <sys/time.h> declares `struct tm'. */
726#undef TM_IN_SYS_TIME
727
728/* Define if use udis86 library */
729#undef USE_UDIS86
730
731/* Type of 1st arg on ELM Callback */
732#cmakedefine WIN32_ELMCB_PCSTR ${WIN32_ELMCB_PCSTR}
733
734/* Define to empty if `const' does not conform to ANSI C. */
735#undef const
736
737/* Define to a type to use for `error_t' if it is not otherwise available. */
738#cmakedefine error_t ${error_t}
739
740/* Define to `int' if <sys/types.h> does not define. */
741#undef pid_t
742
743/* Define to `unsigned int' if <sys/types.h> does not define. */
744#undef size_t
745
746/* Define to a function replacing strtoll */
747#cmakedefine strtoll ${strtoll}
748
749/* Define to a function implementing strtoull */
750#cmakedefine strtoull ${strtoull}
751
752/* Define to a function implementing stricmp */
753#cmakedefine stricmp ${stricmp}
754
755/* Define to a function implementing strdup */
756#cmakedefine strdup ${strdup}
757
758/* Define to 1 if you have the `_chsize_s' function. */
759#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
760
761/* Added by Kevin -- Maximum path length */
762#cmakedefine MAXPATHLEN ${MAXPATHLEN}
763
764#endif
765