config.h revision 71fea9a88608e9c8fe8a8a523367878e279c3e90
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/* Relative directory for resource files */
8#define CLANG_RESOURCE_DIR ""
9
10/* 32 bit multilib directory. */
11#define CXX_INCLUDE_32BIT_DIR ""
12
13/* 64 bit multilib directory. */
14#define CXX_INCLUDE_64BIT_DIR ""
15
16/* Arch the libstdc++ headers. */
17#define CXX_INCLUDE_ARCH ""
18
19/* Directory with the libstdc++ headers. */
20#define CXX_INCLUDE_ROOT ""
21
22/* Directories clang will search for headers */
23#define C_INCLUDE_DIRS ""
24
25/* Define if CBE is enabled for printf %a output */
26#define ENABLE_CBE_PRINTF_A 1
27
28/* Define if position independent code is enabled */
29#define ENABLE_PIC 1
30
31/* Define if threads enabled */
32#define ENABLE_THREADS 1
33
34/* Define if timestamp information (e.g., __DATE___) is allowed */
35#define ENABLE_TIMESTAMPS 1
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 `bcopy' function. */
59/* #undef HAVE_BCOPY */
60
61/* Define to 1 if you have the `ceilf' function. */
62#define HAVE_CEILF 1
63
64/* Define if the neat program is available */
65/* #undef HAVE_CIRCO */
66
67/* Define to 1 if you have the `closedir' function. */
68#define HAVE_CLOSEDIR 1
69
70/* Define to 1 if you have the <CrashReporterClient.h> header file. */
71/* #undef HAVE_CRASHREPORTERCLIENT_H */
72
73/* Define to 1 if you have the <ctype.h> header file. */
74#define HAVE_CTYPE_H 1
75
76/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
77   */
78#define HAVE_DIRENT_H 1
79
80/* Define if you have the GNU dld library. */
81/* #undef HAVE_DLD */
82
83/* Define to 1 if you have the <dld.h> header file. */
84/* #undef HAVE_DLD_H */
85
86/* Define to 1 if you have the `dlerror' function. */
87#define HAVE_DLERROR 1
88
89/* Define to 1 if you have the <dlfcn.h> header file. */
90#define HAVE_DLFCN_H 1
91
92/* Define if dlopen() is available on this platform. */
93#define HAVE_DLOPEN 1
94
95/* Define to 1 if you have the <dl.h> header file. */
96/* #undef HAVE_DL_H */
97
98/* Define if the dot program is available */
99/* #undef HAVE_DOT */
100
101/* Define if the dotty program is available */
102/* #undef HAVE_DOTTY */
103
104/* Define if you have the _dyld_func_lookup function. */
105/* #undef HAVE_DYLD */
106
107/* Define to 1 if you have the <errno.h> header file. */
108#define HAVE_ERRNO_H 1
109
110/* Define to 1 if the system has the type `error_t'. */
111/* #undef HAVE_ERROR_T */
112
113/* Define to 1 if you have the <execinfo.h> header file. */
114#define HAVE_EXECINFO_H 1
115
116/* Define to 1 if you have the <fcntl.h> header file. */
117#define HAVE_FCNTL_H 1
118
119/* Define if the neat program is available */
120/* #undef HAVE_FDP */
121
122/* Define if libffi is available on this platform. */
123/* #undef HAVE_FFI_CALL */
124
125/* Define to 1 if you have the <ffi/ffi.h> header file. */
126/* #undef HAVE_FFI_FFI_H */
127
128/* Define to 1 if you have the <ffi.h> header file. */
129/* #undef HAVE_FFI_H */
130
131/* Set to 1 if the finite function is found in <ieeefp.h> */
132/* #undef HAVE_FINITE_IN_IEEEFP_H */
133
134/* Define to 1 if you have the `floorf' function. */
135#define HAVE_FLOORF 1
136
137/* Define to 1 if you have the `fmodf' function. */
138#define HAVE_FMODF 1
139
140/* Define to 1 if you have the `getcwd' function. */
141#define HAVE_GETCWD 1
142
143/* Define to 1 if you have the `getpagesize' function. */
144#define HAVE_GETPAGESIZE 1
145
146/* Define to 1 if you have the `getrlimit' function. */
147#define HAVE_GETRLIMIT 1
148
149/* Define to 1 if you have the `getrusage' function. */
150#define HAVE_GETRUSAGE 1
151
152/* Define to 1 if you have the `gettimeofday' function. */
153#define HAVE_GETTIMEOFDAY 1
154
155/* Define if the Graphviz program is available */
156/* #undef HAVE_GRAPHVIZ */
157
158/* Define if the gv program is available */
159/* #undef HAVE_GV */
160
161/* Define to 1 if you have the `index' function. */
162/* #undef HAVE_INDEX */
163
164/* Define to 1 if the system has the type `int64_t'. */
165#define HAVE_INT64_T 1
166
167/* Define to 1 if you have the <inttypes.h> header file. */
168#define HAVE_INTTYPES_H 1
169
170/* Define to 1 if you have the `isatty' function. */
171#define HAVE_ISATTY 1
172
173/* Set to 1 if the isinf function is found in <cmath> */
174/* #undef HAVE_ISINF_IN_CMATH */
175
176/* Set to 1 if the isinf function is found in <math.h> */
177#define HAVE_ISINF_IN_MATH_H 1
178
179/* Set to 1 if the isnan function is found in <cmath> */
180/* #undef HAVE_ISNAN_IN_CMATH */
181
182/* Set to 1 if the isnan function is found in <math.h> */
183#define HAVE_ISNAN_IN_MATH_H 1
184
185/* Define if you have the libdl library or equivalent. */
186#define HAVE_LIBDL 1
187
188/* Define to 1 if you have the `m' library (-lm). */
189#define HAVE_LIBM 1
190
191/* Define to 1 if you have the `udis86' library (-ludis86). */
192/* #undef HAVE_LIBUDIS86 */
193
194/* Define to 1 if you have the <limits.h> header file. */
195#define HAVE_LIMITS_H 1
196
197/* Define if you can use -Wl,-export-dynamic. */
198/* #undef HAVE_LINK_EXPORT_DYNAMIC */
199
200/* Define to 1 if you have the <link.h> header file. */
201/* #undef HAVE_LINK_H */
202
203/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
204   the current directory to the dynamic linker search path. */
205/* #undef HAVE_LINK_R */
206
207/* Define to 1 if you have the `longjmp' function. */
208#define HAVE_LONGJMP 1
209
210/* Define to 1 if you have the <mach/mach.h> header file. */
211/* #undef HAVE_MACH_MACH_H */
212
213/* Define to 1 if you have the <mach-o/dyld.h> header file. */
214/* #undef HAVE_MACH_O_DYLD_H */
215
216/* Define if mallinfo() is available on this platform. */
217/* #undef HAVE_MALLINFO */
218
219/* Define to 1 if you have the <malloc/malloc.h> header file. */
220/* #undef HAVE_MALLOC_MALLOC_H */
221
222/* Define to 1 if you have the `malloc_zone_statistics' function. */
223/* #undef HAVE_MALLOC_ZONE_STATISTICS */
224
225/* Define to 1 if you have the `memcpy' function. */
226#define HAVE_MEMCPY 1
227
228/* Define to 1 if you have the `memmove' function. */
229#define HAVE_MEMMOVE 1
230
231/* Define to 1 if you have the <memory.h> header file. */
232#define HAVE_MEMORY_H 1
233
234/* Define to 1 if you have the `mkdtemp' function. */
235#define HAVE_MKDTEMP 1
236
237/* Define to 1 if you have the `mkstemp' function. */
238#define HAVE_MKSTEMP 1
239
240/* Define to 1 if you have the `mktemp' function. */
241#define HAVE_MKTEMP 1
242
243/* Define to 1 if you have a working `mmap' system call. */
244#define HAVE_MMAP 1
245
246/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
247   it uses MAP_ANON */
248/* #undef HAVE_MMAP_ANONYMOUS */
249
250/* Define if mmap() can map files into memory */
251#define HAVE_MMAP_FILE
252
253/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
254/* #undef HAVE_NDIR_H */
255
256/* Define to 1 if you have the `nearbyintf' function. */
257#define HAVE_NEARBYINTF 1
258
259/* Define if the neat program is available */
260/* #undef HAVE_NEATO */
261
262/* Define to 1 if you have the `opendir' function. */
263#define HAVE_OPENDIR 1
264
265/* Define to 1 if you have the `posix_spawn' function. */
266/*#define HAVE_POSIX_SPAWN 1*/
267
268/* Define to 1 if you have the `powf' function. */
269#define HAVE_POWF 1
270
271/* Define if libtool can extract symbol lists from object files. */
272#define HAVE_PRELOADED_SYMBOLS 1
273
274/* Define to have the %a format string */
275#define HAVE_PRINTF_A 1
276
277#ifndef USE_MINGW
278/* Define to 1 if you have the `pthread' library (-lpthread). */
279#define HAVE_LIBPTHREAD 1
280
281/* Have pthread_getspecific */
282#define HAVE_PTHREAD_GETSPECIFIC 1
283
284/* Define to 1 if you have the <pthread.h> header file. */
285#define HAVE_PTHREAD_H 1
286
287/* Have pthread_mutex_lock */
288#define HAVE_PTHREAD_MUTEX_LOCK 1
289
290/* Have pthread_rwlock_init */
291#define HAVE_PTHREAD_RWLOCK_INIT 1
292#endif /* not USE_MINGW */
293
294/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
295#define HAVE_RAND48 1
296
297/* Define to 1 if you have the `readdir' function. */
298#define HAVE_READDIR 1
299
300/* Define to 1 if you have the `realpath' function. */
301#define HAVE_REALPATH 1
302
303/* Define to 1 if you have the `rindex' function. */
304/* #undef HAVE_RINDEX */
305
306/* Define to 1 if you have the `rintf' function. */
307#define HAVE_RINTF 1
308
309/* Define to 1 if you have the `round' function. */
310#define HAVE_ROUND 1
311
312/* Define to 1 if you have the `roundf' function. */
313#define HAVE_ROUNDF 1
314
315/* Define to 1 if you have the `sbrk' function. */
316#define HAVE_SBRK 1
317
318/* Define to 1 if you have the `setenv' function. */
319#define HAVE_SETENV 1
320
321/* Define to 1 if you have the `setjmp' function. */
322#define HAVE_SETJMP 1
323
324/* Define to 1 if you have the <setjmp.h> header file. */
325#define HAVE_SETJMP_H 1
326
327/* Define to 1 if you have the `setrlimit' function. */
328#define HAVE_SETRLIMIT 1
329
330/* Define if you have the shl_load function. */
331/* #undef HAVE_SHL_LOAD */
332
333/* Define to 1 if you have the `siglongjmp' function. */
334#define HAVE_SIGLONGJMP 1
335
336/* Define to 1 if you have the <signal.h> header file. */
337#define HAVE_SIGNAL_H 1
338
339/* Define to 1 if you have the `sigsetjmp' function. */
340/* #undef HAVE_SIGSETJMP */
341
342/* Define to 1 if you have the <stdint.h> header file. */
343#define HAVE_STDINT_H 1
344
345/* Define to 1 if you have the <stdio.h> header file. */
346#define HAVE_STDIO_H 1
347
348/* Define to 1 if you have the <stdlib.h> header file. */
349#define HAVE_STDLIB_H 1
350
351/* Set to 1 if the std::isinf function is found in <cmath> */
352/* #undef HAVE_STD_ISINF_IN_CMATH */
353
354/* Set to 1 if the std::isnan function is found in <cmath> */
355#define HAVE_STD_ISNAN_IN_CMATH 1
356
357/* Define to 1 if you have the `strchr' function. */
358#define HAVE_STRCHR 1
359
360/* Define to 1 if you have the `strcmp' function. */
361#define HAVE_STRCMP 1
362
363/* Define to 1 if you have the `strdup' function. */
364#define HAVE_STRDUP 1
365
366/* Define to 1 if you have the `strerror' function. */
367#define HAVE_STRERROR 1
368
369/* Define to 1 if you have the `strerror_r' function. */
370#ifndef USE_MINGW
371#define HAVE_STRERROR_R 1
372#endif
373
374/* Define to 1 if you have the `strerror_s' function. */
375/* #undef HAVE_STRERROR_S */
376
377/* Define to 1 if you have the <strings.h> header file. */
378#define HAVE_STRINGS_H 1
379
380/* Define to 1 if you have the <string.h> header file. */
381#define HAVE_STRING_H 1
382
383/* Define to 1 if you have the `strrchr' function. */
384#define HAVE_STRRCHR 1
385
386/* Define to 1 if you have the `strtof' function. */
387#define HAVE_STRTOF 1
388
389/* Define to 1 if you have the `strtoll' function. */
390#define HAVE_STRTOLL 1
391
392/* Define to 1 if you have the `strtoq' function. */
393#define HAVE_STRTOQ 1
394
395/* Define to 1 if you have the `sysconf' function. */
396#define HAVE_SYSCONF 1
397
398/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
399   */
400/* #undef HAVE_SYS_DIR_H */
401
402/* Define to 1 if you have the <sys/dl.h> header file. */
403/* #undef HAVE_SYS_DL_H */
404
405/* Define to 1 if you have the <sys/ioctl.h> header file. */
406#define HAVE_SYS_IOCTL_H 1
407
408/* Define to 1 if you have the <sys/mman.h> header file. */
409#define HAVE_SYS_MMAN_H 1
410
411/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
412   */
413/* #undef HAVE_SYS_NDIR_H */
414
415/* Define to 1 if you have the <sys/param.h> header file. */
416#define HAVE_SYS_PARAM_H 1
417
418/* Define to 1 if you have the <sys/resource.h> header file. */
419#define HAVE_SYS_RESOURCE_H 1
420
421/* Define to 1 if you have the <sys/stat.h> header file. */
422#define HAVE_SYS_STAT_H 1
423
424/* Define to 1 if you have the <sys/time.h> header file. */
425#define HAVE_SYS_TIME_H 1
426
427/* Define to 1 if you have the <sys/types.h> header file. */
428#define HAVE_SYS_TYPES_H 1
429
430/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
431#define HAVE_SYS_WAIT_H 1
432
433/* Define to 1 if you have the <termios.h> header file. */
434#define HAVE_TERMIOS_H 1
435
436/* Define if the neat program is available */
437/* #undef HAVE_TWOPI */
438
439/* Define to 1 if the system has the type `uint64_t'. */
440#define HAVE_UINT64_T 1
441
442/* Define to 1 if you have the <unistd.h> header file. */
443#define HAVE_UNISTD_H 1
444
445/* Define to 1 if you have the <utime.h> header file. */
446#define HAVE_UTIME_H 1
447
448/* Define to 1 if the system has the type `u_int64_t'. */
449/* #undef HAVE_U_INT64_T */
450
451/* Define to 1 if you have the `__dso_handle' function. */
452#define HAVE___DSO_HANDLE 1
453
454/* Linker version detected at compile time. */
455/* #undef HOST_LINK_VERSION */
456
457/* Installation directory for binary executables */
458#define LLVM_BINDIR "/usr/local/google/llvm/bin"
459
460/* Time at which LLVM was configured */
461#define LLVM_CONFIGTIME "Tue Apr 27 18:30:43 CST 2010"
462
463/* Installation directory for data files */
464#define LLVM_DATADIR "/usr/local/google/llvm/share/llvm"
465
466/* Installation directory for documentation */
467#define LLVM_DOCSDIR "/usr/local/google/llvm/docs/llvm"
468
469/* Installation directory for config files */
470#define LLVM_ETCDIR "/usr/local/google/llvm/etc/llvm"
471
472/* Host triple we were built on */
473#define LLVM_HOSTTRIPLE "i386-unknown-linux"
474
475/* Installation directory for include files */
476#define LLVM_INCLUDEDIR "/usr/local/google/llvm/include"
477
478/* Installation directory for .info files */
479#define LLVM_INFODIR "/usr/local/google/llvm/info"
480
481/* Installation directory for libraries */
482#define LLVM_LIBDIR "/usr/local/google/llvm/lib"
483
484/* Installation directory for man pages */
485#define LLVM_MANDIR "/usr/local/google/llvm/man"
486
487/* Build multithreading support into LLVM */
488#define LLVM_MULTITHREADED 0
489
490/* LLVM architecture name for the native architecture, if available */
491#define LLVM_NATIVE_ARCH X86Target
492
493/* Short LLVM architecture name for the native architecture, if available */
494#define LLVM_NATIVE_ARCHNAME X86
495
496#ifdef USE_MINGW
497/* Define if this is Win32ish platform */
498#define LLVM_ON_WIN32 1
499
500/* Define to 1 if you have the <windows.h> header file. */
501#define HAVE_WINDOWS_H 1
502
503/* Define to 1 if you have the `psapi' library (-lpsapi). */
504#define HAVE_LIBPSAPI 1
505
506/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
507#define HAVE_LIBIMAGEHLP 1
508
509#else /* not USE_MINGW */
510
511/* Define if this is Unixish platform */
512#define LLVM_ON_UNIX 1
513
514#endif
515
516
517/* Define to path to circo program if found or 'echo circo' otherwise */
518/* #undef LLVM_PATH_CIRCO */
519
520/* Define to path to dot program if found or 'echo dot' otherwise */
521/* #undef LLVM_PATH_DOT */
522
523/* Define to path to dotty program if found or 'echo dotty' otherwise */
524/* #undef LLVM_PATH_DOTTY */
525
526/* Define to path to fdp program if found or 'echo fdp' otherwise */
527/* #undef LLVM_PATH_FDP */
528
529/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
530/* #undef LLVM_PATH_GRAPHVIZ */
531
532/* Define to path to gv program if found or 'echo gv' otherwise */
533/* #undef LLVM_PATH_GV */
534
535/* Define to path to neato program if found or 'echo neato' otherwise */
536/* #undef LLVM_PATH_NEATO */
537
538/* Define to path to twopi program if found or 'echo twopi' otherwise */
539/* #undef LLVM_PATH_TWOPI */
540
541/* Installation prefix directory */
542#define LLVM_PREFIX "/usr/local/google/llvm"
543
544/* Define if the OS needs help to load dependent libraries for dlopen(). */
545/* #undef LTDL_DLOPEN_DEPLIBS */
546
547/* Define to the sub-directory in which libtool stores uninstalled libraries.
548   */
549#define LTDL_OBJDIR ".libs/"
550
551/* Define to the name of the environment variable that determines the dynamic
552   library search path. */
553#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
554
555/* Define to the extension used for shared libraries, say, ".so". */
556#define LTDL_SHLIB_EXT ".so"
557
558/* Define to the system default library search path. */
559#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"
560
561/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
562   its not necessary */
563/* #undef NEED_DEV_ZERO_FOR_MMAP */
564
565/* Define if dlsym() requires a leading underscore in symbol names. */
566/* #undef NEED_USCORE */
567
568/* Define to the address where bug reports for this package should be sent. */
569#define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
570
571/* Define to the full name of this package. */
572#define PACKAGE_NAME "llvm"
573
574/* Define to the full name and version of this package. */
575#define PACKAGE_STRING "llvm 2.8svn"
576
577/* Define to the one symbol short name of this package. */
578#define PACKAGE_TARNAME "-llvm-"
579
580/* Define to the version of this package. */
581#define PACKAGE_VERSION "2.8svn"
582
583/* Define as the return type of signal handlers (`int' or `void'). */
584#define RETSIGTYPE void
585
586/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
587/* #undef STAT_MACROS_BROKEN */
588
589/* Define to 1 if you have the ANSI C header files. */
590#define STDC_HEADERS 1
591
592/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
593#define TIME_WITH_SYS_TIME 1
594
595/* Define to 1 if your <sys/time.h> declares `struct tm'. */
596/* #undef TM_IN_SYS_TIME */
597
598/* Define if we have the oprofile JIT-support library */
599#define USE_OPROFILE 0
600
601/* Define if use udis86 library */
602#define USE_UDIS86 0
603
604/* Define use of PSTR type for Windows platforms */
605#define WIN32_ELMCB_PCSTR PSTR
606
607/* Define to empty if `const' does not conform to ANSI C. */
608/* #undef const */
609
610/* Define to a type to use for `error_t' if it is not otherwise available. */
611/* #undef error_t */
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
621