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