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