LLVM API Documentation

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