Home | History | Annotate | Download | only in Config
      1 #ifndef CONFIG_H
      2 #define CONFIG_H
      3 
      4 /* Bug report URL. */
      5 #define BUG_REPORT_URL ""
      6 
      7 /* Relative directory for resource files */
      8 #define CLANG_RESOURCE_DIR ""
      9 
     10 /* 32 bit multilib directory. */
     11 #define CXX_INCLUDE_32BIT_DIR ""
     12 
     13 /* 64 bit multilib directory. */
     14 #define CXX_INCLUDE_64BIT_DIR ""
     15 
     16 /* Arch the libstdc++ headers. */
     17 #define CXX_INCLUDE_ARCH ""
     18 
     19 /* Directory with the libstdc++ headers. */
     20 #define CXX_INCLUDE_ROOT ""
     21 
     22 /* Directories clang will search for headers */
     23 #define C_INCLUDE_DIRS ""
     24 
     25 /* Define if CBE is enabled for printf %a output */
     26 #define ENABLE_CBE_PRINTF_A 1
     27 
     28 /* Define if position independent code is enabled */
     29 #define ENABLE_PIC
     30 
     31 /* Define if threads enabled */
     32 #define ENABLE_THREADS 1
     33 
     34 /* Define if timestamp information (e.g., __DATE___) is allowed */
     35 #define ENABLE_TIMESTAMPS 0
     36 
     37 /* Define to 1 if you have the `argz_append' function. */
     38 #define HAVE_ARGZ_APPEND 1
     39 
     40 /* Define to 1 if you have the `argz_create_sep' function. */
     41 #define HAVE_ARGZ_CREATE_SEP 1
     42 
     43 /* Define to 1 if you have the <argz.h> header file. */
     44 #define HAVE_ARGZ_H 1
     45 
     46 /* Define to 1 if you have the `argz_insert' function. */
     47 #define HAVE_ARGZ_INSERT 1
     48 
     49 /* Define to 1 if you have the `argz_next' function. */
     50 #define HAVE_ARGZ_NEXT 1
     51 
     52 /* Define to 1 if you have the `argz_stringify' function. */
     53 #define HAVE_ARGZ_STRINGIFY 1
     54 
     55 /* Define to 1 if you have the <assert.h> header file. */
     56 #define HAVE_ASSERT_H 1
     57 
     58 /* Define to 1 if you have the `backtrace' function. */
     59 #undef HAVE_BACKTRACE
     60 
     61 /* Define to 1 if you have the `bcopy' function. */
     62 #undef HAVE_BCOPY
     63 
     64 /* Define to 1 if you have the `ceilf' function. */
     65 #define HAVE_CEILF 1
     66 
     67 /* Define if the neat program is available */
     68 /* #undef HAVE_CIRCO */
     69 
     70 /* Define to 1 if you have the `closedir' function. */
     71 #define HAVE_CLOSEDIR 1
     72 
     73 /* Define to 1 if you have the <CrashReporterClient.h> header file. */
     74 #undef HAVE_CRASHREPORTERCLIENT_H
     75 
     76 /* Define if __crashreporter_info__ exists. */
     77 #undef HAVE_CRASHREPORTER_INFO
     78 
     79 /* Define to 1 if you have the <ctype.h> header file. */
     80 #define HAVE_CTYPE_H 1
     81 
     82 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
     83    don't. */
     84 #define HAVE_DECL_STRERROR_S 0
     85 
     86 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
     87    */
     88 #define HAVE_DIRENT_H 1
     89 
     90 /* Define if you have the GNU dld library. */
     91 #undef HAVE_DLD
     92 
     93 /* Define to 1 if you have the <dld.h> header file. */
     94 /* #undef HAVE_DLD_H */
     95 
     96 /* Define to 1 if you have the `dlerror' function. */
     97 #define HAVE_DLERROR 1
     98 
     99 /* Define to 1 if you have the <dlfcn.h> header file. */
    100 #define HAVE_DLFCN_H 1
    101 
    102 /* Define if dlopen() is available on this platform. */
    103 #define HAVE_DLOPEN 1
    104 
    105 /* Define to 1 if you have the <dl.h> header file. */
    106 /* #undef HAVE_DL_H */
    107 
    108 /* Define if the dot program is available */
    109 /* #undef HAVE_DOT */
    110 
    111 /* Define if the dotty program is available */
    112 /* #undef HAVE_DOTTY */
    113 
    114 /* Define if you have the _dyld_func_lookup function. */
    115 #undef HAVE_DYLD
    116 
    117 /* Define to 1 if you have the <errno.h> header file. */
    118 #define HAVE_ERRNO_H 1
    119 
    120 /* Define to 1 if the system has the type `error_t'. */
    121 #define HAVE_ERROR_T 1
    122 
    123 /* Define to 1 if you have the <execinfo.h> header file. */
    124 /* #undef HAVE_EXECINFO_H */
    125 
    126 /* Define to 1 if you have the <fcntl.h> header file. */
    127 #define HAVE_FCNTL_H 1
    128 
    129 /* Define if the neat program is available */
    130 /* #undef HAVE_FDP */
    131 
    132 /* Define to 1 if you have the <fenv.h> header file. */
    133 #define HAVE_FENV_H 1
    134 
    135 /* Define if libffi is available on this platform. */
    136 /* #undef HAVE_FFI_CALL */
    137 
    138 /* Define to 1 if you have the <ffi/ffi.h> header file. */
    139 /* #undef HAVE_FFI_FFI_H */
    140 
    141 /* Define to 1 if you have the <ffi.h> header file. */
    142 /* #undef HAVE_FFI_H */
    143 
    144 /* Set to 1 if the finite function is found in <ieeefp.h> */
    145 /* #undef HAVE_FINITE_IN_IEEEFP_H */
    146 
    147 /* Define to 1 if you have the `floorf' function. */
    148 #define HAVE_FLOORF 1
    149 
    150 /* Define to 1 if you have the `fmodf' function. */
    151 #define HAVE_FMODF 1
    152 
    153 /* Define to 1 if you have the `getcwd' function. */
    154 #define HAVE_GETCWD 1
    155 
    156 /* Define to 1 if you have the `getpagesize' function. */
    157 #define HAVE_GETPAGESIZE 1
    158 
    159 /* Define to 1 if you have the `getrlimit' function. */
    160 #define HAVE_GETRLIMIT 1
    161 
    162 /* Define to 1 if you have the `getrusage' function. */
    163 #define HAVE_GETRUSAGE 1
    164 
    165 /* Define to 1 if you have the `gettimeofday' function. */
    166 #define HAVE_GETTIMEOFDAY 1
    167 
    168 /* Define if the Graphviz program is available */
    169 #undef HAVE_GRAPHVIZ
    170 
    171 /* Define if the gv program is available */
    172 /* #undef HAVE_GV */
    173 
    174 /* Define to 1 if you have the `index' function. */
    175 #define HAVE_INDEX 1
    176 
    177 /* Define to 1 if the system has the type `int64_t'. */
    178 #define HAVE_INT64_T 1
    179 
    180 /* Define to 1 if you have the <inttypes.h> header file. */
    181 #define HAVE_INTTYPES_H 1
    182 
    183 /* Define to 1 if you have the `isatty' function. */
    184 #define HAVE_ISATTY 1
    185 
    186 /* Set to 1 if the isinf function is found in <cmath> */
    187 /* #undef HAVE_ISINF_IN_CMATH */
    188 
    189 /* Set to 1 if the isinf function is found in <math.h> */
    190 #define HAVE_ISINF_IN_MATH_H 1
    191 
    192 /* Set to 1 if the isnan function is found in <cmath> */
    193 /* #undef HAVE_ISNAN_IN_CMATH */
    194 
    195 /* Set to 1 if the isnan function is found in <math.h> */
    196 #define HAVE_ISNAN_IN_MATH_H 1
    197 
    198 /* Define if you have the libdl library or equivalent. */
    199 #define HAVE_LIBDL 1
    200 
    201 /* Define to 1 if you have the `imagehlp' library (-limagehlp). */
    202 /* #undef HAVE_LIBIMAGEHLP */
    203 
    204 /* Define to 1 if you have the `m' library (-lm). */
    205 #undef HAVE_LIBM
    206 
    207 /* Define to 1 if you have the `psapi' library (-lpsapi). */
    208 /* #undef HAVE_LIBPSAPI */
    209 
    210 /* Define to 1 if you have the `pthread' library (-lpthread). */
    211 #define HAVE_LIBPTHREAD 1
    212 
    213 /* Define to 1 if you have the `udis86' library (-ludis86). */
    214 #undef HAVE_LIBUDIS86
    215 
    216 /* Define to 1 if you have the <limits.h> header file. */
    217 #define HAVE_LIMITS_H 1
    218 
    219 /* Define if you can use -Wl,-export-dynamic. */
    220 #define HAVE_LINK_EXPORT_DYNAMIC 1
    221 
    222 /* Define to 1 if you have the <link.h> header file. */
    223 #define HAVE_LINK_H 1
    224 
    225 /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
    226    the current directory to the dynamic linker search path. */
    227 #undef HAVE_LINK_R
    228 
    229 /* Define to 1 if you have the `longjmp' function. */
    230 #define HAVE_LONGJMP 1
    231 
    232 /* Define to 1 if you have the <mach/mach.h> header file. */
    233 /* #undef HAVE_MACH_MACH_H */
    234 
    235 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
    236 /* #undef HAVE_MACH_O_DYLD_H */
    237 
    238 /* Define if mallinfo() is available on this platform. */
    239 /* #undef HAVE_MALLINFO */
    240 
    241 /* Define to 1 if you have the <malloc.h> header file. */
    242 #define HAVE_MALLOC_H 1
    243 
    244 /* Define to 1 if you have the <malloc/malloc.h> header file. */
    245 /* #undef HAVE_MALLOC_MALLOC_H */
    246 
    247 /* Define to 1 if you have the `malloc_zone_statistics' function. */
    248 /* #undef HAVE_MALLOC_ZONE_STATISTICS */
    249 
    250 /* Define to 1 if you have the `memcpy' function. */
    251 #define HAVE_MEMCPY 1
    252 
    253 /* Define to 1 if you have the `memmove' function. */
    254 #define HAVE_MEMMOVE 1
    255 
    256 /* Define to 1 if you have the <memory.h> header file. */
    257 #define HAVE_MEMORY_H 1
    258 
    259 /* Define to 1 if you have the `mkdtemp' function. */
    260 #define HAVE_MKDTEMP 1
    261 
    262 /* Define to 1 if you have the `mkstemp' function. */
    263 #define HAVE_MKSTEMP 1
    264 
    265 /* Define to 1 if you have the `mktemp' function. */
    266 #define HAVE_MKTEMP 1
    267 
    268 /* Define to 1 if you have a working `mmap' system call. */
    269 #undef HAVE_MMAP
    270 
    271 /* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
    272    it uses MAP_ANON */
    273 #undef HAVE_MMAP_ANONYMOUS
    274 
    275 /* Define if mmap() can map files into memory */
    276 #undef HAVE_MMAP_FILE
    277 
    278 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
    279 /* #undef HAVE_NDIR_H */
    280 
    281 /* Define to 1 if you have the `nearbyintf' function. */
    282 #define HAVE_NEARBYINTF 1
    283 
    284 /* Define if the neat program is available */
    285 /* #undef HAVE_NEATO */
    286 
    287 /* Define to 1 if you have the `opendir' function. */
    288 #define HAVE_OPENDIR 1
    289 
    290 /* Define to 1 if you have the `posix_spawn' function. */
    291 /* #undef HAVE_POSIX_SPAWN */
    292 
    293 /* Define to 1 if you have the `powf' function. */
    294 /* #undef HAVE_POWF */
    295 
    296 /* Define if libtool can extract symbol lists from object files. */
    297 #undef HAVE_PRELOADED_SYMBOLS
    298 
    299 /* Define to have the %a format string */
    300 #undef HAVE_PRINTF_A
    301 
    302 /* Have pthread_getspecific */
    303 #define HAVE_PTHREAD_GETSPECIFIC 1
    304 
    305 /* Define to 1 if you have the <pthread.h> header file. */
    306 #define HAVE_PTHREAD_H 1
    307 
    308 /* Have pthread_mutex_lock */
    309 #define HAVE_PTHREAD_MUTEX_LOCK 1
    310 
    311 /* Have pthread_rwlock_init */
    312 #define HAVE_PTHREAD_RWLOCK_INIT 1
    313 
    314 /* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
    315 #define HAVE_RAND48 1
    316 
    317 /* Define to 1 if you have the `readdir' function. */
    318 #define HAVE_READDIR 1
    319 
    320 /* Define to 1 if you have the `realpath' function. */
    321 #undef HAVE_REALPATH
    322 
    323 /* Define to 1 if you have the `rindex' function. */
    324 #define HAVE_RINDEX 1
    325 
    326 /* Define to 1 if you have the `rintf' function. */
    327 #undef HAVE_RINTF
    328 
    329 /* Define to 1 if you have the `round' function. */
    330 /* #undef HAVE_ROUND */
    331 
    332 /* Define to 1 if you have the `roundf' function. */
    333 #undef HAVE_ROUNDF
    334 
    335 /* Define to 1 if you have the `sbrk' function. */
    336 /* #undef HAVE_SBRK */
    337 
    338 /* Define to 1 if you have the `setenv' function. */
    339 #define HAVE_SETENV 1
    340 
    341 /* Define to 1 if you have the `setjmp' function. */
    342 #define HAVE_SETJMP 1
    343 
    344 /* Define to 1 if you have the <setjmp.h> header file. */
    345 #define HAVE_SETJMP_H 1
    346 
    347 /* Define to 1 if you have the `setrlimit' function. */
    348 #define HAVE_SETRLIMIT 1
    349 
    350 /* Define if you have the shl_load function. */
    351 #undef HAVE_SHL_LOAD
    352 
    353 /* Define to 1 if you have the `siglongjmp' function. */
    354 #define HAVE_SIGLONGJMP 1
    355 
    356 /* Define to 1 if you have the <signal.h> header file. */
    357 /* #undef HAVE_SIGNAL_H */
    358 
    359 /* Define to 1 if you have the `sigsetjmp' function. */
    360 /* #undef HAVE_SIGSETJMP */
    361 
    362 /* Define to 1 if you have the <stdint.h> header file. */
    363 #define HAVE_STDINT_H 1
    364 
    365 /* Define to 1 if you have the <stdio.h> header file. */
    366 #define HAVE_STDIO_H 1
    367 
    368 /* Define to 1 if you have the <stdlib.h> header file. */
    369 #define HAVE_STDLIB_H 1
    370 
    371 /* Set to 1 if the std::isinf function is found in <cmath> */
    372 #undef HAVE_STD_ISINF_IN_CMATH
    373 
    374 /* Set to 1 if the std::isnan function is found in <cmath> */
    375 #undef HAVE_STD_ISNAN_IN_CMATH
    376 
    377 /* Define to 1 if you have the `strchr' function. */
    378 #define HAVE_STRCHR 1
    379 
    380 /* Define to 1 if you have the `strcmp' function. */
    381 #define HAVE_STRCMP 1
    382 
    383 /* Define to 1 if you have the `strdup' function. */
    384 #define HAVE_STRDUP 1
    385 
    386 /* Define to 1 if you have the `strerror' function. */
    387 #define HAVE_STRERROR 1
    388 
    389 /* Define to 1 if you have the `strerror_r' function. */
    390 #define HAVE_STRERROR_R 1
    391 
    392 /* Define to 1 if you have the <strings.h> header file. */
    393 #define HAVE_STRINGS_H 1
    394 
    395 /* Define to 1 if you have the <string.h> header file. */
    396 #define HAVE_STRING_H 1
    397 
    398 /* Define to 1 if you have the `strrchr' function. */
    399 #define HAVE_STRRCHR 1
    400 
    401 /* Define to 1 if you have the `strtof' function. */
    402 /* #undef HAVE_STRTOF */
    403 
    404 /* Define to 1 if you have the `strtoll' function. */
    405 #define HAVE_STRTOLL 1
    406 
    407 /* Define to 1 if you have the `strtoq' function. */
    408 #define HAVE_STRTOQ 1
    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 #define HAVE_SYS_DIR_H 1
    416 
    417 /* Define to 1 if you have the <sys/dl.h> header file. */
    418 /* #undef HAVE_SYS_DL_H */
    419 
    420 /* Define to 1 if you have the <sys/ioctl.h> header file. */
    421 #define HAVE_SYS_IOCTL_H 1
    422 
    423 /* Define to 1 if you have the <sys/mman.h> header file. */
    424 #define HAVE_SYS_MMAN_H
    425 
    426 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
    427    */
    428 /* #undef HAVE_SYS_NDIR_H */
    429 
    430 /* Define to 1 if you have the <sys/param.h> header file. */
    431 #define HAVE_SYS_PARAM_H 1
    432 
    433 /* Define to 1 if you have the <sys/resource.h> header file. */
    434 #define HAVE_SYS_RESOURCE_H 1
    435 
    436 /* Define to 1 if you have the <sys/stat.h> header file. */
    437 #define HAVE_SYS_STAT_H 1
    438 
    439 /* Define to 1 if you have the <sys/time.h> header file. */
    440 #define HAVE_SYS_TIME_H 1
    441 
    442 /* Define to 1 if you have the <sys/types.h> header file. */
    443 #define HAVE_SYS_TYPES_H 1
    444 
    445 /* Define to 1 if you have the <sys/uio.h> header file. */
    446 #define HAVE_SYS_UIO_H 1
    447 
    448 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
    449 #define HAVE_SYS_WAIT_H 1
    450 
    451 /* Define to 1 if you have the <termios.h> header file. */
    452 #define HAVE_TERMIOS_H 1
    453 
    454 /* Define if the neat program is available */
    455 /* #undef HAVE_TWOPI */
    456 
    457 /* Define to 1 if the system has the type `uint64_t'. */
    458 #define HAVE_UINT64_T 1
    459 
    460 /* Define to 1 if you have the <unistd.h> header file. */
    461 #define HAVE_UNISTD_H 1
    462 
    463 /* Define to 1 if you have the <utime.h> header file. */
    464 #define HAVE_UTIME_H 1
    465 
    466 /* Define to 1 if the system has the type `u_int64_t'. */
    467 #define HAVE_U_INT64_T 1
    468 
    469 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
    470 /* #undef HAVE_VALGRIND_VALGRIND_H */
    471 
    472 /* Define to 1 if you have the <windows.h> header file. */
    473 /* #undef HAVE_WINDOWS_H */
    474 
    475 /* Define to 1 if you have the `writev' function. */
    476 #define HAVE_WRITEV 1
    477 
    478 /* Define if the xdot.py program is available */
    479 /* #undef HAVE_XDOT_PY */
    480 
    481 /* Have host's _alloca */
    482 /* #undef HAVE__ALLOCA */
    483 
    484 /* Have host's __alloca */
    485 /* #undef HAVE___ALLOCA */
    486 
    487 /* Have host's __ashldi3 */
    488 /* #undef HAVE___ASHLDI3 */
    489 
    490 /* Have host's __ashrdi3 */
    491 /* #undef HAVE___ASHRDI3 */
    492 
    493 /* Have host's __chkstk */
    494 /* #undef HAVE___CHKSTK */
    495 
    496 /* Have host's __cmpdi2 */
    497 /* #undef HAVE___CMPDI2 */
    498 
    499 /* Have host's __divdi3 */
    500 /* #undef HAVE___DIVDI3 */
    501 
    502 /* Define to 1 if you have the `__dso_handle' function. */
    503 #undef HAVE___DSO_HANDLE
    504 
    505 /* Have host's __fixdfdi */
    506 /* #undef HAVE___FIXDFDI */
    507 
    508 /* Have host's __fixsfdi */
    509 /* #undef HAVE___FIXSFDI */
    510 
    511 /* Have host's __floatdidf */
    512 /* #undef HAVE___FLOATDIDF */
    513 
    514 /* Have host's __lshrdi3 */
    515 /* #undef HAVE___LSHRDI3 */
    516 
    517 /* Have host's __main */
    518 /* #undef HAVE___MAIN */
    519 
    520 /* Have host's __moddi3 */
    521 /* #undef HAVE___MODDI3 */
    522 
    523 /* Have host's __udivdi3 */
    524 /* #undef HAVE___UDIVDI3 */
    525 
    526 /* Have host's __umoddi3 */
    527 /* #undef HAVE___UMODDI3 */
    528 
    529 /* Have host's ___chkstk */
    530 /* #undef HAVE____CHKSTK */
    531 
    532 /* Linker version detected at compile time. */
    533 #undef HOST_LINK_VERSION
    534 
    535 /* Installation directory for binary executables */
    536 /* #undef LLVM_BINDIR */
    537 
    538 /* Time at which LLVM was configured */
    539 /* #undef LLVM_CONFIGTIME */
    540 
    541 /* Installation directory for data files */
    542 /* #undef LLVM_DATADIR */
    543 
    544 /* Installation directory for documentation */
    545 /* #undef LLVM_DOCSDIR */
    546 
    547 /* Installation directory for config files */
    548 /* #undef LLVM_ETCDIR */
    549 
    550 /* Has gcc/MSVC atomic intrinsics */
    551 #define LLVM_HAS_ATOMICS 1
    552 
    553 /* Host triple we were built on */
    554 #define LLVM_HOSTTRIPLE "i686-pc-linux-gnu"
    555 
    556 /* Installation directory for include files */
    557 /* #undef LLVM_INCLUDEDIR */
    558 
    559 /* Installation directory for .info files */
    560 /* #undef LLVM_INFODIR */
    561 
    562 /* Installation directory for libraries */
    563 /* #undef LLVM_LIBDIR */
    564 
    565 /* Installation directory for man pages */
    566 /* #undef LLVM_MANDIR */
    567 
    568 /* LLVM architecture name for the native architecture, if available */
    569 #define LLVM_NATIVE_ARCH X86
    570 
    571 /* LLVM name for the native AsmParser init function, if available */
    572 /* #undef LLVM_NATIVE_ASMPARSER */
    573 
    574 /* LLVM name for the native AsmPrinter init function, if available */
    575 #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
    576 
    577 /* LLVM name for the native Target init function, if available */
    578 #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
    579 
    580 /* LLVM name for the native TargetInfo init function, if available */
    581 #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
    582 
    583 /* LLVM name for the native target MC init function, if available */
    584 #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
    585 
    586 /* Define if this is Unixish platform */
    587 #define LLVM_ON_UNIX 1
    588 
    589 /* Define if this is Win32ish platform */
    590 /* #undef LLVM_ON_WIN32 */
    591 
    592 /* Define to path to circo program if found or 'echo circo' otherwise */
    593 /* #undef LLVM_PATH_CIRCO */
    594 
    595 /* Define to path to dot program if found or 'echo dot' otherwise */
    596 /* #undef LLVM_PATH_DOT */
    597 
    598 /* Define to path to dotty program if found or 'echo dotty' otherwise */
    599 /* #undef LLVM_PATH_DOTTY */
    600 
    601 /* Define to path to fdp program if found or 'echo fdp' otherwise */
    602 /* #undef LLVM_PATH_FDP */
    603 
    604 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
    605 /* #undef LLVM_PATH_GRAPHVIZ */
    606 
    607 /* Define to path to gv program if found or 'echo gv' otherwise */
    608 /* #undef LLVM_PATH_GV */
    609 
    610 /* Define to path to neato program if found or 'echo neato' otherwise */
    611 /* #undef LLVM_PATH_NEATO */
    612 
    613 /* Define to path to twopi program if found or 'echo twopi' otherwise */
    614 /* #undef LLVM_PATH_TWOPI */
    615 
    616 /* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
    617 /* #undef LLVM_PATH_XDOT_PY */
    618 
    619 /* Installation prefix directory */
    620 #define LLVM_PREFIX "/usr/local"
    621 
    622 /* Define if the OS needs help to load dependent libraries for dlopen(). */
    623 /* #undef LTDL_DLOPEN_DEPLIBS */
    624 
    625 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    626    */
    627 #undef LTDL_OBJDIR
    628 
    629 /* Define to the name of the environment variable that determines the dynamic
    630    library search path. */
    631 #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
    632 
    633 /* Define to the extension used for shared libraries, say, ".so". */
    634 #define LTDL_SHLIB_EXT ".so"
    635 
    636 /* Define to the system default library search path. */
    637 /* #undef LTDL_SYSSEARCHPATH */
    638 
    639 /* Define if /dev/zero should be used when mapping RWX memory, or undefine if
    640    its not necessary */
    641 #undef NEED_DEV_ZERO_FOR_MMAP
    642 
    643 /* Define if dlsym() requires a leading underscore in symbol names. */
    644 #undef NEED_USCORE
    645 
    646 /* Define to the address where bug reports for this package should be sent. */
    647 #define PACKAGE_BUGREPORT "llvmbugs (at) cs.uiuc.edu"
    648 
    649 /* Define to the full name of this package. */
    650 #define PACKAGE_NAME "llvm"
    651 
    652 /* Define to the full name and version of this package. */
    653 #define PACKAGE_STRING "llvm 3.0"
    654 
    655 /* Define to the one symbol short name of this package. */
    656 #undef PACKAGE_TARNAME
    657 
    658 /* Define to the version of this package. */
    659 #define PACKAGE_VERSION "3.0"
    660 
    661 /* Define as the return type of signal handlers (`int' or `void'). */
    662 #define RETSIGTYPE void
    663 
    664 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
    665 #undef STAT_MACROS_BROKEN
    666 
    667 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    668 #define TIME_WITH_SYS_TIME 1
    669 
    670 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
    671 #undef TM_IN_SYS_TIME
    672 
    673 /* Define if we have the oprofile JIT-support library */
    674 #undef USE_OPROFILE
    675 
    676 /* Define if use udis86 library */
    677 #undef USE_UDIS86
    678 
    679 /* Type of 1st arg on ELM Callback */
    680 /* #undef WIN32_ELMCB_PCSTR */
    681 
    682 /* Define to empty if `const' does not conform to ANSI C. */
    683 #undef const
    684 
    685 /* Define to a type to use for `error_t' if it is not otherwise available. */
    686 /* #undef error_t */
    687 
    688 /* Define to `int' if <sys/types.h> does not define. */
    689 #undef pid_t
    690 
    691 /* Define to `unsigned int' if <sys/types.h> does not define. */
    692 #undef size_t
    693 
    694 /* Define to a function replacing strtoll */
    695 /* #undef strtoll */
    696 
    697 /* Define to a function implementing strtoull */
    698 /* #undef strtoull */
    699 
    700 /* Define to a function implementing stricmp */
    701 /* #undef stricmp */
    702 
    703 /* Define to a function implementing strdup */
    704 /* #undef strdup */
    705 
    706 /* Define to 1 if you have the `_chsize_s' function. */
    707 /* #undef HAVE__CHSIZE_S */
    708 
    709 /* Added by Kevin -- Maximum path length */
    710 #define MAXPATHLEN 2024
    711 
    712 #endif
    713