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