1 /* include/llvm/Config/config.h.cmake corresponding to config.h.in. */ 2 3 #ifndef CONFIG_H 4 #define CONFIG_H 5 6 /* Exported configuration */ 7 #include "llvm/Config/llvm-config.h" 8 9 /* Bug report URL. */ 10 #define BUG_REPORT_URL "http://llvm.org/bugs/" 11 12 /* Define to 1 to enable backtraces, and to 0 otherwise. */ 13 #define ENABLE_BACKTRACES 1 14 15 /* Define to 1 to enable crash overrides, and to 0 otherwise. */ 16 #define ENABLE_CRASH_OVERRIDES 1 17 18 /* Define to 1 if you have the `backtrace' function. */ 19 /* #undef HAVE_BACKTRACE */ 20 21 /* #undef BACKTRACE_HEADER */ 22 23 /* Define to 1 if you have the <CrashReporterClient.h> header file. */ 24 #undef HAVE_CRASHREPORTERCLIENT_H 25 26 /* can use __crashreporter_info__ */ 27 #define HAVE_CRASHREPORTER_INFO 0 28 29 /* Define to 1 if you have the declaration of `arc4random', and to 0 if you 30 don't. */ 31 #define HAVE_DECL_ARC4RANDOM 1 32 33 /* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you 34 don't. */ 35 #define HAVE_DECL_FE_ALL_EXCEPT 1 36 37 /* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you 38 don't. */ 39 #define HAVE_DECL_FE_INEXACT 1 40 41 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you 42 don't. */ 43 #define HAVE_DECL_STRERROR_S 0 44 45 /* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */ 46 #define LLVM_ENABLE_DIA_SDK 0 47 48 /* Define to 1 if you have the <dlfcn.h> header file. */ 49 #define HAVE_DLFCN_H 1 50 51 /* Define if dlopen() is available on this platform. */ 52 #define HAVE_DLOPEN 1 53 54 /* Define if dladdr() is available on this platform. */ 55 #define HAVE_DLADDR 1 56 57 /* Define to 1 if you have the <errno.h> header file. */ 58 #define HAVE_ERRNO_H 1 59 60 /* Define to 1 if you have the <fcntl.h> header file. */ 61 #define HAVE_FCNTL_H 1 62 63 /* Define to 1 if you have the <fenv.h> header file. */ 64 #define HAVE_FENV_H 1 65 66 /* Define if libffi is available on this platform. */ 67 /* #undef HAVE_FFI_CALL */ 68 69 /* Define to 1 if you have the <ffi/ffi.h> header file. */ 70 /* #undef HAVE_FFI_FFI_H */ 71 72 /* Define to 1 if you have the <ffi.h> header file. */ 73 /* #undef HAVE_FFI_H */ 74 75 /* Define to 1 if you have the `futimens' function. */ 76 #define HAVE_FUTIMENS 1 77 78 /* Define to 1 if you have the `futimes' function. */ 79 #define HAVE_FUTIMES 1 80 81 /* Define to 1 if you have the `getpagesize' function. */ 82 #define HAVE_GETPAGESIZE 1 83 84 /* Define to 1 if you have the `getrlimit' function. */ 85 #define HAVE_GETRLIMIT 1 86 87 /* Define to 1 if you have the `getrusage' function. */ 88 #define HAVE_GETRUSAGE 1 89 90 /* Define to 1 if you have the `isatty' function. */ 91 #define HAVE_ISATTY 1 92 93 /* Define to 1 if you have the `edit' library (-ledit). */ 94 #define HAVE_LIBEDIT 1 95 96 /* Define to 1 if you have the `pfm' library (-lpfm). */ 97 /* #undef HAVE_LIBPFM */ 98 99 /* Define to 1 if you have the `psapi' library (-lpsapi). */ 100 /* #undef HAVE_LIBPSAPI */ 101 102 /* Define to 1 if you have the `pthread' library (-lpthread). */ 103 #define HAVE_LIBPTHREAD 1 104 105 /* Define to 1 if you have the `pthread_getname_np' function. */ 106 /* #undef HAVE_PTHREAD_GETNAME_NP */ 107 108 /* Define to 1 if you have the `pthread_setname_np' function. */ 109 /* #undef HAVE_PTHREAD_SETNAME_NP */ 110 111 /* Define to 1 if you have the `z' library (-lz). */ 112 #define HAVE_LIBZ 1 113 114 /* Define to 1 if you have the <link.h> header file. */ 115 /* #undef HAVE_LINK_H */ 116 117 /* Define to 1 if you have the `lseek64' function. */ 118 /* #undef HAVE_LSEEK64 */ 119 120 /* Define to 1 if you have the <mach/mach.h> header file. */ 121 /* #undef HAVE_MACH_MACH_H */ 122 123 /* Define to 1 if you have the `mallctl' function. */ 124 /* #undef HAVE_MALLCTL */ 125 126 /* Define if mallinfo() is available on this platform. */ 127 /* #undef HAVE_MALLINFO */ 128 129 /* Define to 1 if you have the <malloc.h> header file. */ 130 #define HAVE_MALLOC_H 1 131 132 /* Define to 1 if you have the <malloc/malloc.h> header file. */ 133 /* #undef HAVE_MALLOC_MALLOC_H */ 134 135 /* Define to 1 if you have the `malloc_zone_statistics' function. */ 136 /* #undef HAVE_MALLOC_ZONE_STATISTICS */ 137 138 /* Define to 1 if you have the `posix_fallocate' function. */ 139 /* #undef HAVE_POSIX_FALLOCATE */ 140 141 /* Define to 1 if you have the `posix_spawn' function. */ 142 #define HAVE_POSIX_SPAWN 1 143 144 /* Define to 1 if you have the `pread' function. */ 145 #define HAVE_PREAD 1 146 147 /* Have pthread_getspecific */ 148 #define HAVE_PTHREAD_GETSPECIFIC 1 149 150 /* Define to 1 if you have the <pthread.h> header file. */ 151 #define HAVE_PTHREAD_H 1 152 153 /* Have pthread_mutex_lock */ 154 #define HAVE_PTHREAD_MUTEX_LOCK 1 155 156 /* Have pthread_rwlock_init */ 157 #define HAVE_PTHREAD_RWLOCK_INIT 1 158 159 /* Define to 1 if you have the `realpath' function. */ 160 #define HAVE_REALPATH 1 161 162 /* Define to 1 if you have the `sbrk' function. */ 163 #define HAVE_SBRK 1 164 165 /* Define to 1 if you have the `setenv' function. */ 166 #define HAVE_SETENV 1 167 168 /* Define to 1 if you have the `sched_getaffinity' function. */ 169 /* #undef HAVE_SCHED_GETAFFINITY */ 170 171 /* Define to 1 if you have the `CPU_COUNT' macro. */ 172 /* #undef HAVE_CPU_COUNT */ 173 174 /* Define to 1 if you have the `setrlimit' function. */ 175 #define HAVE_SETRLIMIT 1 176 177 /* Define to 1 if you have the `sigaltstack' function. */ 178 #define HAVE_SIGALTSTACK 1 179 180 /* Define to 1 if you have the <signal.h> header file. */ 181 #define HAVE_SIGNAL_H 1 182 183 /* Define to 1 if you have the `strerror' function. */ 184 #define HAVE_STRERROR 1 185 186 /* Define to 1 if you have the `strerror_r' function. */ 187 #define HAVE_STRERROR_R 1 188 189 /* Define to 1 if you have the `sysconf' function. */ 190 /* #undef HAVE_SYSCONF */ 191 192 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 193 #define HAVE_SYS_IOCTL_H 1 194 195 /* Define to 1 if you have the <sys/mman.h> header file. */ 196 #define HAVE_SYS_MMAN_H 1 197 198 /* Define to 1 if you have the <sys/param.h> header file. */ 199 #define HAVE_SYS_PARAM_H 1 200 201 /* Define to 1 if you have the <sys/resource.h> header file. */ 202 #define HAVE_SYS_RESOURCE_H 1 203 204 /* Define to 1 if you have the <sys/stat.h> header file. */ 205 #define HAVE_SYS_STAT_H 1 206 207 /* Define to 1 if you have the <sys/time.h> header file. */ 208 #define HAVE_SYS_TIME_H 1 209 210 /* Define to 1 if you have the <sys/types.h> header file. */ 211 /* #undef HAVE_SYS_TYPES_H */ 212 213 /* Define if the setupterm() function is supported this platform. */ 214 /* #undef HAVE_TERMINFO */ 215 216 /* Define if the xar_open() function is supported this platform. */ 217 /* #undef HAVE_LIBXAR */ 218 219 /* Define to 1 if you have the <termios.h> header file. */ 220 #define HAVE_TERMIOS_H 1 221 222 /* Define to 1 if you have the <unistd.h> header file. */ 223 #define HAVE_UNISTD_H 1 224 225 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */ 226 /* #define HAVE_VALGRIND_VALGRIND_H 1 */ 227 228 /* Define to 1 if you have the <zlib.h> header file. */ 229 #define HAVE_ZLIB_H 1 230 231 /* Have host's _alloca */ 232 /* #undef HAVE__ALLOCA */ 233 234 /* Define to 1 if you have the `_chsize_s' function. */ 235 /* #undef HAVE__CHSIZE_S */ 236 237 /* Define to 1 if you have the `_Unwind_Backtrace' function. */ 238 /* #undef HAVE__UNWIND_BACKTRACE */ 239 240 /* Have host's __alloca */ 241 /* #undef HAVE___ALLOCA */ 242 243 /* Have host's __ashldi3 */ 244 /* #undef HAVE___ASHLDI3 */ 245 246 /* Have host's __ashrdi3 */ 247 /* #undef HAVE___ASHRDI3 */ 248 249 /* Have host's __chkstk */ 250 /* #undef HAVE___CHKSTK */ 251 252 /* Have host's __chkstk_ms */ 253 /* #undef HAVE___CHKSTK_MS */ 254 255 /* Have host's __cmpdi2 */ 256 /* #undef HAVE___CMPDI2 */ 257 258 /* Have host's __divdi3 */ 259 /* #undef HAVE___DIVDI3 */ 260 261 /* Have host's __fixdfdi */ 262 /* #undef HAVE___FIXDFDI */ 263 264 /* Have host's __fixsfdi */ 265 /* #undef HAVE___FIXSFDI */ 266 267 /* Have host's __floatdidf */ 268 /* #undef HAVE___FLOATDIDF */ 269 270 /* Have host's __lshrdi3 */ 271 /* #undef HAVE___LSHRDI3 */ 272 273 /* Have host's __main */ 274 /* #undef HAVE___MAIN */ 275 276 /* Have host's __moddi3 */ 277 /* #undef HAVE___MODDI3 */ 278 279 /* Have host's __udivdi3 */ 280 /* #undef HAVE___UDIVDI3 */ 281 282 /* Have host's __umoddi3 */ 283 /* #undef HAVE___UMODDI3 */ 284 285 /* Have host's ___chkstk */ 286 /* #undef HAVE____CHKSTK */ 287 288 /* Have host's ___chkstk_ms */ 289 /* #undef HAVE____CHKSTK_MS */ 290 291 /* Linker version detected at compile time. */ 292 /* #undef HOST_LINK_VERSION */ 293 294 /* Target triple LLVM will generate code for by default */ 295 /* Doesn't use `cmakedefine` because it is allowed to be empty. */ 296 /* #define LLVM_DEFAULT_TARGET_TRIPLE "amd64-unknown-openbsd6.0" */ 297 298 /* Define if zlib compression is available */ 299 /* #define LLVM_ENABLE_ZLIB 1 */ 300 301 /* Define if overriding target triple is enabled */ 302 /* #undef LLVM_TARGET_TRIPLE_ENV */ 303 304 /* LLVM version information */ 305 /* #undef LLVM_VERSION_INFO */ 306 307 /* Whether tools show host and target info when invoked with --version */ 308 #define LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO 1 309 310 /* Define if libxml2 is supported on this platform. */ 311 /* #undef LLVM_LIBXML2_ENABLED */ 312 313 /* Define to the extension used for shared libraries, say, ".so". */ 314 #define LTDL_SHLIB_EXT ".so" 315 316 /* Define to the address where bug reports for this package should be sent. */ 317 #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" 318 319 /* Define to the full name of this package. */ 320 #define PACKAGE_NAME "LLVM" 321 322 /* Define to the full name and version of this package. */ 323 #define PACKAGE_STRING "LLVM 7.0.1" 324 325 /* Define to the version of this package. */ 326 #define PACKAGE_VERSION "7.0.1" 327 328 /* Define to the vendor of this package. */ 329 /* #undef PACKAGE_VENDOR */ 330 331 /* Define as the return type of signal handlers (`int' or `void'). */ 332 #define RETSIGTYPE void 333 334 /* Define to a function implementing stricmp */ 335 /* #undef stricmp */ 336 337 /* Define to a function implementing strdup */ 338 /* #undef strdup */ 339 340 /* Whether GlobalISel rule coverage is being collected */ 341 #define LLVM_GISEL_COV_ENABLED 0 342 343 /* Define to the default GlobalISel coverage file prefix */ 344 /* #undef LLVM_GISEL_COV_PREFIX */ 345 346 #endif 347