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 if we have libxml2 */
11/* #undef CLANG_HAVE_LIBXML */
12
13/* Multilib suffix for libdir. */
14#define CLANG_LIBDIR_SUFFIX ""
15
16/* Relative directory for resource files */
17#define CLANG_RESOURCE_DIR ""
18
19/* Directories clang will search for headers */
20#define C_INCLUDE_DIRS "/usr/include/clang-3.6:/usr/include"
21
22/* Default <path> to all compiler invocations for --sysroot=<path>. */
23#define DEFAULT_SYSROOT ""
24
25/* Define if you want backtraces on crash */
26#define ENABLE_BACKTRACES 1
27
28/* Define to enable crash handling overrides */
29#define ENABLE_CRASH_OVERRIDES 1
30
31/* Define if position independent code is enabled */
32#define ENABLE_PIC 1
33
34/* Define if timestamp information (e.g., __DATE__) is allowed */
35#define ENABLE_TIMESTAMPS 0
36
37/* Directory where gcc is installed. */
38#define GCC_INSTALL_PREFIX ""
39
40/* Define to 1 if you have the `backtrace' function. */
41/* #undef HAVE_BACKTRACE */
42
43/* Define to 1 if you have the `ceilf' function. */
44#define HAVE_CEILF 1
45
46/* Define to 1 if you have the <CrashReporterClient.h> header file. */
47/* #undef HAVE_CRASHREPORTERCLIENT_H */
48
49/* can use __crashreporter_info__ */
50#define HAVE_CRASHREPORTER_INFO 0
51
52/* Define to 1 if you have the <cxxabi.h> header file. */
53#define HAVE_CXXABI_H 1
54
55/* Define to 1 if you have the declaration of `arc4random', and to 0 if you
56   don't. */
57#define HAVE_DECL_ARC4RANDOM 1
58
59/* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
60   don't. */
61#define HAVE_DECL_FE_ALL_EXCEPT 1
62
63/* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
64   don't. */
65#define HAVE_DECL_FE_INEXACT 1
66
67/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
68   don't. */
69#define HAVE_DECL_STRERROR_S 0
70
71/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
72   */
73#define HAVE_DIRENT_H 1
74
75/* Define to 1 if you have the <dlfcn.h> header file. */
76#define HAVE_DLFCN_H 1
77
78/* Define if dlopen() is available on this platform. */
79#define HAVE_DLOPEN 1
80
81/* Define if the dot program is available */
82/* #undef HAVE_DOT */
83
84/* Define to 1 if you have the <errno.h> header file. */
85#define HAVE_ERRNO_H 1
86
87/* Define to 1 if you have the <execinfo.h> header file. */
88#define HAVE_EXECINFO_H 1
89
90/* Define to 1 if you have the `exp' function. */
91#define HAVE_EXP 1
92
93/* Define to 1 if you have the `exp2' function. */
94#define HAVE_EXP2 1
95
96/* Define to 1 if you have the <fcntl.h> header file. */
97#define HAVE_FCNTL_H 1
98
99/* Define to 1 if you have the <fenv.h> header file. */
100  #ifndef __powerpc__
101#define HAVE_FENV_H 1
102  #endif
103
104/* Define if libffi is available on this platform. */
105/* #undef HAVE_FFI_CALL */
106
107/* Define to 1 if you have the <ffi/ffi.h> header file. */
108/* #undef HAVE_FFI_FFI_H */
109
110/* Define to 1 if you have the <ffi.h> header file. */
111/* #undef HAVE_FFI_H */
112
113/* Set to 1 if the finite function is found in <ieeefp.h> */
114/* #undef HAVE_FINITE_IN_IEEEFP_H */
115
116/* Define to 1 if you have the `floorf' function. */
117#define HAVE_FLOORF 1
118
119/* Define to 1 if you have the `fmodf' function. */
120#define HAVE_FMODF 1
121
122/* Define to 1 if you have the `futimens' function. */
123#define HAVE_FUTIMENS 1
124
125/* Define to 1 if you have the `futimes' function. */
126#define HAVE_FUTIMES 1
127
128/* Define to 1 if you have the `getcwd' function. */
129#define HAVE_GETCWD 1
130
131/* Define to 1 if you have the `getpagesize' function. */
132#define HAVE_GETPAGESIZE 1
133
134/* Define to 1 if you have the `getrlimit' function. */
135#define HAVE_GETRLIMIT 1
136
137/* Define to 1 if you have the `getrusage' function. */
138#define HAVE_GETRUSAGE 1
139
140/* Define to 1 if you have the `gettimeofday' function. */
141#define HAVE_GETTIMEOFDAY 1
142
143/* Define to 1 if the system has the type `int64_t'. */
144#define HAVE_INT64_T 1
145
146/* Define to 1 if you have the <inttypes.h> header file. */
147#define HAVE_INTTYPES_H 1
148
149/* Define to 1 if you have the `isatty' function. */
150#define HAVE_ISATTY 1
151
152/* Set to 1 if the isinf function is found in <cmath> */
153#define HAVE_ISINF_IN_CMATH 1
154
155/* Set to 1 if the isinf function is found in <math.h> */
156#define HAVE_ISINF_IN_MATH_H 1
157
158/* Set to 1 if the isnan function is found in <cmath> */
159#define HAVE_ISNAN_IN_CMATH 1
160
161/* Set to 1 if the isnan function is found in <math.h> */
162#define HAVE_ISNAN_IN_MATH_H 1
163
164/* Define if libedit is available on this platform. */
165#define HAVE_LIBEDIT 1
166
167/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
168/* #undef HAVE_LIBIMAGEHLP */
169
170/* Define to 1 if you have the `m' library (-lm). */
171#define HAVE_LIBM 1
172
173/* Define to 1 if you have the `psapi' library (-lpsapi). */
174/* #undef HAVE_LIBPSAPI */
175
176#if !defined(__minix)
177/* Define to 1 if you have the `pthread' library (-lpthread). */
178#define HAVE_LIBPTHREAD 1
179#endif /* !defined(__minix) */
180
181/* Define to 1 if you have the `shell32' library (-lshell32). */
182/* #undef HAVE_LIBSHELL32 */
183
184/* Define to 1 if you have the `z' library (-lz). */
185#define HAVE_LIBZ 1
186
187/* Define if you can use -rdynamic. */
188#define HAVE_LINK_EXPORT_DYNAMIC 1
189
190/* Define to 1 if you have the <link.h> header file. */
191#define HAVE_LINK_H 1
192
193/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
194   the current directory to the dynamic linker search path. */
195#define HAVE_LINK_R 1
196
197/* Define to 1 if you have the `log' function. */
198#define HAVE_LOG 1
199
200/* Define to 1 if you have the `log10' function. */
201#define HAVE_LOG10 1
202
203/* Define to 1 if you have the `log2' function. */
204#define HAVE_LOG2 1
205
206/* Define to 1 if you have the `longjmp' function. */
207/* #undef HAVE_LONGJMP */
208
209/* Define to 1 if you have the <mach/mach.h> header file. */
210/* #undef HAVE_MACH_MACH_H */
211
212/* Define if mallinfo() is available on this platform. */
213/* #undef HAVE_MALLINFO */
214
215/* Define to 1 if you have the <malloc.h> header file. */
216#define HAVE_MALLOC_H 1
217
218/* Define to 1 if you have the <malloc/malloc.h> header file. */
219/* #undef HAVE_MALLOC_MALLOC_H */
220
221/* Define to 1 if you have the `malloc_zone_statistics' function. */
222/* #undef HAVE_MALLOC_ZONE_STATISTICS */
223
224/* Define to 1 if you have the <memory.h> header file. */
225#define HAVE_MEMORY_H 1
226
227/* Define to 1 if you have the `mkdtemp' function. */
228#define HAVE_MKDTEMP 1
229
230/* Define to 1 if you have the `mkstemp' function. */
231#define HAVE_MKSTEMP 1
232
233/* Define to 1 if you have the `mktemp' function. */
234#define HAVE_MKTEMP 1
235
236/* Define to 1 if you have a working `mmap' system call. */
237#define HAVE_MMAP 1
238
239/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
240   it uses MAP_ANON */
241#define HAVE_MMAP_ANONYMOUS 1
242
243#if !defined(__minix)
244/* Define if mmap() can map files into memory */
245#define HAVE_MMAP_FILE
246#endif /* !defined(__minix) */
247
248/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
249/* #undef HAVE_NDIR_H */
250
251/* Define to 1 if you have the `nearbyintf' function. */
252#define HAVE_NEARBYINTF 1
253
254#if !defined(__minix)
255/* Define to 1 if you have the `posix_spawn' function. */
256#define HAVE_POSIX_SPAWN 1
257#endif /* !defined(__minix) */
258
259/* Define to 1 if you have the `powf' function. */
260#define HAVE_POWF 1
261
262/* Define to 1 if you have the `pread' function. */
263#define HAVE_PREAD 1
264
265/* Define to have the %a format string */
266#define HAVE_PRINTF_A 1
267
268#if !defined(__minix)
269/* Have pthread_getspecific */
270#define HAVE_PTHREAD_GETSPECIFIC 1
271
272/* Define to 1 if you have the <pthread.h> header file. */
273#define HAVE_PTHREAD_H 1
274
275/* Have pthread_mutex_lock */
276#define HAVE_PTHREAD_MUTEX_LOCK 1
277
278/* Have pthread_rwlock_init */
279#define HAVE_PTHREAD_RWLOCK_INIT 1
280#endif /* !defined(__minix) */
281
282/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
283#define HAVE_RAND48 1
284
285/* Define to 1 if you have the `realpath' function. */
286#define HAVE_REALPATH 1
287
288/* Define to 1 if you have the `rintf' function. */
289#define HAVE_RINTF 1
290
291/* Define to 1 if you have the `round' function. */
292#define HAVE_ROUND 1
293
294/* Define to 1 if you have the `roundf' function. */
295#define HAVE_ROUNDF 1
296
297/* Define to 1 if you have the `sbrk' function. */
298#define HAVE_SBRK 1
299
300/* Define to 1 if you have the `setenv' function. */
301#define HAVE_SETENV 1
302
303/* Define to 1 if you have the `setjmp' function. */
304/* #undef HAVE_SETJMP */
305
306/* Define to 1 if you have the <setjmp.h> header file. */
307#define HAVE_SETJMP_H 1
308
309/* Define to 1 if you have the `setrlimit' function. */
310#define HAVE_SETRLIMIT 1
311
312/* Define to 1 if you have the `siglongjmp' function. */
313/* #undef HAVE_SIGLONGJMP */
314
315/* Define to 1 if you have the <signal.h> header file. */
316#define HAVE_SIGNAL_H 1
317
318/* Define to 1 if you have the `sigsetjmp' function. */
319/* #undef HAVE_SIGSETJMP */
320
321/* Define to 1 if you have the <stdint.h> header file. */
322#define HAVE_STDINT_H 1
323
324/* Define to 1 if you have the <stdlib.h> header file. */
325#define HAVE_STDLIB_H 1
326
327/* Set to 1 if the std::isinf function is found in <cmath> */
328#define HAVE_STD_ISINF_IN_CMATH 1
329
330/* Set to 1 if the std::isnan function is found in <cmath> */
331#define HAVE_STD_ISNAN_IN_CMATH 1
332
333/* Define to 1 if you have the `strerror' function. */
334#define HAVE_STRERROR 1
335
336/* Define to 1 if you have the `strerror_r' function. */
337#define HAVE_STRERROR_R 1
338
339/* Define to 1 if you have the <strings.h> header file. */
340#define HAVE_STRINGS_H 1
341
342/* Define to 1 if you have the <string.h> header file. */
343#define HAVE_STRING_H 1
344
345/* Define to 1 if you have the `strtof' function. */
346#define HAVE_STRTOF 1
347
348/* Define to 1 if you have the `strtoll' function. */
349#define HAVE_STRTOLL 1
350
351/* Define to 1 if you have the `strtoq' function. */
352#define HAVE_STRTOQ 1
353
354#if !defined(__minix)
355/* Define to 1 if you have the `sysconf' function. */
356#define HAVE_SYSCONF 1
357#endif /* !defined(__minix) */
358
359/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
360   */
361/* #undef HAVE_SYS_DIR_H */
362
363/* Define to 1 if you have the <sys/ioctl.h> header file. */
364#define HAVE_SYS_IOCTL_H 1
365
366/* Define to 1 if you have the <sys/mman.h> header file. */
367#define HAVE_SYS_MMAN_H 1
368
369/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
370   */
371/* #undef HAVE_SYS_NDIR_H */
372
373/* Define to 1 if you have the <sys/param.h> header file. */
374#define HAVE_SYS_PARAM_H 1
375
376/* Define to 1 if you have the <sys/resource.h> header file. */
377#define HAVE_SYS_RESOURCE_H 1
378
379/* Define to 1 if you have the <sys/stat.h> header file. */
380#define HAVE_SYS_STAT_H 1
381
382/* Define to 1 if you have the <sys/time.h> header file. */
383#define HAVE_SYS_TIME_H 1
384
385/* Define to 1 if you have the <sys/types.h> header file. */
386#define HAVE_SYS_TYPES_H 1
387
388/* Define to 1 if you have the <sys/uio.h> header file. */
389#define HAVE_SYS_UIO_H 1
390
391/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
392#define HAVE_SYS_WAIT_H 1
393
394/* Define if the setupterm() function is supported this platform. */
395#define HAVE_TERMINFO 1
396
397/* Define to 1 if you have the <termios.h> header file. */
398#define HAVE_TERMIOS_H 1
399
400/* Define to 1 if the system has the type `uint64_t'. */
401#define HAVE_UINT64_T 1
402
403/* Define to 1 if you have the <unistd.h> header file. */
404#define HAVE_UNISTD_H 1
405
406/* Define to 1 if you have the <utime.h> header file. */
407#define HAVE_UTIME_H 1
408
409/* Define to 1 if the system has the type `u_int64_t'. */
410/* #undef HAVE_U_INT64_T */
411
412/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
413/* #undef HAVE_VALGRIND_VALGRIND_H */
414
415/* Define to 1 if you have the `writev' function. */
416#define HAVE_WRITEV 1
417
418/* Define to 1 if you have the <zlib.h> header file. */
419#define HAVE_ZLIB_H 1
420
421/* Have host's _alloca */
422/* #undef HAVE__ALLOCA */
423
424/* Have host's __alloca */
425/* #undef HAVE___ALLOCA */
426
427/* Have host's __ashldi3 */
428/* #undef HAVE___ASHLDI3 */
429
430/* Have host's __ashrdi3 */
431/* #undef HAVE___ASHRDI3 */
432
433/* Have host's __chkstk */
434/* #undef HAVE___CHKSTK */
435
436/* Have host's __chkstk_ms */
437/* #undef HAVE___CHKSTK_MS */
438
439/* Have host's __cmpdi2 */
440/* #undef HAVE___CMPDI2 */
441
442/* Have host's __divdi3 */
443/* #undef HAVE___DIVDI3 */
444
445/* Define to 1 if you have the `__dso_handle' function. */
446#define HAVE___DSO_HANDLE 1
447
448/* Have host's __fixdfdi */
449/* #undef HAVE___FIXDFDI */
450
451/* Have host's __fixsfdi */
452/* #undef HAVE___FIXSFDI */
453
454/* Have host's __floatdidf */
455/* #undef HAVE___FLOATDIDF */
456
457/* Have host's __lshrdi3 */
458/* #undef HAVE___LSHRDI3 */
459
460/* Have host's __main */
461/* #undef HAVE___MAIN */
462
463/* Have host's __moddi3 */
464/* #undef HAVE___MODDI3 */
465
466/* Have host's __udivdi3 */
467/* #undef HAVE___UDIVDI3 */
468
469/* Have host's __umoddi3 */
470/* #undef HAVE___UMODDI3 */
471
472/* Have host's ___chkstk */
473/* #undef HAVE____CHKSTK */
474
475/* Have host's ___chkstk_ms */
476/* #undef HAVE____CHKSTK_MS */
477
478/* Linker version detected at compile time. */
479#define HOST_LINK_VERSION "1"
480
481/* Installation directory for binary executables */
482#define LLVM_BINDIR "/usr/bin"
483
484/* Time at which LLVM was configured */
485#define LLVM_CONFIGTIME "(timestamp not enabled)"
486
487/* Installation directory for data files */
488#define LLVM_DATADIR "/usr/share/llvm"
489
490/* Target triple LLVM will generate code for by default */
491#define LLVM_DEFAULT_TARGET_TRIPLE "i586-elf32-minix"
492
493/* Installation directory for documentation */
494#define LLVM_DOCSDIR "/usr/share/doc/llvm"
495
496#if !defined(__minix)
497/* Define if threads enabled */
498#define LLVM_ENABLE_THREADS 1
499#endif /* !defined(__minix) */
500
501/* Define if zlib is enabled */
502#define LLVM_ENABLE_ZLIB 1
503
504/* Installation directory for config files */
505#define LLVM_ETCDIR "/usr/etc/llvm"
506
507/* Has gcc/MSVC atomic intrinsics */
508#define LLVM_HAS_ATOMICS 1
509
510/* Host triple LLVM will be executed on */
511#define LLVM_HOST_TRIPLE "i586-elf32-minix"
512
513/* Installation directory for include files */
514#define LLVM_INCLUDEDIR "/usr/include"
515
516/* Installation directory for .info files */
517#define LLVM_INFODIR "/usr/info"
518
519/* Installation directory for man pages */
520#define LLVM_MANDIR "/usr/man"
521
522/* LLVM architecture name for the native architecture, if available */
523#define LLVM_NATIVE_ARCH X86
524
525/* LLVM name for the native AsmParser init function, if available */
526#define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
527
528/* LLVM name for the native AsmPrinter init function, if available */
529#define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
530
531/* LLVM name for the native Disassembler init function, if available */
532#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
533
534/* LLVM name for the native Target init function, if available */
535#define LLVM_NATIVE_TARGET LLVMInitializeX86Target
536
537/* LLVM name for the native TargetInfo init function, if available */
538#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
539
540/* LLVM name for the native target MC init function, if available */
541#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
542
543/* Define if this is Unixish platform */
544#define LLVM_ON_UNIX 1
545
546/* Define if this is Win32ish platform */
547/* #undef LLVM_ON_WIN32 */
548
549/* Define to path to dot program if found or 'echo dot' otherwise */
550/* #undef LLVM_PATH_DOT */
551
552/* Installation prefix directory */
553#define LLVM_PREFIX "/usr"
554
555/* Define if we have the Intel JIT API runtime support library */
556#define LLVM_USE_INTEL_JITEVENTS 0
557
558/* Define if we have the oprofile JIT-support library */
559#define LLVM_USE_OPROFILE 0
560
561/* Major version of the LLVM API */
562#define LLVM_VERSION_MAJOR 3
563
564/* Minor version of the LLVM API */
565#define LLVM_VERSION_MINOR 6
566
567/* Patch version of the LLVM API */
568#define LLVM_VERSION_PATCH 1
569
570/* LLVM version string */
571#define LLVM_VERSION_STRING "3.6.1"
572
573/* The shared library extension */
574#define LTDL_SHLIB_EXT ".so"
575
576/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
577   its not necessary */
578/* #undef NEED_DEV_ZERO_FOR_MMAP */
579
580/* Define to the address where bug reports for this package should be sent. */
581#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
582
583/* Define to the full name of this package. */
584#define PACKAGE_NAME "LLVM"
585
586/* Define to the full name and version of this package. */
587#define PACKAGE_STRING "LLVM 3.6.1"
588
589/* Define to the one symbol short name of this package. */
590#define PACKAGE_TARNAME "llvm"
591
592/* Define to the version of this package. */
593#define PACKAGE_VERSION "3.6.1"
594
595/* Define as the return type of signal handlers (`int' or `void'). */
596#define RETSIGTYPE void
597
598/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
599/* #undef STAT_MACROS_BROKEN */
600
601/* Define to 1 if you have the ANSI C header files. */
602#define STDC_HEADERS 1
603
604/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
605#define TIME_WITH_SYS_TIME 1
606
607/* Define to 1 if your <sys/time.h> declares `struct tm'. */
608/* #undef TM_IN_SYS_TIME */
609
610/* Type of 1st arg on ELM Callback */
611/* #undef WIN32_ELMCB_PCSTR */
612
613/* Define to `int' if <sys/types.h> does not define. */
614/* #undef pid_t */
615
616/* Define to `unsigned int' if <sys/types.h> does not define. */
617/* #undef size_t */
618
619#endif
620