2010-08-11 01:48:22 +02:00
|
|
|
#ifndef CONFIG_H
|
|
|
|
#define CONFIG_H
|
|
|
|
|
2014-06-04 05:21:38 +02:00
|
|
|
/* Exported configuration */
|
|
|
|
#include "llvm/Config/llvm-config.h"
|
|
|
|
|
2011-08-12 05:27:54 +02:00
|
|
|
/* Bug report URL. */
|
|
|
|
#define BUG_REPORT_URL "${BUG_REPORT_URL}"
|
|
|
|
|
2016-09-30 22:04:24 +02:00
|
|
|
/* Define to 1 to enable backtraces, and to 0 otherwise. */
|
|
|
|
#cmakedefine01 ENABLE_BACKTRACES
|
2012-09-28 12:10:46 +02:00
|
|
|
|
2016-09-30 22:06:19 +02:00
|
|
|
/* Define to 1 to enable crash overrides, and to 0 otherwise. */
|
|
|
|
#cmakedefine01 ENABLE_CRASH_OVERRIDES
|
2013-08-30 22:39:21 +02:00
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the `backtrace' function. */
|
2012-09-01 22:50:18 +02:00
|
|
|
#cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
2017-04-12 15:51:00 +02:00
|
|
|
#define BACKTRACE_HEADER <${BACKTRACE_HEADER}>
|
|
|
|
|
2011-01-14 17:41:03 +01:00
|
|
|
/* Define to 1 if you have the <CrashReporterClient.h> header file. */
|
2016-12-07 20:25:38 +01:00
|
|
|
#cmakedefine HAVE_CRASHREPORTERCLIENT_H
|
2011-01-14 17:41:03 +01:00
|
|
|
|
2013-01-30 02:38:03 +01:00
|
|
|
/* can use __crashreporter_info__ */
|
2016-12-07 21:55:38 +01:00
|
|
|
#cmakedefine01 HAVE_CRASHREPORTER_INFO
|
2011-01-14 17:41:03 +01:00
|
|
|
|
2016-09-29 23:10:38 +02:00
|
|
|
/* Define to 1 if you have the declaration of `arc4random', and to 0 if you
|
|
|
|
don't. */
|
|
|
|
#cmakedefine01 HAVE_DECL_ARC4RANDOM
|
|
|
|
|
2016-09-29 22:59:48 +02:00
|
|
|
/* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
|
|
|
|
don't. */
|
|
|
|
#cmakedefine01 HAVE_DECL_FE_ALL_EXCEPT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
|
|
|
|
don't. */
|
|
|
|
#cmakedefine01 HAVE_DECL_FE_INEXACT
|
|
|
|
|
2011-02-09 05:18:48 +01:00
|
|
|
/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
|
|
|
|
don't. */
|
|
|
|
#cmakedefine01 HAVE_DECL_STRERROR_S
|
|
|
|
|
2015-02-10 06:04:25 +01:00
|
|
|
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
|
2017-01-02 19:19:35 +01:00
|
|
|
#cmakedefine01 LLVM_ENABLE_DIA_SDK
|
2015-02-10 06:04:25 +01:00
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
|
|
|
#cmakedefine HAVE_DIRENT_H ${HAVE_DIRENT_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
|
|
#cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
|
|
|
|
|
|
|
|
/* Define if dlopen() is available on this platform. */
|
2011-01-17 17:35:14 +01:00
|
|
|
#cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
2017-02-02 02:17:49 +01:00
|
|
|
/* Define if dladdr() is available on this platform. */
|
|
|
|
#cmakedefine HAVE_DLADDR ${HAVE_DLADDR}
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the <errno.h> header file. */
|
|
|
|
#cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
|
|
#cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
|
|
|
|
|
2011-01-14 17:41:03 +01:00
|
|
|
/* Define to 1 if you have the <fenv.h> header file. */
|
|
|
|
#cmakedefine HAVE_FENV_H ${HAVE_FENV_H}
|
|
|
|
|
|
|
|
/* Define if libffi is available on this platform. */
|
2011-01-21 16:42:54 +01:00
|
|
|
#cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL}
|
2011-01-14 17:41:03 +01:00
|
|
|
|
|
|
|
/* Define to 1 if you have the <ffi/ffi.h> header file. */
|
2011-01-21 16:42:54 +01:00
|
|
|
#cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H}
|
2011-01-14 17:41:03 +01:00
|
|
|
|
|
|
|
/* Define to 1 if you have the <ffi.h> header file. */
|
2011-01-21 16:42:54 +01:00
|
|
|
#cmakedefine HAVE_FFI_H ${HAVE_FFI_H}
|
2011-01-14 17:41:03 +01:00
|
|
|
|
2016-09-29 23:39:11 +02:00
|
|
|
/* Define to 1 if you have the `futimens' function. */
|
2013-07-04 03:10:38 +02:00
|
|
|
#cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS}
|
|
|
|
|
2016-09-29 23:19:43 +02:00
|
|
|
/* Define to 1 if you have the `futimes' function. */
|
|
|
|
#cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES}
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the `getcwd' function. */
|
2011-01-13 20:17:28 +01:00
|
|
|
#cmakedefine HAVE_GETCWD ${HAVE_GETCWD}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the `getpagesize' function. */
|
|
|
|
#cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getrlimit' function. */
|
2011-01-13 20:17:28 +01:00
|
|
|
#cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the `getrusage' function. */
|
|
|
|
#cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
2011-01-13 20:17:28 +01:00
|
|
|
#cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if the system has the type `int64_t'. */
|
2011-01-11 13:31:54 +01:00
|
|
|
#cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
#cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `isatty' function. */
|
2009-05-11 20:05:52 +02:00
|
|
|
#cmakedefine HAVE_ISATTY 1
|
2008-09-22 03:08:49 +02:00
|
|
|
|
2016-09-30 22:24:21 +02:00
|
|
|
/* Define to 1 if you have the `edit' library (-ledit). */
|
2016-09-30 22:08:36 +02:00
|
|
|
#cmakedefine HAVE_LIBEDIT ${HAVE_LIBEDIT}
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the `psapi' library (-lpsapi). */
|
|
|
|
#cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `pthread' library (-lpthread). */
|
2009-05-06 16:40:37 +02:00
|
|
|
#cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
2013-10-07 03:00:07 +02:00
|
|
|
/* Define to 1 if you have the `shell32' library (-lshell32). */
|
|
|
|
#cmakedefine HAVE_LIBSHELL32 ${HAVE_LIBSHELL32}
|
|
|
|
|
2016-09-29 23:39:11 +02:00
|
|
|
/* Define to 1 if you have the `z' library (-lz). */
|
2013-04-23 10:57:30 +02:00
|
|
|
#cmakedefine HAVE_LIBZ ${HAVE_LIBZ}
|
|
|
|
|
2014-10-11 00:06:59 +02:00
|
|
|
/* Define to 1 if you have the <link.h> header file. */
|
|
|
|
#cmakedefine HAVE_LINK_H ${HAVE_LINK_H}
|
|
|
|
|
2016-12-09 06:20:43 +01:00
|
|
|
/* Define to 1 if you have the `lseek64' function. */
|
|
|
|
#cmakedefine HAVE_LSEEK64 ${HAVE_LSEEK64}
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the <mach/mach.h> header file. */
|
2011-01-17 17:35:14 +01:00
|
|
|
#cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
2016-09-29 23:39:11 +02:00
|
|
|
/* Define to 1 if you have the `mallctl' function. */
|
2016-09-29 23:33:53 +02:00
|
|
|
#cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `mallinfo' function. */
|
2008-09-22 03:08:49 +02:00
|
|
|
#cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <malloc.h> header file. */
|
|
|
|
#cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <malloc/malloc.h> header file. */
|
|
|
|
#cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `malloc_zone_statistics' function. */
|
2009-06-04 19:22:52 +02:00
|
|
|
#cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the `mkdtemp' function. */
|
2009-07-27 20:23:41 +02:00
|
|
|
#cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the `mkstemp' function. */
|
2009-07-27 20:23:41 +02:00
|
|
|
#cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the `mktemp' function. */
|
2009-07-27 20:23:41 +02:00
|
|
|
#cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
|
|
#cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
|
|
|
|
|
2016-09-29 23:39:53 +02:00
|
|
|
/* Define to 1 if you have the `posix_fallocate' function. */
|
|
|
|
#cmakedefine HAVE_POSIX_FALLOCATE ${HAVE_POSIX_FALLOCATE}
|
|
|
|
|
2011-01-14 17:41:03 +01:00
|
|
|
/* Define to 1 if you have the `posix_spawn' function. */
|
|
|
|
#cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
|
|
|
|
|
2011-11-22 13:31:53 +01:00
|
|
|
/* Define to 1 if you have the `pread' function. */
|
|
|
|
#cmakedefine HAVE_PREAD ${HAVE_PREAD}
|
|
|
|
|
2011-01-14 17:41:03 +01:00
|
|
|
/* Have pthread_getspecific */
|
|
|
|
#cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
|
|
|
|
|
2011-01-15 14:35:37 +01:00
|
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
2009-05-06 16:27:59 +02:00
|
|
|
#cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Have pthread_mutex_lock */
|
|
|
|
#cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
|
|
|
|
|
2009-06-26 16:35:43 +02:00
|
|
|
/* Have pthread_rwlock_init */
|
|
|
|
#cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the `realpath' function. */
|
2013-08-26 20:11:25 +02:00
|
|
|
#cmakedefine HAVE_REALPATH ${HAVE_REALPATH}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the `sbrk' function. */
|
2009-10-12 06:00:11 +02:00
|
|
|
#cmakedefine HAVE_SBRK ${HAVE_SBRK}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
2009-09-25 23:07:20 +02:00
|
|
|
/* Define to 1 if you have the `setenv' function. */
|
|
|
|
#cmakedefine HAVE_SETENV ${HAVE_SETENV}
|
|
|
|
|
2017-10-04 22:27:01 +02:00
|
|
|
/* Define to 1 if you have the `sched_getaffinity' function. */
|
|
|
|
#cmakedefine HAVE_SCHED_GETAFFINITY ${HAVE_SCHED_GETAFFINITY}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `CPU_COUNT' macro. */
|
|
|
|
#cmakedefine HAVE_CPU_COUNT ${HAVE_CPU_COUNT}
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the `setrlimit' function. */
|
|
|
|
#cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
|
|
|
|
|
2016-05-20 23:26:00 +02:00
|
|
|
/* Define to 1 if you have the `sigaltstack' function. */
|
|
|
|
#cmakedefine HAVE_SIGALTSTACK ${HAVE_SIGALTSTACK}
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the <signal.h> header file. */
|
|
|
|
#cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
|
#cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strerror' function. */
|
2009-07-04 18:37:12 +02:00
|
|
|
#cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the `strerror_r' function. */
|
2009-07-04 18:37:12 +02:00
|
|
|
#cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
|
2009-07-01 20:11:20 +02:00
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the `strtoll' function. */
|
2008-10-25 05:29:36 +02:00
|
|
|
#cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the `sysconf' function. */
|
2016-09-29 23:18:05 +02:00
|
|
|
#cmakedefine HAVE_SYSCONF ${HAVE_SYSCONF}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
|
|
|
#cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
|
|
|
|
|
2009-05-11 20:05:52 +02:00
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the <sys/mman.h> header file. */
|
2016-09-30 22:27:41 +02:00
|
|
|
#cmakedefine HAVE_SYS_MMAN_H ${HAVE_SYS_MMAN_H}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
|
|
|
#cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/resource.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
|
|
|
|
|
2011-02-03 05:23:07 +01:00
|
|
|
/* Define to 1 if you have the <sys/uio.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
|
|
|
|
|
2013-08-12 11:49:17 +02:00
|
|
|
/* Define if the setupterm() function is supported this platform. */
|
|
|
|
#cmakedefine HAVE_TERMINFO ${HAVE_TERMINFO}
|
|
|
|
|
2016-05-23 23:34:12 +02:00
|
|
|
/* Define if the xar_open() function is supported this platform. */
|
|
|
|
#cmakedefine HAVE_LIBXAR ${HAVE_LIBXAR}
|
|
|
|
|
2009-05-18 19:21:34 +02:00
|
|
|
/* Define to 1 if you have the <termios.h> header file. */
|
|
|
|
#cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
|
|
|
|
|
2011-07-23 02:45:16 +02:00
|
|
|
/* Define to 1 if the system has the type `uint64_t'. */
|
|
|
|
#cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
#cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
|
|
|
|
|
|
|
|
/* Define to 1 if the system has the type `u_int64_t'. */
|
2011-01-11 13:31:54 +01:00
|
|
|
#cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
|
2008-09-22 03:08:49 +02:00
|
|
|
|
2010-03-15 05:57:55 +01:00
|
|
|
/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
|
|
|
|
#cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
|
|
|
|
|
2011-02-03 05:23:07 +01:00
|
|
|
/* Define to 1 if you have the `writev' function. */
|
|
|
|
#cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
|
|
|
|
|
2013-04-23 10:28:39 +02:00
|
|
|
/* Define to 1 if you have the <zlib.h> header file. */
|
|
|
|
#cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
|
|
|
|
|
2011-02-05 16:11:53 +01:00
|
|
|
/* Have host's _alloca */
|
|
|
|
#cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
|
|
|
|
|
2016-09-29 23:42:36 +02:00
|
|
|
/* Define to 1 if you have the `_chsize_s' function. */
|
|
|
|
#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `_Unwind_Backtrace' function. */
|
|
|
|
#cmakedefine HAVE__UNWIND_BACKTRACE ${HAVE__UNWIND_BACKTRACE}
|
|
|
|
|
2011-02-05 16:11:53 +01:00
|
|
|
/* Have host's __alloca */
|
|
|
|
#cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
|
|
|
|
|
|
|
|
/* Have host's __ashldi3 */
|
|
|
|
#cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
|
|
|
|
|
|
|
|
/* Have host's __ashrdi3 */
|
|
|
|
#cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
|
|
|
|
|
|
|
|
/* Have host's __chkstk */
|
|
|
|
#cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
|
|
|
|
|
2015-01-30 14:01:19 +01:00
|
|
|
/* Have host's __chkstk_ms */
|
|
|
|
#cmakedefine HAVE___CHKSTK_MS ${HAVE___CHKSTK_MS}
|
|
|
|
|
2011-02-05 16:11:53 +01:00
|
|
|
/* Have host's __cmpdi2 */
|
|
|
|
#cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
|
|
|
|
|
|
|
|
/* Have host's __divdi3 */
|
|
|
|
#cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
|
|
|
|
|
|
|
|
/* Have host's __fixdfdi */
|
|
|
|
#cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
|
|
|
|
|
|
|
|
/* Have host's __fixsfdi */
|
|
|
|
#cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
|
|
|
|
|
|
|
|
/* Have host's __floatdidf */
|
|
|
|
#cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
|
|
|
|
|
|
|
|
/* Have host's __lshrdi3 */
|
|
|
|
#cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
|
|
|
|
|
|
|
|
/* Have host's __main */
|
|
|
|
#cmakedefine HAVE___MAIN ${HAVE___MAIN}
|
|
|
|
|
|
|
|
/* Have host's __moddi3 */
|
|
|
|
#cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
|
|
|
|
|
|
|
|
/* Have host's __udivdi3 */
|
|
|
|
#cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
|
|
|
|
|
|
|
|
/* Have host's __umoddi3 */
|
|
|
|
#cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
|
|
|
|
|
|
|
|
/* Have host's ___chkstk */
|
|
|
|
#cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
|
|
|
|
|
2015-01-30 14:01:19 +01:00
|
|
|
/* Have host's ___chkstk_ms */
|
|
|
|
#cmakedefine HAVE____CHKSTK_MS ${HAVE____CHKSTK_MS}
|
|
|
|
|
2015-06-18 06:08:20 +02:00
|
|
|
/* Linker version detected at compile time. */
|
2016-09-30 22:28:42 +02:00
|
|
|
#cmakedefine HOST_LINK_VERSION "${HOST_LINK_VERSION}"
|
2015-06-18 06:08:20 +02:00
|
|
|
|
2016-09-30 22:21:35 +02:00
|
|
|
/* Define if we link Polly to the tools */
|
|
|
|
#cmakedefine LINK_POLLY_INTO_TOOLS
|
|
|
|
|
2016-10-01 10:05:50 +02:00
|
|
|
/* Target triple LLVM will generate code for by default */
|
|
|
|
/* Doesn't use `cmakedefine` because it is allowed to be empty. */
|
2015-09-16 07:34:32 +02:00
|
|
|
#define LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}"
|
2015-06-18 06:08:20 +02:00
|
|
|
|
|
|
|
/* Define if threads enabled */
|
|
|
|
#cmakedefine01 LLVM_ENABLE_THREADS
|
2014-03-14 05:04:14 +01:00
|
|
|
|
2013-04-23 10:28:39 +02:00
|
|
|
/* Define if zlib compression is available */
|
|
|
|
#cmakedefine01 LLVM_ENABLE_ZLIB
|
|
|
|
|
2015-06-18 06:08:20 +02:00
|
|
|
/* Has gcc/MSVC atomic intrinsics */
|
|
|
|
#cmakedefine01 LLVM_HAS_ATOMICS
|
|
|
|
|
2017-09-27 23:19:56 +02:00
|
|
|
/* Define if LLVM_ENABLE_DUMP is enabled */
|
|
|
|
#cmakedefine LLVM_ENABLE_DUMP
|
|
|
|
|
2015-06-18 06:08:20 +02:00
|
|
|
/* Host triple LLVM will be executed on */
|
|
|
|
#cmakedefine LLVM_HOST_TRIPLE "${LLVM_HOST_TRIPLE}"
|
|
|
|
|
|
|
|
/* Define if this is Unixish platform */
|
|
|
|
#cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
|
|
|
|
|
|
|
|
/* Define if this is Win32ish platform */
|
|
|
|
#cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
|
|
|
|
|
2017-06-17 05:19:08 +02:00
|
|
|
/* Define if overriding target triple is enabled */
|
|
|
|
#cmakedefine LLVM_TARGET_TRIPLE_ENV "${LLVM_TARGET_TRIPLE_ENV}"
|
|
|
|
|
2015-06-18 06:08:20 +02:00
|
|
|
/* Define if we have the Intel JIT API runtime support library */
|
2016-09-30 21:54:25 +02:00
|
|
|
#cmakedefine01 LLVM_USE_INTEL_JITEVENTS
|
2015-06-18 06:08:20 +02:00
|
|
|
|
|
|
|
/* Define if we have the oprofile JIT-support library */
|
2016-09-30 21:55:37 +02:00
|
|
|
#cmakedefine01 LLVM_USE_OPROFILE
|
2015-06-18 06:08:20 +02:00
|
|
|
|
2016-09-30 22:34:02 +02:00
|
|
|
/* LLVM version information */
|
|
|
|
#cmakedefine LLVM_VERSION_INFO "${LLVM_VERSION_INFO}"
|
|
|
|
|
2017-04-19 02:03:36 +02:00
|
|
|
/* Whether tools show host and target info when invoked with --version */
|
|
|
|
#cmakedefine01 LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO
|
|
|
|
|
2015-06-18 06:08:20 +02:00
|
|
|
/* Major version of the LLVM API */
|
|
|
|
#define LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
|
|
|
|
|
|
|
|
/* Minor version of the LLVM API */
|
|
|
|
#define LLVM_VERSION_MINOR ${LLVM_VERSION_MINOR}
|
|
|
|
|
|
|
|
/* Patch version of the LLVM API */
|
|
|
|
#define LLVM_VERSION_PATCH ${LLVM_VERSION_PATCH}
|
|
|
|
|
|
|
|
/* LLVM version string */
|
|
|
|
#define LLVM_VERSION_STRING "${PACKAGE_VERSION}"
|
|
|
|
|
2017-07-20 23:42:04 +02:00
|
|
|
/* Define if libxml2 is supported on this platform. */
|
|
|
|
#cmakedefine LLVM_LIBXML2_ENABLED ${LLVM_LIBXML2_ENABLED}
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define to the extension used for shared libraries, say, ".so". */
|
|
|
|
#cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
|
|
|
|
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
|
|
#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
|
|
|
|
|
|
|
|
/* Define to the full name of this package. */
|
|
|
|
#cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
|
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
2009-01-28 18:49:03 +01:00
|
|
|
#cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
|
2008-09-22 03:08:49 +02:00
|
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
|
|
#undef PACKAGE_TARNAME
|
|
|
|
|
|
|
|
/* Define to the version of this package. */
|
|
|
|
#cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
|
|
|
|
|
2016-03-15 19:07:46 +01:00
|
|
|
/* Define to the vendor of this package. */
|
|
|
|
#cmakedefine PACKAGE_VENDOR "${PACKAGE_VENDOR}"
|
|
|
|
|
2008-09-22 03:08:49 +02:00
|
|
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
|
|
|
#cmakedefine RETSIGTYPE ${RETSIGTYPE}
|
|
|
|
|
2008-10-25 05:29:36 +02:00
|
|
|
/* Define to a function replacing strtoll */
|
|
|
|
#cmakedefine strtoll ${strtoll}
|
|
|
|
|
|
|
|
/* Define to a function implementing strtoull */
|
|
|
|
#cmakedefine strtoull ${strtoull}
|
|
|
|
|
|
|
|
/* Define to a function implementing stricmp */
|
|
|
|
#cmakedefine stricmp ${stricmp}
|
|
|
|
|
|
|
|
/* Define to a function implementing strdup */
|
|
|
|
#cmakedefine strdup ${strdup}
|
2009-06-17 19:01:56 +02:00
|
|
|
|
2010-08-11 01:48:22 +02:00
|
|
|
#endif
|