LLVM API Documentation
00001 /* include/llvm/Config/config.h. Generated from config.h.in by configure. */ 00002 /* include/llvm/Config/config.h.in. Generated from autoconf/configure.ac by autoheader. */ 00003 00004 #ifndef CONFIG_H 00005 #define CONFIG_H 00006 00007 /* Bug report URL. */ 00008 #define BUG_REPORT_URL "http://llvm.org/bugs/" 00009 00010 /* Define if we have libxml2 */ 00011 /* #undef CLANG_HAVE_LIBXML */ 00012 00013 /* Relative directory for resource files */ 00014 #define CLANG_RESOURCE_DIR "" 00015 00016 /* Directories clang will search for headers */ 00017 #define C_INCLUDE_DIRS "" 00018 00019 /* Default <path> to all compiler invocations for --sysroot=<path>. */ 00020 #define DEFAULT_SYSROOT "" 00021 00022 /* Define if you want backtraces on crash */ 00023 #define ENABLE_BACKTRACES 1 00024 00025 /* Define if position independent code is enabled */ 00026 #define ENABLE_PIC 1 00027 00028 /* Define if timestamp information (e.g., __DATE__) is allowed */ 00029 #define ENABLE_TIMESTAMPS 1 00030 00031 /* Directory where gcc is installed. */ 00032 #define GCC_INSTALL_PREFIX "" 00033 00034 /* Define to 1 if you have the `arc4random' function. */ 00035 /* #undef HAVE_ARC4RANDOM */ 00036 00037 /* Define to 1 if you have the `argz_append' function. */ 00038 #define HAVE_ARGZ_APPEND 1 00039 00040 /* Define to 1 if you have the `argz_create_sep' function. */ 00041 #define HAVE_ARGZ_CREATE_SEP 1 00042 00043 /* Define to 1 if you have the <argz.h> header file. */ 00044 #define HAVE_ARGZ_H 1 00045 00046 /* Define to 1 if you have the `argz_insert' function. */ 00047 #define HAVE_ARGZ_INSERT 1 00048 00049 /* Define to 1 if you have the `argz_next' function. */ 00050 #define HAVE_ARGZ_NEXT 1 00051 00052 /* Define to 1 if you have the `argz_stringify' function. */ 00053 #define HAVE_ARGZ_STRINGIFY 1 00054 00055 /* Define to 1 if you have the <assert.h> header file. */ 00056 #define HAVE_ASSERT_H 1 00057 00058 /* Define to 1 if you have the `backtrace' function. */ 00059 #define HAVE_BACKTRACE 1 00060 00061 /* Define to 1 if you have the `bcopy' function. */ 00062 /* #undef HAVE_BCOPY */ 00063 00064 /* Define to 1 if you have the `ceilf' function. */ 00065 #define HAVE_CEILF 1 00066 00067 /* Define if the neat program is available */ 00068 #define HAVE_CIRCO 1 00069 00070 /* Define to 1 if you have the `closedir' function. */ 00071 #define HAVE_CLOSEDIR 1 00072 00073 /* Define to 1 if you have the <CrashReporterClient.h> header file. */ 00074 /* #undef HAVE_CRASHREPORTERCLIENT_H */ 00075 00076 /* can use __crashreporter_info__ */ 00077 #define HAVE_CRASHREPORTER_INFO 0 00078 00079 /* Define to 1 if you have the <ctype.h> header file. */ 00080 #define HAVE_CTYPE_H 1 00081 00082 /* Define to 1 if you have the <cxxabi.h> header file. */ 00083 #define HAVE_CXXABI_H 1 00084 00085 /* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you 00086 don't. */ 00087 #define HAVE_DECL_FE_ALL_EXCEPT 1 00088 00089 /* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you 00090 don't. */ 00091 #define HAVE_DECL_FE_INEXACT 1 00092 00093 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you 00094 don't. */ 00095 #define HAVE_DECL_STRERROR_S 0 00096 00097 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00098 */ 00099 #define HAVE_DIRENT_H 1 00100 00101 /* Define if you have the GNU dld library. */ 00102 /* #undef HAVE_DLD */ 00103 00104 /* Define to 1 if you have the <dld.h> header file. */ 00105 /* #undef HAVE_DLD_H */ 00106 00107 /* Define to 1 if you have the `dlerror' function. */ 00108 #define HAVE_DLERROR 1 00109 00110 /* Define to 1 if you have the <dlfcn.h> header file. */ 00111 #define HAVE_DLFCN_H 1 00112 00113 /* Define if dlopen() is available on this platform. */ 00114 #define HAVE_DLOPEN 1 00115 00116 /* Define to 1 if you have the <dl.h> header file. */ 00117 /* #undef HAVE_DL_H */ 00118 00119 /* Define if the dot program is available */ 00120 #define HAVE_DOT 1 00121 00122 /* Define if the dotty program is available */ 00123 #define HAVE_DOTTY 1 00124 00125 /* Define if you have the _dyld_func_lookup function. */ 00126 /* #undef HAVE_DYLD */ 00127 00128 /* Define to 1 if you have the <errno.h> header file. */ 00129 #define HAVE_ERRNO_H 1 00130 00131 /* Define to 1 if the system has the type `error_t'. */ 00132 #define HAVE_ERROR_T 1 00133 00134 /* Define to 1 if you have the <execinfo.h> header file. */ 00135 #define HAVE_EXECINFO_H 1 00136 00137 /* Define to 1 if you have the `exp' function. */ 00138 #define HAVE_EXP 1 00139 00140 /* Define to 1 if you have the `exp2' function. */ 00141 #define HAVE_EXP2 1 00142 00143 /* Define to 1 if you have the <fcntl.h> header file. */ 00144 #define HAVE_FCNTL_H 1 00145 00146 /* Define if the neat program is available */ 00147 #define HAVE_FDP 1 00148 00149 /* Define to 1 if you have the <fenv.h> header file. */ 00150 #define HAVE_FENV_H 1 00151 00152 /* Define if libffi is available on this platform. */ 00153 /* #undef HAVE_FFI_CALL */ 00154 00155 /* Define to 1 if you have the <ffi/ffi.h> header file. */ 00156 /* #undef HAVE_FFI_FFI_H */ 00157 00158 /* Define to 1 if you have the <ffi.h> header file. */ 00159 /* #undef HAVE_FFI_H */ 00160 00161 /* Set to 1 if the finite function is found in <ieeefp.h> */ 00162 /* #undef HAVE_FINITE_IN_IEEEFP_H */ 00163 00164 /* Define to 1 if you have the `floorf' function. */ 00165 #define HAVE_FLOORF 1 00166 00167 /* Define to 1 if you have the `fmodf' function. */ 00168 #define HAVE_FMODF 1 00169 00170 /* Define to 1 if you have the `getcwd' function. */ 00171 #define HAVE_GETCWD 1 00172 00173 /* Define to 1 if you have the `getpagesize' function. */ 00174 #define HAVE_GETPAGESIZE 1 00175 00176 /* Define to 1 if you have the `getrlimit' function. */ 00177 #define HAVE_GETRLIMIT 1 00178 00179 /* Define to 1 if you have the `getrusage' function. */ 00180 #define HAVE_GETRUSAGE 1 00181 00182 /* Define to 1 if you have the `gettimeofday' function. */ 00183 #define HAVE_GETTIMEOFDAY 1 00184 00185 /* Define if the Graphviz program is available */ 00186 /* #undef HAVE_GRAPHVIZ */ 00187 00188 /* Define if the gv program is available */ 00189 /* #undef HAVE_GV */ 00190 00191 /* Define to 1 if you have the `index' function. */ 00192 /* #undef HAVE_INDEX */ 00193 00194 /* Define to 1 if the system has the type `int64_t'. */ 00195 #define HAVE_INT64_T 1 00196 00197 /* Define to 1 if you have the <inttypes.h> header file. */ 00198 #define HAVE_INTTYPES_H 1 00199 00200 /* Define to 1 if you have the `isatty' function. */ 00201 #define HAVE_ISATTY 1 00202 00203 /* Set to 1 if the isinf function is found in <cmath> */ 00204 #define HAVE_ISINF_IN_CMATH 1 00205 00206 /* Set to 1 if the isinf function is found in <math.h> */ 00207 #define HAVE_ISINF_IN_MATH_H 1 00208 00209 /* Set to 1 if the isnan function is found in <cmath> */ 00210 #define HAVE_ISNAN_IN_CMATH 1 00211 00212 /* Set to 1 if the isnan function is found in <math.h> */ 00213 #define HAVE_ISNAN_IN_MATH_H 1 00214 00215 /* Define if you have the libdl library or equivalent. */ 00216 #define HAVE_LIBDL 1 00217 00218 /* Define to 1 if you have the `imagehlp' library (-limagehlp). */ 00219 /* #undef HAVE_LIBIMAGEHLP */ 00220 00221 /* Define to 1 if you have the `m' library (-lm). */ 00222 #define HAVE_LIBM 1 00223 00224 /* Define to 1 if you have the `psapi' library (-lpsapi). */ 00225 /* #undef HAVE_LIBPSAPI */ 00226 00227 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00228 #define HAVE_LIBPTHREAD 1 00229 00230 /* Define to 1 if you have the `udis86' library (-ludis86). */ 00231 /* #undef HAVE_LIBUDIS86 */ 00232 00233 /* Define to 1 if you have the `z' library (-lz). */ 00234 /* #undef HAVE_LIBZ */ 00235 00236 /* Define to 1 if you have the <limits.h> header file. */ 00237 #define HAVE_LIMITS_H 1 00238 00239 /* Define if you can use -Wl,-export-dynamic. */ 00240 #define HAVE_LINK_EXPORT_DYNAMIC 1 00241 00242 /* Define to 1 if you have the <link.h> header file. */ 00243 #define HAVE_LINK_H 1 00244 00245 /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add 00246 the current directory to the dynamic linker search path. */ 00247 #define HAVE_LINK_R 1 00248 00249 /* Define to 1 if you have the `log' function. */ 00250 #define HAVE_LOG 1 00251 00252 /* Define to 1 if you have the `log10' function. */ 00253 #define HAVE_LOG10 1 00254 00255 /* Define to 1 if you have the `log2' function. */ 00256 #define HAVE_LOG2 1 00257 00258 /* Define to 1 if you have the `longjmp' function. */ 00259 #define HAVE_LONGJMP 1 00260 00261 /* Define to 1 if you have the <mach/mach.h> header file. */ 00262 /* #undef HAVE_MACH_MACH_H */ 00263 00264 /* Define to 1 if you have the <mach-o/dyld.h> header file. */ 00265 /* #undef HAVE_MACH_O_DYLD_H */ 00266 00267 /* Define if mallinfo() is available on this platform. */ 00268 #define HAVE_MALLINFO 1 00269 00270 /* Define to 1 if you have the <malloc.h> header file. */ 00271 #define HAVE_MALLOC_H 1 00272 00273 /* Define to 1 if you have the <malloc/malloc.h> header file. */ 00274 /* #undef HAVE_MALLOC_MALLOC_H */ 00275 00276 /* Define to 1 if you have the `malloc_zone_statistics' function. */ 00277 /* #undef HAVE_MALLOC_ZONE_STATISTICS */ 00278 00279 /* Define to 1 if you have the `memcpy' function. */ 00280 #define HAVE_MEMCPY 1 00281 00282 /* Define to 1 if you have the `memmove' function. */ 00283 #define HAVE_MEMMOVE 1 00284 00285 /* Define to 1 if you have the <memory.h> header file. */ 00286 #define HAVE_MEMORY_H 1 00287 00288 /* Define to 1 if you have the `mkdtemp' function. */ 00289 #define HAVE_MKDTEMP 1 00290 00291 /* Define to 1 if you have the `mkstemp' function. */ 00292 #define HAVE_MKSTEMP 1 00293 00294 /* Define to 1 if you have the `mktemp' function. */ 00295 #define HAVE_MKTEMP 1 00296 00297 /* Define to 1 if you have a working `mmap' system call. */ 00298 #define HAVE_MMAP 1 00299 00300 /* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if 00301 it uses MAP_ANON */ 00302 #define HAVE_MMAP_ANONYMOUS 1 00303 00304 /* Define if mmap() can map files into memory */ 00305 #define HAVE_MMAP_FILE 00306 00307 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00308 /* #undef HAVE_NDIR_H */ 00309 00310 /* Define to 1 if you have the `nearbyintf' function. */ 00311 #define HAVE_NEARBYINTF 1 00312 00313 /* Define if the neat program is available */ 00314 #define HAVE_NEATO 1 00315 00316 /* Define to 1 if you have the `opendir' function. */ 00317 #define HAVE_OPENDIR 1 00318 00319 /* Define to 1 if you have the `posix_spawn' function. */ 00320 #define HAVE_POSIX_SPAWN 1 00321 00322 /* Define to 1 if you have the `powf' function. */ 00323 #define HAVE_POWF 1 00324 00325 /* Define to 1 if you have the `pread' function. */ 00326 #define HAVE_PREAD 1 00327 00328 /* Define if libtool can extract symbol lists from object files. */ 00329 #define HAVE_PRELOADED_SYMBOLS 1 00330 00331 /* Define to have the %a format string */ 00332 #define HAVE_PRINTF_A 1 00333 00334 /* Have pthread_getspecific */ 00335 #define HAVE_PTHREAD_GETSPECIFIC 1 00336 00337 /* Define to 1 if you have the <pthread.h> header file. */ 00338 #define HAVE_PTHREAD_H 1 00339 00340 /* Have pthread_mutex_lock */ 00341 #define HAVE_PTHREAD_MUTEX_LOCK 1 00342 00343 /* Have pthread_rwlock_init */ 00344 #define HAVE_PTHREAD_RWLOCK_INIT 1 00345 00346 /* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */ 00347 #define HAVE_RAND48 1 00348 00349 /* Define to 1 if you have the `readdir' function. */ 00350 #define HAVE_READDIR 1 00351 00352 /* Define to 1 if you have the `realpath' function. */ 00353 #define HAVE_REALPATH 1 00354 00355 /* Define to 1 if you have the `rindex' function. */ 00356 /* #undef HAVE_RINDEX */ 00357 00358 /* Define to 1 if you have the `rintf' function. */ 00359 #define HAVE_RINTF 1 00360 00361 /* Define to 1 if you have the `round' function. */ 00362 #define HAVE_ROUND 1 00363 00364 /* Define to 1 if you have the `roundf' function. */ 00365 #define HAVE_ROUNDF 1 00366 00367 /* Define to 1 if you have the `sbrk' function. */ 00368 #define HAVE_SBRK 1 00369 00370 /* Define to 1 if you have the `setenv' function. */ 00371 #define HAVE_SETENV 1 00372 00373 /* Define to 1 if you have the `setjmp' function. */ 00374 #define HAVE_SETJMP 1 00375 00376 /* Define to 1 if you have the <setjmp.h> header file. */ 00377 #define HAVE_SETJMP_H 1 00378 00379 /* Define to 1 if you have the `setrlimit' function. */ 00380 #define HAVE_SETRLIMIT 1 00381 00382 /* Define if you have the shl_load function. */ 00383 /* #undef HAVE_SHL_LOAD */ 00384 00385 /* Define to 1 if you have the `siglongjmp' function. */ 00386 #define HAVE_SIGLONGJMP 1 00387 00388 /* Define to 1 if you have the <signal.h> header file. */ 00389 #define HAVE_SIGNAL_H 1 00390 00391 /* Define to 1 if you have the `sigsetjmp' function. */ 00392 /* #undef HAVE_SIGSETJMP */ 00393 00394 /* Define to 1 if you have the <stdint.h> header file. */ 00395 #define HAVE_STDINT_H 1 00396 00397 /* Define to 1 if you have the <stdio.h> header file. */ 00398 #define HAVE_STDIO_H 1 00399 00400 /* Define to 1 if you have the <stdlib.h> header file. */ 00401 #define HAVE_STDLIB_H 1 00402 00403 /* Set to 1 if the std::isinf function is found in <cmath> */ 00404 #define HAVE_STD_ISINF_IN_CMATH 1 00405 00406 /* Set to 1 if the std::isnan function is found in <cmath> */ 00407 #define HAVE_STD_ISNAN_IN_CMATH 1 00408 00409 /* Define to 1 if you have the `strchr' function. */ 00410 #define HAVE_STRCHR 1 00411 00412 /* Define to 1 if you have the `strcmp' function. */ 00413 #define HAVE_STRCMP 1 00414 00415 /* Define to 1 if you have the `strdup' function. */ 00416 #define HAVE_STRDUP 1 00417 00418 /* Define to 1 if you have the `strerror' function. */ 00419 #define HAVE_STRERROR 1 00420 00421 /* Define to 1 if you have the `strerror_r' function. */ 00422 #define HAVE_STRERROR_R 1 00423 00424 /* Define to 1 if you have the <strings.h> header file. */ 00425 #define HAVE_STRINGS_H 1 00426 00427 /* Define to 1 if you have the <string.h> header file. */ 00428 #define HAVE_STRING_H 1 00429 00430 /* Define to 1 if you have the `strrchr' function. */ 00431 #define HAVE_STRRCHR 1 00432 00433 /* Define to 1 if you have the `strtof' function. */ 00434 #define HAVE_STRTOF 1 00435 00436 /* Define to 1 if you have the `strtoll' function. */ 00437 #define HAVE_STRTOLL 1 00438 00439 /* Define to 1 if you have the `strtoq' function. */ 00440 #define HAVE_STRTOQ 1 00441 00442 /* Define to 1 if you have the `sysconf' function. */ 00443 #define HAVE_SYSCONF 1 00444 00445 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00446 */ 00447 /* #undef HAVE_SYS_DIR_H */ 00448 00449 /* Define to 1 if you have the <sys/dl.h> header file. */ 00450 /* #undef HAVE_SYS_DL_H */ 00451 00452 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00453 #define HAVE_SYS_IOCTL_H 1 00454 00455 /* Define to 1 if you have the <sys/mman.h> header file. */ 00456 #define HAVE_SYS_MMAN_H 1 00457 00458 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00459 */ 00460 /* #undef HAVE_SYS_NDIR_H */ 00461 00462 /* Define to 1 if you have the <sys/param.h> header file. */ 00463 #define HAVE_SYS_PARAM_H 1 00464 00465 /* Define to 1 if you have the <sys/resource.h> header file. */ 00466 #define HAVE_SYS_RESOURCE_H 1 00467 00468 /* Define to 1 if you have the <sys/stat.h> header file. */ 00469 #define HAVE_SYS_STAT_H 1 00470 00471 /* Define to 1 if you have the <sys/time.h> header file. */ 00472 #define HAVE_SYS_TIME_H 1 00473 00474 /* Define to 1 if you have the <sys/types.h> header file. */ 00475 #define HAVE_SYS_TYPES_H 1 00476 00477 /* Define to 1 if you have the <sys/uio.h> header file. */ 00478 #define HAVE_SYS_UIO_H 1 00479 00480 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00481 #define HAVE_SYS_WAIT_H 1 00482 00483 /* Define to 1 if you have the <termios.h> header file. */ 00484 #define HAVE_TERMIOS_H 1 00485 00486 /* Define if the neat program is available */ 00487 #define HAVE_TWOPI 1 00488 00489 /* Define to 1 if the system has the type `uint64_t'. */ 00490 #define HAVE_UINT64_T 1 00491 00492 /* Define to 1 if you have the <unistd.h> header file. */ 00493 #define HAVE_UNISTD_H 1 00494 00495 /* Define to 1 if you have the <utime.h> header file. */ 00496 #define HAVE_UTIME_H 1 00497 00498 /* Define to 1 if the system has the type `u_int64_t'. */ 00499 /* #undef HAVE_U_INT64_T */ 00500 00501 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */ 00502 #define HAVE_VALGRIND_VALGRIND_H 1 00503 00504 /* Define to 1 if you have the <windows.h> header file. */ 00505 /* #undef HAVE_WINDOWS_H */ 00506 00507 /* Define to 1 if you have the `writev' function. */ 00508 #define HAVE_WRITEV 1 00509 00510 /* Define if the xdot.py program is available */ 00511 /* #undef HAVE_XDOT_PY */ 00512 00513 /* Define to 1 if you have the <zlib.h> header file. */ 00514 /* #undef HAVE_ZLIB_H */ 00515 00516 /* Have host's _alloca */ 00517 /* #undef HAVE__ALLOCA */ 00518 00519 /* Have host's __alloca */ 00520 /* #undef HAVE___ALLOCA */ 00521 00522 /* Have host's __ashldi3 */ 00523 /* #undef HAVE___ASHLDI3 */ 00524 00525 /* Have host's __ashrdi3 */ 00526 /* #undef HAVE___ASHRDI3 */ 00527 00528 /* Have host's __chkstk */ 00529 /* #undef HAVE___CHKSTK */ 00530 00531 /* Have host's __cmpdi2 */ 00532 /* #undef HAVE___CMPDI2 */ 00533 00534 /* Have host's __divdi3 */ 00535 /* #undef HAVE___DIVDI3 */ 00536 00537 /* Define to 1 if you have the `__dso_handle' function. */ 00538 #define HAVE___DSO_HANDLE 1 00539 00540 /* Have host's __fixdfdi */ 00541 /* #undef HAVE___FIXDFDI */ 00542 00543 /* Have host's __fixsfdi */ 00544 /* #undef HAVE___FIXSFDI */ 00545 00546 /* Have host's __floatdidf */ 00547 /* #undef HAVE___FLOATDIDF */ 00548 00549 /* Have host's __lshrdi3 */ 00550 /* #undef HAVE___LSHRDI3 */ 00551 00552 /* Have host's __main */ 00553 /* #undef HAVE___MAIN */ 00554 00555 /* Have host's __moddi3 */ 00556 /* #undef HAVE___MODDI3 */ 00557 00558 /* Have host's __udivdi3 */ 00559 /* #undef HAVE___UDIVDI3 */ 00560 00561 /* Have host's __umoddi3 */ 00562 /* #undef HAVE___UMODDI3 */ 00563 00564 /* Have host's ___chkstk */ 00565 /* #undef HAVE____CHKSTK */ 00566 00567 /* Linker version detected at compile time. */ 00568 #define HOST_LINK_VERSION "2.22" 00569 00570 /* Installation directory for binary executables */ 00571 #define LLVM_BINDIR "/usr/local/bin" 00572 00573 /* Time at which LLVM was configured */ 00574 #define LLVM_CONFIGTIME "Wed May 22 02:30:36 CDT 2013" 00575 00576 /* Installation directory for data files */ 00577 #define LLVM_DATADIR "/usr/local/share/llvm" 00578 00579 /* Target triple LLVM will generate code for by default */ 00580 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu" 00581 00582 /* Installation directory for documentation */ 00583 #define LLVM_DOCSDIR "/usr/local/share/doc/llvm" 00584 00585 /* Define if threads enabled */ 00586 #define LLVM_ENABLE_THREADS 1 00587 00588 /* Define if zlib is enabled */ 00589 #define LLVM_ENABLE_ZLIB 1 00590 00591 /* Installation directory for config files */ 00592 #define LLVM_ETCDIR "/usr/local/etc/llvm" 00593 00594 /* Has gcc/MSVC atomic intrinsics */ 00595 #define LLVM_HAS_ATOMICS 1 00596 00597 /* Host triple LLVM will be executed on */ 00598 #define LLVM_HOST_TRIPLE "x86_64-unknown-linux-gnu" 00599 00600 /* Installation directory for include files */ 00601 #define LLVM_INCLUDEDIR "/usr/local/include" 00602 00603 /* Installation directory for .info files */ 00604 #define LLVM_INFODIR "/usr/local/info" 00605 00606 /* Installation directory for libraries */ 00607 #define LLVM_LIBDIR "/usr/local/lib" 00608 00609 /* Installation directory for man pages */ 00610 #define LLVM_MANDIR "/usr/local/man" 00611 00612 /* LLVM architecture name for the native architecture, if available */ 00613 #define LLVM_NATIVE_ARCH X86 00614 00615 /* LLVM name for the native AsmParser init function, if available */ 00616 #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser 00617 00618 /* LLVM name for the native AsmPrinter init function, if available */ 00619 #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter 00620 00621 /* LLVM name for the native Disassembler init function, if available */ 00622 #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler 00623 00624 /* LLVM name for the native Target init function, if available */ 00625 #define LLVM_NATIVE_TARGET LLVMInitializeX86Target 00626 00627 /* LLVM name for the native TargetInfo init function, if available */ 00628 #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo 00629 00630 /* LLVM name for the native target MC init function, if available */ 00631 #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC 00632 00633 /* Define if this is Unixish platform */ 00634 #define LLVM_ON_UNIX 1 00635 00636 /* Define if this is Win32ish platform */ 00637 /* #undef LLVM_ON_WIN32 */ 00638 00639 /* Define to path to circo program if found or 'echo circo' otherwise */ 00640 #define LLVM_PATH_CIRCO "/usr/bin/circo" 00641 00642 /* Define to path to dot program if found or 'echo dot' otherwise */ 00643 #define LLVM_PATH_DOT "/usr/bin/dot" 00644 00645 /* Define to path to dotty program if found or 'echo dotty' otherwise */ 00646 #define LLVM_PATH_DOTTY "/usr/bin/dotty" 00647 00648 /* Define to path to fdp program if found or 'echo fdp' otherwise */ 00649 #define LLVM_PATH_FDP "/usr/bin/fdp" 00650 00651 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */ 00652 /* #undef LLVM_PATH_GRAPHVIZ */ 00653 00654 /* Define to path to gv program if found or 'echo gv' otherwise */ 00655 /* #undef LLVM_PATH_GV */ 00656 00657 /* Define to path to neato program if found or 'echo neato' otherwise */ 00658 #define LLVM_PATH_NEATO "/usr/bin/neato" 00659 00660 /* Define to path to twopi program if found or 'echo twopi' otherwise */ 00661 #define LLVM_PATH_TWOPI "/usr/bin/twopi" 00662 00663 /* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */ 00664 /* #undef LLVM_PATH_XDOT_PY */ 00665 00666 /* Installation prefix directory */ 00667 #define LLVM_PREFIX "/usr/local" 00668 00669 /* Define if we have the Intel JIT API runtime support library */ 00670 #define LLVM_USE_INTEL_JITEVENTS 0 00671 00672 /* Define if we have the oprofile JIT-support library */ 00673 #define LLVM_USE_OPROFILE 0 00674 00675 /* Major version of the LLVM API */ 00676 #define LLVM_VERSION_MAJOR 3 00677 00678 /* Minor version of the LLVM API */ 00679 #define LLVM_VERSION_MINOR 4 00680 00681 /* Define if the OS needs help to load dependent libraries for dlopen(). */ 00682 /* #undef LTDL_DLOPEN_DEPLIBS */ 00683 00684 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00685 */ 00686 #define LTDL_OBJDIR ".libs/" 00687 00688 /* Define to the name of the environment variable that determines the dynamic 00689 library search path. */ 00690 #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" 00691 00692 /* Define to the extension used for shared libraries, say, ".so". */ 00693 #define LTDL_SHLIB_EXT ".so" 00694 00695 /* Define to the system default library search path. */ 00696 #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/lib32:/usr/lib32" 00697 00698 /* Define if /dev/zero should be used when mapping RWX memory, or undefine if 00699 its not necessary */ 00700 /* #undef NEED_DEV_ZERO_FOR_MMAP */ 00701 00702 /* Define if dlsym() requires a leading underscore in symbol names. */ 00703 /* #undef NEED_USCORE */ 00704 00705 /* Define to the address where bug reports for this package should be sent. */ 00706 #define PACKAGE_BUGREPORT "http://llvm.org/bugs/" 00707 00708 /* Define to the full name of this package. */ 00709 #define PACKAGE_NAME "LLVM" 00710 00711 /* Define to the full name and version of this package. */ 00712 #define PACKAGE_STRING "LLVM 3.4svn" 00713 00714 /* Define to the one symbol short name of this package. */ 00715 #define PACKAGE_TARNAME "llvm" 00716 00717 /* Define to the version of this package. */ 00718 #define PACKAGE_VERSION "3.4svn" 00719 00720 /* Define as the return type of signal handlers (`int' or `void'). */ 00721 #define RETSIGTYPE void 00722 00723 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 00724 /* #undef STAT_MACROS_BROKEN */ 00725 00726 /* Define to 1 if you have the ANSI C header files. */ 00727 #define STDC_HEADERS 1 00728 00729 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00730 #define TIME_WITH_SYS_TIME 1 00731 00732 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00733 /* #undef TM_IN_SYS_TIME */ 00734 00735 /* Define if use udis86 library */ 00736 #define USE_UDIS86 0 00737 00738 /* Type of 1st arg on ELM Callback */ 00739 /* #undef WIN32_ELMCB_PCSTR */ 00740 00741 /* Define to empty if `const' does not conform to ANSI C. */ 00742 /* #undef const */ 00743 00744 /* Define to a type to use for `error_t' if it is not otherwise available. */ 00745 /* #undef error_t */ 00746 00747 /* Define to `int' if <sys/types.h> does not define. */ 00748 /* #undef pid_t */ 00749 00750 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00751 /* #undef size_t */ 00752 00753 #endif