config.h.cmake revision 3c00a83c3362dc7d066454936ad36fbfb3fd26c5
15c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/**************************************
25c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)** Created by Kevin from config.h.in **
35c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)***************************************/
45c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
55c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#ifndef CONFIG_H
65c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#define CONFIG_H
75c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
85c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Relative directory for resource files */
95c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
105c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
115c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* 32 bit multilib directory. */
125c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#define CXX_INCLUDE_32BIT_DIR "${CXX_INCLUDE_32BIT_DIR}"
135c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
145c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* 64 bit multilib directory. */
155c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#define CXX_INCLUDE_64BIT_DIR "${CXX_INCLUDE_64BIT_DIR}"
165c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
175c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Arch the libstdc++ headers. */
185c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#define CXX_INCLUDE_ARCH "${CXX_INCLUDE_ARCH}"
195c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
205c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Directory with the libstdc++ headers. */
215c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#define CXX_INCLUDE_ROOT "${CXX_INCLUDE_ROOT}"
225c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
235c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Directories clang will search for headers */
245c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
255c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
265c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define if CBE is enabled for printf %a output */
275c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine ENABLE_CBE_PRINTF_A ${ENABLE_CBE_PRINTF_A}
285c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
295c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define if position independent code is enabled */
305c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine ENABLE_PIC
315c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
32f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu/* Define if threads enabled */
33f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu#cmakedefine ENABLE_THREADS ${ENABLE_THREADS}
34197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch
3553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)/* Define if timestamp information (e.g., __DATE___) is allowed */
369e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)#cmakedefine ENABLE_TIMESTAMPS ${ENABLE_TIMESTAMPS}
3753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
387242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci/* Define to 1 if you have the `argz_append' function. */
39e52495584422c5edb5b2944981473a2e208da323Torne (Richard Coles)#cmakedefine HAVE_ARGZ_APPEND ${HAVE_ARGZ_APPEND}
4053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
4153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)/* Define to 1 if you have the `argz_create_sep' function. */
425267f701546148b83dfbe1d151cb184385bb5c22Torne (Richard Coles)#cmakedefine HAVE_ARGZ_CREATE_SEP ${HAVE_ARGZ_CREATE_SEP}
43f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
44591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch/* Define to 1 if you have the <argz.h> header file. */
455c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_ARGZ_H ${HAVE_ARGZ_H}
4651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)
475c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `argz_insert' function. */
485c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_ARGZ_INSERT ${HAVE_ARGZ_INSERT}
495c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
505c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `argz_next' function. */
515c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_ARGZ_NEXT ${HAVE_ARGZ_NEXT}
525c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
535c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `argz_stringify' function. */
545c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_ARGZ_STRINGIFY ${HAVE_ARGZ_STRINGIFY}
555c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
565c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the <assert.h> header file. */
575c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_ASSERT_H ${HAVE_ASSERT_H}
585c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
595c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `backtrace' function. */
605c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#undef HAVE_BACKTRACE
615c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
625c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `bcopy' function. */
635c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#undef HAVE_BCOPY
645c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
655c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `ceilf' function. */
665c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_CEILF ${HAVE_CEILF}
675c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
685c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define if the neat program is available */
695c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_CIRCO ${HAVE_CIRCO}
705c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
715c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `closedir' function. */
725c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_CLOSEDIR ${HAVE_CLOSEDIR}
735c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
745c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the <CrashReporterClient.h> header file. */
755c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#undef HAVE_CRASHREPORTERCLIENT_H
765c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
775c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define if __crashreporter_info__ exists. */
785c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#undef HAVE_CRASHREPORTER_INFO
79926b001d589ce2f10facb93dd4b87578ea35a855Torne (Richard Coles)
80926b001d589ce2f10facb93dd4b87578ea35a855Torne (Richard Coles)/* Define to 1 if you have the <ctype.h> header file. */
811fad5ca6c42d689812b66fc493992aa6d747a6fbBen Murdoch#cmakedefine HAVE_CTYPE_H ${HAVE_CTYPE_H}
821fad5ca6c42d689812b66fc493992aa6d747a6fbBen Murdoch
837242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
84926b001d589ce2f10facb93dd4b87578ea35a855Torne (Richard Coles)   */
85926b001d589ce2f10facb93dd4b87578ea35a855Torne (Richard Coles)#cmakedefine HAVE_DIRENT_H ${HAVE_DIRENT_H}
86926b001d589ce2f10facb93dd4b87578ea35a855Torne (Richard Coles)
875c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define if you have the GNU dld library. */
885c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#undef HAVE_DLD
895c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
905c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the <dld.h> header file. */
915c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_DLD_H ${HAVE_DLD_H}
925c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
935c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `dlerror' function. */
941fad5ca6c42d689812b66fc493992aa6d747a6fbBen Murdoch#cmakedefine HAVE_DLERROR ${HAVE_DLERROR}
951fad5ca6c42d689812b66fc493992aa6d747a6fbBen Murdoch
967242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci/* Define to 1 if you have the <dlfcn.h> header file. */
9751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)#cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
9851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)
9951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)/* Define if dlopen() is available on this platform. */
1005c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
1015c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1025c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the <dl.h> header file. */
1035c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_DL_H ${HAVE_DL_H}
1045c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1055c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define if the dot program is available */
106197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch#cmakedefine HAVE_DOT ${HAVE_DOT}
1075c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1085c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define if the dotty program is available */
109926b001d589ce2f10facb93dd4b87578ea35a855Torne (Richard Coles)#cmakedefine HAVE_DOTTY ${HAVE_DOTTY}
110926b001d589ce2f10facb93dd4b87578ea35a855Torne (Richard Coles)
11181a5157921f1d2a7ff6aae115bfe3c139b38a5c8Torne (Richard Coles)/* Define if you have the _dyld_func_lookup function. */
11281a5157921f1d2a7ff6aae115bfe3c139b38a5c8Torne (Richard Coles)#undef HAVE_DYLD
11381a5157921f1d2a7ff6aae115bfe3c139b38a5c8Torne (Richard Coles)
11481a5157921f1d2a7ff6aae115bfe3c139b38a5c8Torne (Richard Coles)/* Define to 1 if you have the <errno.h> header file. */
115926b001d589ce2f10facb93dd4b87578ea35a855Torne (Richard Coles)#cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
116926b001d589ce2f10facb93dd4b87578ea35a855Torne (Richard Coles)
1175c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if the system has the type `error_t'. */
1185c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_ERROR_T ${HAVE_ERROR_T}
1195c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1205c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the <execinfo.h> header file. */
121197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch#cmakedefine HAVE_EXECINFO_H ${HAVE_EXECINFO_H}
1225c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1235c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the <fcntl.h> header file. */
1245c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
1255c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1265c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define if the neat program is available */
1275c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_FDP ${HAVE_FDP}
128197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch
1295c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the <fenv.h> header file. */
1305c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_FENV_H ${HAVE_FENV_H}
1315c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1325c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define if libffi is available on this platform. */
1335c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#undef HAVE_FFI_CALL
1345c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1355c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the <ffi/ffi.h> header file. */
1365c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#undef HAVE_FFI_FFI_H
1375c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1385c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the <ffi.h> header file. */
1395c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#undef HAVE_FFI_H
1405c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1415c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Set to 1 if the finite function is found in <ieeefp.h> */
1425c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_FINITE_IN_IEEEFP_H ${HAVE_FINITE_IN_IEEEFP_H}
143e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)
1449e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)/* Define to 1 if you have the `floorf' function. */
1455c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_FLOORF ${HAVE_FLOORF}
1465c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1475c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `fmodf' function. */
1485c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_FMODF ${HAVE_FMODF}
1495c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1505c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `getcwd' function. */
1515c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_GETCWD ${HAVE_GETCWD}
152f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)
153f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)/* Define to 1 if you have the `getpagesize' function. */
154f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)#cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE}
155f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)
156f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)/* Define to 1 if you have the `getrlimit' function. */
1579e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)#cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
158f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)
159f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)/* Define to 1 if you have the `getrusage' function. */
160f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)#cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE}
161f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)
162f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)/* Define to 1 if you have the `gettimeofday' function. */
163f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)#cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
164f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)
165f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)/* Define if the Graphviz program is available */
166f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)#undef HAVE_GRAPHVIZ
167f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)
168323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)/* Define if the gv program is available */
1695c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_GV ${HAVE_GV}
1705c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1715c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `index' function. */
1725c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#undef HAVE_INDEX
173323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
1745c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if the system has the type `int64_t'. */
1755c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
1765c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1775c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the <inttypes.h> header file. */
1785c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)#cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
179323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
1805c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Define to 1 if you have the `isatty' function. */
181926b001d589ce2f10facb93dd4b87578ea35a855Torne (Richard Coles)#cmakedefine HAVE_ISATTY 1
1825c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)
1835c87bf8b86a7c82ef50fb7a89697d8e02e2553beTorne (Richard Coles)/* Set to 1 if the isinf function is found in <cmath> */
18451b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)#cmakedefine HAVE_ISINF_IN_CMATH ${HAVE_ISINF_IN_CMATH}
185
186/* Set to 1 if the isinf function is found in <math.h> */
187#cmakedefine HAVE_ISINF_IN_MATH_H ${HAVE_ISINF_IN_MATH_H}
188
189/* Set to 1 if the isnan function is found in <cmath> */
190#cmakedefine HAVE_ISNAN_IN_CMATH ${HAVE_ISNAN_IN_CMATH}
191
192/* Set to 1 if the isnan function is found in <math.h> */
193#cmakedefine HAVE_ISNAN_IN_MATH_H ${HAVE_ISNAN_IN_MATH_H}
194
195/* Define if you have the libdl library or equivalent. */
196#cmakedefine HAVE_LIBDL ${HAVE_LIBDL}
197
198/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
199#cmakedefine HAVE_LIBIMAGEHLP ${HAVE_LIBIMAGEHLP}
200
201/* Define to 1 if you have the `m' library (-lm). */
202#undef HAVE_LIBM
203
204/* Define to 1 if you have the `psapi' library (-lpsapi). */
205#cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
206
207/* Define to 1 if you have the `pthread' library (-lpthread). */
208#cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
209
210/* Define to 1 if you have the `udis86' library (-ludis86). */
211#undef HAVE_LIBUDIS86
212
213/* Define to 1 if you have the <limits.h> header file. */
214#cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H}
215
216/* Define if you can use -Wl,-export-dynamic. */
217#define HAVE_LINK_EXPORT_DYNAMIC 1
218
219/* Define to 1 if you have the <link.h> header file. */
220#cmakedefine HAVE_LINK_H ${HAVE_LINK_H}
221
222/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
223   the current directory to the dynamic linker search path. */
224#undef HAVE_LINK_R
225
226/* Define to 1 if you have the `longjmp' function. */
227#undef HAVE_LONGJMP
228
229/* Define to 1 if you have the <mach/mach.h> header file. */
230#cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
231
232/* Define to 1 if you have the <mach-o/dyld.h> header file. */
233#cmakedefine HAVE_MACH_O_DYLD_H ${HAVE_MACH_O_DYLD_H}
234
235/* Define if mallinfo() is available on this platform. */
236#cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
237
238/* Define to 1 if you have the <malloc.h> header file. */
239#cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
240
241/* Define to 1 if you have the <malloc/malloc.h> header file. */
242#cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
243
244/* Define to 1 if you have the `malloc_zone_statistics' function. */
245#cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
246
247/* Define to 1 if you have the `memcpy' function. */
248#cmakedefine HAVE_MEMCPY ${HAVE_MEMCPY}
249
250/* Define to 1 if you have the `memmove' function. */
251#cmakedefine HAVE_MEMMOVE ${HAVE_MEMMOVE}
252
253/* Define to 1 if you have the <memory.h> header file. */
254#cmakedefine HAVE_MEMORY_H ${HAVE_MEMORY_H}
255
256/* Define to 1 if you have the `mkdtemp' function. */
257#cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
258
259/* Define to 1 if you have the `mkstemp' function. */
260#cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
261
262/* Define to 1 if you have the `mktemp' function. */
263#cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
264
265/* Define to 1 if you have a working `mmap' system call. */
266#undef HAVE_MMAP
267
268/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
269   it uses MAP_ANON */
270#undef HAVE_MMAP_ANONYMOUS
271
272/* Define if mmap() can map files into memory */
273#undef HAVE_MMAP_FILE
274
275/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
276#cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
277
278/* Define to 1 if you have the `nearbyintf' function. */
279#cmakedefine HAVE_NEARBYINTF ${HAVE_NEARBYINTF}
280
281/* Define if the neat program is available */
282#cmakedefine HAVE_NEATO ${HAVE_NEATO}
283
284/* Define to 1 if you have the `opendir' function. */
285#cmakedefine HAVE_OPENDIR ${HAVE_OPENDIR}
286
287/* Define to 1 if you have the `posix_spawn' function. */
288#cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
289
290/* Define to 1 if you have the `powf' function. */
291#cmakedefine HAVE_POWF ${HAVE_POWF}
292
293/* Define if libtool can extract symbol lists from object files. */
294#undef HAVE_PRELOADED_SYMBOLS
295
296/* Define to have the %a format string */
297#undef HAVE_PRINTF_A
298
299/* Have pthread_getspecific */
300#cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
301
302/* Define to 1 if you have the <pthread.h> header file. */
303#cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
304
305/* Have pthread_mutex_lock */
306#cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
307
308/* Have pthread_rwlock_init */
309#cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
310
311/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
312#undef HAVE_RAND48
313
314/* Define to 1 if you have the `readdir' function. */
315#undef HAVE_READDIR
316
317/* Define to 1 if you have the `realpath' function. */
318#undef HAVE_REALPATH
319
320/* Define to 1 if you have the `rindex' function. */
321#undef HAVE_RINDEX
322
323/* Define to 1 if you have the `rintf' function. */
324#undef HAVE_RINTF
325
326/* Define to 1 if you have the `round' function. */
327#cmakedefine HAVE_ROUND ${HAVE_ROUND}
328
329/* Define to 1 if you have the `roundf' function. */
330#undef HAVE_ROUNDF
331
332/* Define to 1 if you have the `sbrk' function. */
333#cmakedefine HAVE_SBRK ${HAVE_SBRK}
334
335/* Define to 1 if you have the `setenv' function. */
336#cmakedefine HAVE_SETENV ${HAVE_SETENV}
337
338/* Define to 1 if you have the `setjmp' function. */
339#undef HAVE_SETJMP
340
341/* Define to 1 if you have the <setjmp.h> header file. */
342#cmakedefine HAVE_SETJMP_H ${HAVE_SETJMP_H}
343
344/* Define to 1 if you have the `setrlimit' function. */
345#cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
346
347/* Define if you have the shl_load function. */
348#undef HAVE_SHL_LOAD
349
350/* Define to 1 if you have the `siglongjmp' function. */
351#undef HAVE_SIGLONGJMP
352
353/* Define to 1 if you have the <signal.h> header file. */
354#cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
355
356/* Define to 1 if you have the `sigsetjmp' function. */
357#undef HAVE_SIGSETJMP
358
359/* Define to 1 if you have the <stdint.h> header file. */
360#cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
361
362/* Define to 1 if you have the <stdio.h> header file. */
363#cmakedefine HAVE_STDIO_H ${HAVE_STDIO_H}
364
365/* Define to 1 if you have the <stdlib.h> header file. */
366#cmakedefine HAVE_STDLIB_H ${HAVE_STDLIB_H}
367
368/* Set to 1 if the std::isinf function is found in <cmath> */
369#undef HAVE_STD_ISINF_IN_CMATH
370
371/* Set to 1 if the std::isnan function is found in <cmath> */
372#undef HAVE_STD_ISNAN_IN_CMATH
373
374/* Define to 1 if you have the `strchr' function. */
375#cmakedefine HAVE_STRCHR ${HAVE_STRCHR}
376
377/* Define to 1 if you have the `strcmp' function. */
378#cmakedefine HAVE_STRCMP ${HAVE_STRCMP}
379
380/* Define to 1 if you have the `strdup' function. */
381#cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
382
383/* Define to 1 if you have the `strerror' function. */
384#cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
385
386/* Define to 1 if you have the `strerror_r' function. */
387#cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
388
389/* Define to 1 if you have the `strerror_s' function. */
390#cmakedefine HAVE_STRERROR_S ${HAVE_STRERROR_S}
391
392/* Define to 1 if you have the <strings.h> header file. */
393#cmakedefine HAVE_STRINGS_H ${HAVE_STRINGS_H}
394
395/* Define to 1 if you have the <string.h> header file. */
396#cmakedefine HAVE_STRING_H ${HAVE_STRING_H}
397
398/* Define to 1 if you have the `strrchr' function. */
399#cmakedefine HAVE_STRRCHR ${HAVE_STRRCHR}
400
401/* Define to 1 if you have the `strtof' function. */
402#cmakedefine HAVE_STRTOF ${HAVE_STRTOF}
403
404/* Define to 1 if you have the `strtoll' function. */
405#cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
406
407/* Define to 1 if you have the `strtoq' function. */
408#undef HAVE_STRTOQ
409
410/* Define to 1 if you have the `sysconf' function. */
411#undef HAVE_SYSCONF
412
413/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
414   */
415#cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
416
417/* Define to 1 if you have the <sys/dl.h> header file. */
418#cmakedefine HAVE_SYS_DL_H ${HAVE_SYS_DL_H}
419
420/* Define to 1 if you have the <sys/ioctl.h> header file. */
421#cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
422
423/* Define to 1 if you have the <sys/mman.h> header file. */
424#cmakedefine HAVE_SYS_MMAN_H ${}
425
426/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
427   */
428#cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
429
430/* Define to 1 if you have the <sys/param.h> header file. */
431#cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
432
433/* Define to 1 if you have the <sys/resource.h> header file. */
434#cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
435
436/* Define to 1 if you have the <sys/stat.h> header file. */
437#cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
438
439/* Define to 1 if you have the <sys/time.h> header file. */
440#cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
441
442/* Define to 1 if you have the <sys/types.h> header file. */
443#cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
444
445/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
446#cmakedefine HAVE_SYS_WAIT_H ${HAVE_SYS_WAIT_H}
447
448/* Define to 1 if you have the <termios.h> header file. */
449#cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
450
451/* Define to 1 if you have the <unistd.h> header file. */
452#cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
453
454/* Define to 1 if you have the <utime.h> header file. */
455#cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H}
456
457/* Define to 1 if the system has the type `u_int64_t'. */
458#cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
459
460/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
461#cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
462
463/* Define to 1 if you have the <windows.h> header file. */
464#cmakedefine HAVE_WINDOWS_H ${HAVE_WINDOWS_H}
465
466/* Define if the xdot.py program is available */
467#undef HAVE_XDOT_PY
468
469/* Define to 1 if you have the `__dso_handle' function. */
470#undef HAVE___DSO_HANDLE
471
472/* Linker version detected at compile time. */
473#undef HOST_LINK_VERSION
474
475/* Installation directory for binary executables */
476#undef LLVM_BINDIR
477
478/* Time at which LLVM was configured */
479#undef LLVM_CONFIGTIME
480
481/* Installation directory for documentation */
482#undef LLVM_DATADIR
483
484/* Installation directory for documentation */
485#undef LLVM_DOCSDIR
486
487/* Installation directory for config files */
488#undef LLVM_ETCDIR
489
490/* Host triple we were built on */
491#cmakedefine LLVM_HOSTTRIPLE "${LLVM_HOSTTRIPLE}"
492
493/* Installation directory for include files */
494#undef LLVM_INCLUDEDIR
495
496/* Installation directory for .info files */
497#undef LLVM_INFODIR
498
499/* Installation directory for libraries */
500#undef LLVM_LIBDIR
501
502/* Installation directory for man pages */
503#undef LLVM_MANDIR
504
505/* Build multithreading support into LLVM */
506#cmakedefine LLVM_MULTITHREADED ${LLVM_MULTITHREADED}
507
508/* LLVM architecture name for the native architecture, if available */
509#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
510
511/* LLVM name for the native AsmPrinter init function, if available */
512#cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
513
514/* LLVM name for the native Target init function, if available */
515#cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
516
517/* LLVM name for the native TargetInfo init function, if available */
518#cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
519
520/* Define if this is Unixish platform */
521#cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
522
523/* Define if this is Win32ish platform */
524#cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
525
526/* Define to path to circo program if found or 'echo circo' otherwise */
527#cmakedefine LLVM_PATH_CIRCO "${LLVM_PATH_CIRCO}"
528
529/* Define to path to dot program if found or 'echo dot' otherwise */
530#cmakedefine LLVM_PATH_DOT "${LLVM_PATH_DOT}"
531
532/* Define to path to dotty program if found or 'echo dotty' otherwise */
533#cmakedefine LLVM_PATH_DOTTY "${LLVM_PATH_DOTTY}"
534
535/* Define to path to fdp program if found or 'echo fdp' otherwise */
536#cmakedefine LLVM_PATH_FDP "${LLVM_PATH_FDP}"
537
538/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
539#undef LLVM_PATH_GRAPHVIZ
540
541/* Define to path to gv program if found or 'echo gv' otherwise */
542#cmakedefine LLVM_PATH_GV "${LLVM_PATH_GV}"
543
544/* Define to path to neato program if found or 'echo neato' otherwise */
545#cmakedefine LLVM_PATH_NEATO "${LLVM_PATH_NEATO}"
546
547/* Define to path to twopi program if found or 'echo twopi' otherwise */
548#cmakedefine LLVM_PATH_TWOPI "${LLVM_PATH_TWOPI}"
549
550/* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
551#undef LLVM_PATH_XDOT_PY
552
553/* Installation prefix directory */
554#cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
555
556/* Define if the OS needs help to load dependent libraries for dlopen(). */
557#cmakedefine LTDL_DLOPEN_DEPLIBS ${LTDL_DLOPEN_DEPLIBS}
558
559/* Define to the sub-directory in which libtool stores uninstalled libraries.
560   */
561#undef LTDL_OBJDIR
562
563/* Define to the name of the environment variable that determines the dynamic
564   library search path. */
565#cmakedefine LTDL_SHLIBPATH_VAR "${LTDL_SHLIBPATH_VAR}"
566
567/* Define to the extension used for shared libraries, say, ".so". */
568#cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
569
570/* Define to the system default library search path. */
571#cmakedefine LTDL_SYSSEARCHPATH "${LTDL_SYSSEARCHPATH}"
572
573/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
574   its not necessary */
575#undef NEED_DEV_ZERO_FOR_MMAP
576
577/* Define if dlsym() requires a leading underscore in symbol names. */
578#undef NEED_USCORE
579
580/* Define to the address where bug reports for this package should be sent. */
581#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
582
583/* Define to the full name of this package. */
584#cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
585
586/* Define to the full name and version of this package. */
587#cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
588
589/* Define to the one symbol short name of this package. */
590#undef PACKAGE_TARNAME
591
592/* Define to the version of this package. */
593#cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
594
595/* Define as the return type of signal handlers (`int' or `void'). */
596#cmakedefine RETSIGTYPE ${RETSIGTYPE}
597
598/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
599#undef STAT_MACROS_BROKEN
600
601/* If using the C implementation of alloca, define if you know the
602   direction of stack growth for your system; otherwise it will be
603   automatically deduced at runtime.
604	STACK_DIRECTION > 0 => grows toward higher addresses
605	STACK_DIRECTION < 0 => grows toward lower addresses
606	STACK_DIRECTION = 0 => direction of growth unknown */
607#undef STACK_DIRECTION
608
609/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
610#undef STAT_MACROS_BROKEN
611
612/* Define to 1 if you have the ANSI C header files. */
613#undef STDC_HEADERS
614
615/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
616#undef TIME_WITH_SYS_TIME
617
618/* Define to 1 if your <sys/time.h> declares `struct tm'. */
619#undef TM_IN_SYS_TIME
620
621/* Define if we have the oprofile JIT-support library */
622#undef USE_OPROFILE
623
624/* Define if use udis86 library */
625#undef USE_UDIS86
626
627/* Define to empty if `const' does not conform to ANSI C. */
628#undef const
629
630/* Define to a type to use for `error_t' if it is not otherwise available. */
631#cmakedefine error_t ${error_t}
632
633/* Define to `int' if <sys/types.h> does not define. */
634#undef pid_t
635
636/* Define to `unsigned int' if <sys/types.h> does not define. */
637#undef size_t
638
639/* Define if the neat program is available */
640#cmakedefine HAVE_TWOPI ${HAVE_TWOPI}
641
642/* Define to 1 if the system has the type `uint64_t'. */
643#cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
644
645/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
646   `char[]'. */
647#undef YYTEXT_POINTER
648
649/* Define to a type to use for `mode_t' if it is not otherwise available. */
650#cmakedefine mode_t ${mode_t}
651
652/* Define to a function replacing strtoll */
653#cmakedefine strtoll ${strtoll}
654
655/* Define to a function implementing strtoull */
656#cmakedefine strtoull ${strtoull}
657
658/* Define to a function implementing stricmp */
659#cmakedefine stricmp ${stricmp}
660
661/* Define to a function implementing strdup */
662#cmakedefine strdup ${strdup}
663
664/* Define to 1 if you have the `_chsize_s' function. */
665#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
666
667/* define if the compiler implements namespaces */
668#undef HAVE_NAMESPACES
669
670/* Does not have std namespace iterator */
671#undef HAVE_STD_ITERATOR
672
673/* Does not have forward iterator */
674#undef HAVE_FWD_ITERATOR
675
676/* Does not have bi-directional iterator */
677#undef HAVE_BI_ITERATOR
678
679/* Does not have <hash_map> */
680#undef HAVE_GLOBAL_HASH_MAP
681
682/* Does not have hash_set in global namespace */
683#undef HAVE_GLOBAL_HASH_SET
684
685/* Does not have ext/hash_map */
686#undef HAVE_GNU_EXT_HASH_MAP
687
688/* Does not have hash_set in gnu namespace */
689#undef HAVE_GNU_EXT_HASH_SET
690
691/* Does not have ext/hash_map> */
692#undef HAVE_STD_EXT_HASH_MAP
693
694/* Does not have hash_set in std namespace */
695#undef HAVE_STD_EXT_HASH_SET
696
697/* Added by Kevin -- Maximum path length */
698#cmakedefine MAXPATHLEN ${MAXPATHLEN}
699
700#endif
701