config.h.cmake revision e179b31bfcb6a49de5fe7df7586a2aade9191e08
18d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* include/llvm/Config/config.h.cmake corresponding to config.h.in. */
28d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
38d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#ifndef CONFIG_H
48d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#define CONFIG_H
5a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
68d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Bug report URL. */
78d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#define BUG_REPORT_URL "${BUG_REPORT_URL}"
88d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
98d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if we have libxml2 */
108d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine CLANG_HAVE_LIBXML ${CLANG_HAVE_LIBXML}
118d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
128d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Relative directory for resource files */
138d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
148d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
158d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Directories clang will search for headers */
168d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
178d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
188d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Default <path> to all compiler invocations for --sysroot=<path>. */
198d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef DEFAULT_SYSROOT
208d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
218d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if you want backtraces on crash */
228d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine ENABLE_BACKTRACES
238d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
248d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to enable crash overrides */
258d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine ENABLE_CRASH_OVERRIDES
268d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
278d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if position independent code is enabled */
288d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine ENABLE_PIC
298d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
308d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if timestamp information (e.g., __DATE__) is allowed */
318d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine ENABLE_TIMESTAMPS ${ENABLE_TIMESTAMPS}
328d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
338d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Directory where gcc is installed. */
348d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef GCC_INSTALL_PREFIX
358d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
3661d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt/* Define to 1 if you have the `arc4random' function. */
378d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_ARC4RANDOM
388d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
391f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `backtrace' function. */
401f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
41051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt
42051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt/* Define to 1 if you have the `bcopy' function. */
43051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt#undef HAVE_BCOPY
44051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt
45051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt/* Define to 1 if you have the `ceilf' function. */
46051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt#cmakedefine HAVE_CEILF ${HAVE_CEILF}
47051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt
48051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt/* Define if the neat program is available */
49051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt#cmakedefine HAVE_CIRCO ${HAVE_CIRCO}
50051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt
51051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt/* Define to 1 if you have the `closedir' function. */
52051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt#cmakedefine HAVE_CLOSEDIR ${HAVE_CLOSEDIR}
53051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt
54051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt/* Define to 1 if you have the <cxxabi.h> header file. */
55051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt#cmakedefine HAVE_CXXABI_H ${HAVE_CXXABI_H}
56051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt
578d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <CrashReporterClient.h> header file. */
588d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef HAVE_CRASHREPORTERCLIENT_H
598d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
608d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* can use __crashreporter_info__ */
618d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef HAVE_CRASHREPORTER_INFO
628d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
638d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
648d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt   don't. */
651f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine01 HAVE_DECL_STRERROR_S
661f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
671f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
681f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt   */
691f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_DIRENT_H ${HAVE_DIRENT_H}
708d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
718d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if you have the GNU dld library. */
728d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef HAVE_DLD
738d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
748d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `dlerror' function. */
758d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_DLERROR ${HAVE_DLERROR}
768d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
778d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <dlfcn.h> header file. */
788d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
798d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
808d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if dlopen() is available on this platform. */
818d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
828d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
838d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if the dot program is available */
848d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_DOT ${HAVE_DOT}
858d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
868d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if the dotty program is available */
878d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_DOTTY ${HAVE_DOTTY}
888d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
898d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if you have the _dyld_func_lookup function. */
908d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef HAVE_DYLD
918d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
928d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <errno.h> header file. */
938d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
948d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
958d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <execinfo.h> header file. */
968d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_EXECINFO_H ${HAVE_EXECINFO_H}
978d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
988d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <fcntl.h> header file. */
998d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
1008d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1018d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if the neat program is available */
1028d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_FDP ${HAVE_FDP}
1038d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1048d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <fenv.h> header file. */
1058d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_FENV_H ${HAVE_FENV_H}
1068d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1078d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if libffi is available on this platform. */
1088d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL}
1098d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1108d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <ffi/ffi.h> header file. */
1118d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H}
1128d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1138d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <ffi.h> header file. */
1148d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_FFI_H ${HAVE_FFI_H}
1158d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1168d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Set to 1 if the finite function is found in <ieeefp.h> */
1178d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_FINITE_IN_IEEEFP_H ${HAVE_FINITE_IN_IEEEFP_H}
1188d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1198d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `floorf' function. */
1208d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_FLOORF ${HAVE_FLOORF}
1218d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1228d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `log' function. */
1238d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_LOG ${HAVE_LOG}
1248d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1258d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `log2' function. */
1268d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_LOG2 ${HAVE_LOG2}
1278d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1288d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `log10' function. */
1298d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_LOG10 ${HAVE_LOG10}
1308d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1318d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `exp' function. */
1328d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_EXP ${HAVE_LOG}
1338d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1348d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `exp2' function. */
1358d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_EXP2 ${HAVE_LOG2}
1368d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1378d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `exp10' function. */
1388d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_EXP10 ${HAVE_LOG10}
1398d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1408d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `fmodf' function. */
1418d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_FMODF ${HAVE_FMODF}
1428d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1438d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `futimes' function. */
1448d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES}
1458d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1468d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `futimens' function */
1478d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS}
1488d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1498d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `getcwd' function. */
1508d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_GETCWD ${HAVE_GETCWD}
1518d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1528d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `getpagesize' function. */
1538d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE}
1548d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1558d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `getrlimit' function. */
1568d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
1578d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1588d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `getrusage' function. */
1598d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE}
1608d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1618d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `gettimeofday' function. */
1628d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
1638d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1648d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if the Graphviz program is available */
1658d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_GRAPHVIZ ${HAVE_GRAPHVIZ}
1668d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1678d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if the gv program is available */
1688d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_GV ${HAVE_GV}
1698d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1708d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if the system has the type `int64_t'. */
1718d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
1728d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1738d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <inttypes.h> header file. */
1748d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
1758d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1768d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `isatty' function. */
1778d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_ISATTY 1
1788d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1798d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Set to 1 if the isinf function is found in <cmath> */
1808d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_ISINF_IN_CMATH ${HAVE_ISINF_IN_CMATH}
1818d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1828d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Set to 1 if the isinf function is found in <math.h> */
1838d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_ISINF_IN_MATH_H ${HAVE_ISINF_IN_MATH_H}
1848d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1858d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Set to 1 if the isnan function is found in <cmath> */
1868d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_ISNAN_IN_CMATH ${HAVE_ISNAN_IN_CMATH}
1878d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1888d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Set to 1 if the isnan function is found in <math.h> */
1898d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_ISNAN_IN_MATH_H ${HAVE_ISNAN_IN_MATH_H}
1908d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1918d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if you have the libdl library or equivalent. */
1921f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_LIBDL ${HAVE_LIBDL}
1938d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1948d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
1958d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_LIBIMAGEHLP ${HAVE_LIBIMAGEHLP}
1968d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
1978d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `m' library (-lm). */
1988d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef HAVE_LIBM
1998d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
2008d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `psapi' library (-lpsapi). */
2018d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
2028d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
2038d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `pthread' library (-lpthread). */
2048d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
2058d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
206e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define to 1 if you have the `udis86' library (-ludis86). */
207e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt#undef HAVE_LIBUDIS86
208e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt
209e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define to 1 if you have the 'z' library (-lz). */
210e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt#cmakedefine HAVE_LIBZ ${HAVE_LIBZ}
211e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt
212e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define to 1 if you have the <limits.h> header file. */
213e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt#cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H}
214e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt
215e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define if you can use -rdynamic. */
216e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt#define HAVE_LINK_EXPORT_DYNAMIC 1
217e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt
218e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
219e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt   the current directory to the dynamic linker search path. */
220e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt#undef HAVE_LINK_R
221e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt
222e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define to 1 if you have the `longjmp' function. */
223e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt#cmakedefine HAVE_LONGJMP ${HAVE_LONGJMP}
224e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt
225e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define to 1 if you have the <mach/mach.h> header file. */
226e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt#cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
2271f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2281f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the <mach-o/dyld.h> header file. */
2291f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_MACH_O_DYLD_H ${HAVE_MACH_O_DYLD_H}
2301f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2311f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if mallinfo() is available on this platform. */
2321f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
233e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt
2341f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the <malloc.h> header file. */
2351f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
2361f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2371f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the <malloc/malloc.h> header file. */
2381f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
2391f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2401f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `malloc_zone_statistics' function. */
2411f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
2421f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2431f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `mkdtemp' function. */
2441f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
2451f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
24661d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt/* Define to 1 if you have the `mkstemp' function. */
24761d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt#cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
2481f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2491f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `mktemp' function. */
2501f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
2511f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2521f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have a working `mmap' system call. */
2531f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#undef HAVE_MMAP
2541f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2551f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
2561f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt   it uses MAP_ANON */
2571f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#undef HAVE_MMAP_ANONYMOUS
2581f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2591f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if mmap() can map files into memory */
2601f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#undef HAVE_MMAP_FILE
2611f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2621f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
2631f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
2641f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2651f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `nearbyintf' function. */
2661f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_NEARBYINTF ${HAVE_NEARBYINTF}
2671f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2681f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if the neat program is available */
2691f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_NEATO ${HAVE_NEATO}
2701f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2711f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `opendir' function. */
2721f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_OPENDIR ${HAVE_OPENDIR}
2731f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2741f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `posix_spawn' function. */
2751f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
2761f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2771f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `powf' function. */
2781f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_POWF ${HAVE_POWF}
2791f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2801f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `pread' function. */
2811f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_PREAD ${HAVE_PREAD}
2821f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2831f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if libtool can extract symbol lists from object files. */
2841f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#undef HAVE_PRELOADED_SYMBOLS
2851f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2861f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to have the %a format string */
2871f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#undef HAVE_PRINTF_A
2881f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2891f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Have pthread_getspecific */
2901f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
291051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt
292051af73b8f8014eff33330aead0f36944b3403e6Dmitry Shmidt/* Define to 1 if you have the <pthread.h> header file. */
2931f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
2941f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2951f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Have pthread_mutex_lock */
2961f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
2971f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
2981f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Have pthread_rwlock_init */
2991f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
3001f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3011f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
3021f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_RAND48 ${HAVE_RAND48}
3031f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3041f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `readdir' function. */
3051f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_READDIR ${HAVE_READDIR}
3061f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
307e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define to 1 if you have the `realpath' function. */
308e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt#cmakedefine HAVE_REALPATH ${HAVE_REALPATH}
309e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt
310e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define to 1 if you have the `rintf' function. */
311e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt#undef HAVE_RINTF
312e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt
313e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define to 1 if you have the `round' function. */
31404949598a23f501be6eec21697465fd46a28840aDmitry Shmidt#cmakedefine HAVE_ROUND ${HAVE_ROUND}
31504949598a23f501be6eec21697465fd46a28840aDmitry Shmidt
31604949598a23f501be6eec21697465fd46a28840aDmitry Shmidt/* Define to 1 if you have the `roundf' function. */
31704949598a23f501be6eec21697465fd46a28840aDmitry Shmidt#undef HAVE_ROUNDF
31804949598a23f501be6eec21697465fd46a28840aDmitry Shmidt
3191f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `sbrk' function. */
3201f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_SBRK ${HAVE_SBRK}
3211f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3221f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `setenv' function. */
3231f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_SETENV ${HAVE_SETENV}
3241f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3251f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `setjmp' function. */
3261f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_SETJMP ${HAVE_SETJMP}
3271f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3281f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `setrlimit' function. */
3291f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
3301f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3311f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if you have the shl_load function. */
3321f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#undef HAVE_SHL_LOAD
3331f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3341f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `siglongjmp' function. */
3351f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_SIGLONGJMP ${HAVE_SIGLONGJMP}
3361f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3371f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the <signal.h> header file. */
3381f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
3391f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3401f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `sigsetjmp' function. */
3411f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_SIGSETJMP ${HAVE_SIGSETJMP}
3421f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3431f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the <stdint.h> header file. */
34461d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt#cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
34561d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt
34661d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt/* Set to 1 if the std::isinf function is found in <cmath> */
34761d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt#undef HAVE_STD_ISINF_IN_CMATH
34861d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt
34961d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt/* Set to 1 if the std::isnan function is found in <cmath> */
35061d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt#undef HAVE_STD_ISNAN_IN_CMATH
35161d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt
35261d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt/* Define to 1 if you have the `strdup' function. */
35361d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt#cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
3541f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3551f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `strerror' function. */
3561f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
3571f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
3581f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to 1 if you have the `strerror_r' function. */
359a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
360a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
361a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the `strtof' function. */
362a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_STRTOF ${HAVE_STRTOF}
363a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
364a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the `strtoll' function. */
365a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
366a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
367a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the `strtoq' function. */
368a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_STRTOQ ${HAVE_STRTOQ}
369a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
370a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the `sysconf' function. */
371a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#undef HAVE_SYSCONF
372a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
373a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
374a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt   */
375a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
376a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
377a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the <sys/ioctl.h> header file. */
378a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
379a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
380a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the <sys/mman.h> header file. */
381a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_SYS_MMAN_H ${}
382a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
383a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
384a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt   */
385a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
386a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
387a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the <sys/param.h> header file. */
388a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
389a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
390a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the <sys/resource.h> header file. */
391a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
392a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
393a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the <sys/stat.h> header file. */
394a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
395a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
396a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to 1 if you have the <sys/time.h> header file. */
397a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
398a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
3998d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <sys/types.h> header file. */
40004949598a23f501be6eec21697465fd46a28840aDmitry Shmidt#cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
40104949598a23f501be6eec21697465fd46a28840aDmitry Shmidt
4028d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <sys/uio.h> header file. */
4031f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
4048d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4058d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
4061f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_SYS_WAIT_H ${HAVE_SYS_WAIT_H}
4078d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4081f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if the setupterm() function is supported this platform. */
4091f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE_TERMINFO ${HAVE_TERMINFO}
410a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
4118d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <termios.h> header file. */
4128d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
4138d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4148d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if the neat program is available */
4158d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_TWOPI ${HAVE_TWOPI}
4168d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4178d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if the system has the type `uint64_t'. */
4188d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
4191f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
42004949598a23f501be6eec21697465fd46a28840aDmitry Shmidt/* Define to 1 if you have the <unistd.h> header file. */
4218d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
4221f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
4238d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <utime.h> header file. */
4248d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H}
4258d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4268d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if the system has the type `u_int64_t'. */
4278d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
4288d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4298d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
4308d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
4318d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4328d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `writev' function. */
4338d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
4348d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4358d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if the xdot.py program is available */
4368d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_XDOT ${HAVE_XDOT}
4378d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4388d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the <zlib.h> header file. */
4398d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
4408d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4418d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's _alloca */
4428d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
4438d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4448d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's __alloca */
4458d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
4468d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4478d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's __ashldi3 */
4488d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
4498d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4508d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's __ashrdi3 */
4518d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
452c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt
453c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt/* Have host's __chkstk */
454c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt#cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
455c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt
456c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt/* Have host's __cmpdi2 */
457c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt#cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
458c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt
459c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt/* Have host's __divdi3 */
460c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt#cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
461c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt
462c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt/* Define to 1 if you have the `__dso_handle' function. */
463c5ec7f57ead87efa365800228aa0b09a12d9e6c4Dmitry Shmidt#undef HAVE___DSO_HANDLE
4648d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4658d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's __fixdfdi */
466a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
467a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
4688d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's __fixsfdi */
4698d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
4708d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4718d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's __floatdidf */
4728d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
4738d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4748d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's __lshrdi3 */
4758d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
4768d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4778d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's __main */
4788d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE___MAIN ${HAVE___MAIN}
4798d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4808d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's __moddi3 */
4818d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
4828d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4838d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's __udivdi3 */
4848d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
485a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt
486a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Have host's __umoddi3 */
487a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
4888d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4898d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Have host's ___chkstk */
4901f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
4918d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4928d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Linker version detected at compile time. */
4938d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef HOST_LINK_VERSION
4948d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
4958d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Installation directory for binary executables */
496a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine LLVM_BINDIR "${LLVM_BINDIR}"
4978d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
498a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Time at which LLVM was configured */
499a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine LLVM_CONFIGTIME "${LLVM_CONFIGTIME}"
5008d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
5018d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Installation directory for data files */
5028d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine LLVM_DATADIR "${LLVM_DATADIR}"
5038d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
5041f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Target triple LLVM will generate code for by default */
5051f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}"
5061f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5071f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Installation directory for documentation */
5081f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_DOCSDIR "${LLVM_DOCSDIR}"
5091f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5101f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if threads enabled */
5111f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine01 LLVM_ENABLE_THREADS
5121f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5131f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if zlib compression is available */
5141f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine01 LLVM_ENABLE_ZLIB
5151f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5161f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Installation directory for config files */
5171f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_ETCDIR "${LLVM_ETCDIR}"
5181f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5191f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Has gcc/MSVC atomic intrinsics */
5201f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine01 LLVM_HAS_ATOMICS
5211f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5221f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Host triple LLVM will be executed on */
5231f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_HOST_TRIPLE "${LLVM_HOST_TRIPLE}"
5241f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5251f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Installation directory for include files */
5261f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_INCLUDEDIR "${LLVM_INCLUDEDIR}"
5271f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5281f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Installation directory for .info files */
5291f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_INFODIR "${LLVM_INFODIR}"
5301f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5311f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Installation directory for man pages */
5321f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_MANDIR "${LLVM_MANDIR}"
5331f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
53434af306c42b7ccf956508e7cd23f0ba90606e360Dmitry Shmidt/* LLVM architecture name for the native architecture, if available */
53534af306c42b7ccf956508e7cd23f0ba90606e360Dmitry Shmidt#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
53634af306c42b7ccf956508e7cd23f0ba90606e360Dmitry Shmidt
53734af306c42b7ccf956508e7cd23f0ba90606e360Dmitry Shmidt/* LLVM name for the native AsmParser init function, if available */
53834af306c42b7ccf956508e7cd23f0ba90606e360Dmitry Shmidt#cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
53934af306c42b7ccf956508e7cd23f0ba90606e360Dmitry Shmidt
54034af306c42b7ccf956508e7cd23f0ba90606e360Dmitry Shmidt/* LLVM name for the native AsmPrinter init function, if available */
54134af306c42b7ccf956508e7cd23f0ba90606e360Dmitry Shmidt#cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
54234af306c42b7ccf956508e7cd23f0ba90606e360Dmitry Shmidt
54334af306c42b7ccf956508e7cd23f0ba90606e360Dmitry Shmidt/* LLVM name for the native Disassembler init function, if available */
54434af306c42b7ccf956508e7cd23f0ba90606e360Dmitry Shmidt#cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
5458d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
5468d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* LLVM name for the native Target init function, if available */
5471f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
5488da800a193fb6f8832218715f82a7b4e2d2ad338Dmitry Shmidt
5498da800a193fb6f8832218715f82a7b4e2d2ad338Dmitry Shmidt/* LLVM name for the native TargetInfo init function, if available */
5508da800a193fb6f8832218715f82a7b4e2d2ad338Dmitry Shmidt#cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
5518da800a193fb6f8832218715f82a7b4e2d2ad338Dmitry Shmidt
5528da800a193fb6f8832218715f82a7b4e2d2ad338Dmitry Shmidt/* LLVM name for the native target MC init function, if available */
5538da800a193fb6f8832218715f82a7b4e2d2ad338Dmitry Shmidt#cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
5548da800a193fb6f8832218715f82a7b4e2d2ad338Dmitry Shmidt
5558da800a193fb6f8832218715f82a7b4e2d2ad338Dmitry Shmidt/* Define if this is Unixish platform */
5568da800a193fb6f8832218715f82a7b4e2d2ad338Dmitry Shmidt#cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
5578da800a193fb6f8832218715f82a7b4e2d2ad338Dmitry Shmidt
5581f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if this is Win32ish platform */
5591f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
5608d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
5618d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to path to circo program if found or 'echo circo' otherwise */
5628d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine LLVM_PATH_CIRCO "${LLVM_PATH_CIRCO}"
5631f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5641f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to path to dot program if found or 'echo dot' otherwise */
5651f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_PATH_DOT "${LLVM_PATH_DOT}"
5661f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
567a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt/* Define to path to dotty program if found or 'echo dotty' otherwise */
568a54fa5fb807eaeff45464139b5a7759f060cec68Dmitry Shmidt#cmakedefine LLVM_PATH_DOTTY "${LLVM_PATH_DOTTY}"
5698d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
5701f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to path to fdp program if found or 'echo fdp' otherwise */
571cce06667447b5aec83452adb0c15100ada531095Dmitry Shmidt#cmakedefine LLVM_PATH_FDP "${LLVM_PATH_FDP}"
5728d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
5731f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
5748d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine LLVM_PATH_GRAPHVIZ "${LLVM_PATH_GRAPHVIZ}"
5751f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5761f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to path to gv program if found or 'echo gv' otherwise */
5771f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_PATH_GV "${LLVM_PATH_GV}"
5781f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5798d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to path to neato program if found or 'echo neato' otherwise */
5808d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine LLVM_PATH_NEATO "${LLVM_PATH_NEATO}"
5811f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5821f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to path to twopi program if found or 'echo twopi' otherwise */
5831f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_PATH_TWOPI "${LLVM_PATH_TWOPI}"
5841f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5851f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to path to xdot.py program if found or 'echo xdot' otherwise */
5861f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_PATH_XDOT "${LLVM_PATH_XDOT}"
5878d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
5888d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Installation prefix directory */
5891f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
5901f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5911f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if we have the Intel JIT API runtime support library */
5921f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_USE_INTEL_JITEVENTS 1
5931f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
5941f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if we have the oprofile JIT-support library */
5958d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine LLVM_USE_OPROFILE 1
5968d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
5978d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Major version of the LLVM API */
5981f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
5991f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
6001f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Minor version of the LLVM API */
6011f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LLVM_VERSION_MINOR ${LLVM_VERSION_MINOR}
6021f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
6031f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if the OS needs help to load dependent libraries for dlopen(). */
6041f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LTDL_DLOPEN_DEPLIBS ${LTDL_DLOPEN_DEPLIBS}
6051f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
6061f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to the sub-directory in which libtool stores uninstalled libraries.
6071f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt   */
6081f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#undef LTDL_OBJDIR
6091f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
6101f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to the extension used for shared libraries, say, ".so". */
6111f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
6121f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
6131f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to the system default library search path. */
6148d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine LTDL_SYSSEARCHPATH "${LTDL_SYSSEARCHPATH}"
6158d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6161f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
6171f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt   its not necessary */
6188d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef NEED_DEV_ZERO_FOR_MMAP
619e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt
620e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define if dlsym() requires a leading underscore in symbol names. */
6218d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef NEED_USCORE
6221f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
6231f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to the address where bug reports for this package should be sent. */
6241f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
6251f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt
6261f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt/* Define to the full name of this package. */
6271f69aa52ea2e0a73ac502565df8c666ee49cab6aDmitry Shmidt#cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
6288d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
629e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define to the full name and version of this package. */
6308d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
6318d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6328d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to the one symbol short name of this package. */
6338d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef PACKAGE_TARNAME
6348d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6358d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to the version of this package. */
6368d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
6378d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6388d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define as the return type of signal handlers (`int' or `void'). */
6398d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine RETSIGTYPE ${RETSIGTYPE}
6408d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6418d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
6428d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef STAT_MACROS_BROKEN
64361d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt
64461d9df3e62aaa0e87ad05452fcb95142159a17b6Dmitry Shmidt/* Define to 1 if you have the ANSI C header files. */
6458d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef STDC_HEADERS
6468d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6478d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
6488d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef TIME_WITH_SYS_TIME
6498d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
650e0e48dc666fb14a7bb60264ca87463ba7bc1fe0bDmitry Shmidt/* Define to 1 if your <sys/time.h> declares `struct tm'. */
6518d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef TM_IN_SYS_TIME
6528d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6538d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define if use udis86 library */
6548d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef USE_UDIS86
6558d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6568d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Type of 1st arg on ELM Callback */
6578d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine WIN32_ELMCB_PCSTR ${WIN32_ELMCB_PCSTR}
6588d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6598d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to empty if `const' does not conform to ANSI C. */
6608d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef const
6618d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6628d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to `int' if <sys/types.h> does not define. */
6638d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef pid_t
6648d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6658d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to `unsigned int' if <sys/types.h> does not define. */
6668d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#undef size_t
6678d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6688d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to a function replacing strtoll */
6698d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine strtoll ${strtoll}
6708d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6718d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to a function implementing strtoull */
6728d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine strtoull ${strtoull}
6738d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6748d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to a function implementing stricmp */
6758d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine stricmp ${stricmp}
6768d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6778d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to a function implementing strdup */
6788d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine strdup ${strdup}
6798d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6808d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Define to 1 if you have the `_chsize_s' function. */
6818d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
6828d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6838d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt/* Added by Kevin -- Maximum path length */
6848d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#cmakedefine MAXPATHLEN ${MAXPATHLEN}
6858d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt
6868d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt#endif
6878d520ff1dc2da35cdca849e982051b86468016d8Dmitry Shmidt