OSDN Git Service

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