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