OSDN Git Service

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