config.h revision 8a54f3e1f79c1e57e76a1cc53c6c5697374ea7b5
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/* 32 bit multilib directory. */
5#define CXX_INCLUDE_32BIT_DIR ""
6
7/* 64 bit multilib directory. */
8#define CXX_INCLUDE_64BIT_DIR ""
9
10/* Arch the libstdc++ headers. */
11#define CXX_INCLUDE_ARCH ""
12
13/* Directory with the libstdc++ headers. */
14#define CXX_INCLUDE_ROOT ""
15
16/* Directories clang will search for headers */
17#define C_INCLUDE_DIRS ""
18
19/* Define if CBE is enabled for printf %a output */
20#define ENABLE_CBE_PRINTF_A 1
21
22/* Define if position independent code is enabled */
23#define ENABLE_PIC 1
24
25/* Define if threads enabled */
26#define ENABLE_THREADS 1
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 `bcopy' function. */
50/* #undef HAVE_BCOPY */
51
52/* Define to 1 if you have the `ceilf' function. */
53#define HAVE_CEILF 1
54
55/* Define if the neat program is available */
56/* #undef HAVE_CIRCO */
57
58/* Define to 1 if you have the `closedir' function. */
59#define HAVE_CLOSEDIR 1
60
61/* Define to 1 if you have the <ctype.h> header file. */
62#define HAVE_CTYPE_H 1
63
64/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
65   */
66#define HAVE_DIRENT_H 1
67
68/* Define if you have the GNU dld library. */
69/* #undef HAVE_DLD */
70
71/* Define to 1 if you have the <dld.h> header file. */
72/* #undef HAVE_DLD_H */
73
74/* Define to 1 if you have the `dlerror' function. */
75#define HAVE_DLERROR 1
76
77/* Define to 1 if you have the <dlfcn.h> header file. */
78#define HAVE_DLFCN_H 1
79
80/* Define if dlopen() is available on this platform. */
81#define HAVE_DLOPEN 1
82
83/* Define to 1 if you have the <dl.h> header file. */
84/* #undef HAVE_DL_H */
85
86/* Define if the dot program is available */
87/* #undef HAVE_DOT */
88
89/* Define if the dotty program is available */
90/* #undef HAVE_DOTTY */
91
92/* Define if you have the _dyld_func_lookup function. */
93/* #undef HAVE_DYLD */
94
95/* Define to 1 if you have the <errno.h> header file. */
96#define HAVE_ERRNO_H 1
97
98/* Define to 1 if the system has the type `error_t'. */
99/* #undef HAVE_ERROR_T */
100
101/* Define to 1 if you have the <execinfo.h> header file. */
102#define HAVE_EXECINFO_H 1
103
104/* Define to 1 if you have the <fcntl.h> header file. */
105#define HAVE_FCNTL_H 1
106
107/* Define if the neat program is available */
108/* #undef HAVE_FDP */
109
110/* Define if libffi is available on this platform. */
111/* #undef HAVE_FFI_CALL */
112
113/* Define to 1 if you have the <ffi/ffi.h> header file. */
114/* #undef HAVE_FFI_FFI_H */
115
116/* Define to 1 if you have the <ffi.h> header file. */
117/* #undef HAVE_FFI_H */
118
119/* Set to 1 if the finite function is found in <ieeefp.h> */
120/* #undef HAVE_FINITE_IN_IEEEFP_H */
121
122/* Define to 1 if you have the `floorf' function. */
123#define HAVE_FLOORF 1
124
125/* Define to 1 if you have the `fmodf' function. */
126#define HAVE_FMODF 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 if the Graphviz program is available */
144/* #undef HAVE_GRAPHVIZ */
145
146/* Define if the gv program is available */
147/* #undef HAVE_GV */
148
149/* Define to 1 if you have the `index' function. */
150/* #undef HAVE_INDEX */
151
152/* Define to 1 if the system has the type `int64_t'. */
153#define HAVE_INT64_T 1
154
155/* Define to 1 if you have the <inttypes.h> header file. */
156#define HAVE_INTTYPES_H 1
157
158/* Define to 1 if you have the `isatty' function. */
159#define HAVE_ISATTY 1
160
161/* Set to 1 if the isinf function is found in <cmath> */
162/* #undef HAVE_ISINF_IN_CMATH */
163
164/* Set to 1 if the isinf function is found in <math.h> */
165#define HAVE_ISINF_IN_MATH_H 1
166
167/* Set to 1 if the isnan function is found in <cmath> */
168/* #undef HAVE_ISNAN_IN_CMATH */
169
170/* Set to 1 if the isnan function is found in <math.h> */
171#define HAVE_ISNAN_IN_MATH_H 1
172
173/* Define if you have the libdl library or equivalent. */
174#define HAVE_LIBDL 1
175
176/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
177/* #undef HAVE_LIBIMAGEHLP */
178
179/* Define to 1 if you have the `m' library (-lm). */
180#define HAVE_LIBM 1
181
182/* Define to 1 if you have the `psapi' library (-lpsapi). */
183/* #undef HAVE_LIBPSAPI */
184
185/* Define to 1 if you have the `pthread' library (-lpthread). */
186#define HAVE_LIBPTHREAD 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/* Have pthread_getspecific */
275#define HAVE_PTHREAD_GETSPECIFIC 1
276
277/* Define to 1 if you have the <pthread.h> header file. */
278#define HAVE_PTHREAD_H 1
279
280/* Have pthread_mutex_lock */
281#define HAVE_PTHREAD_MUTEX_LOCK 1
282
283/* Have pthread_rwlock_init */
284#define HAVE_PTHREAD_RWLOCK_INIT 1
285
286/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
287#define HAVE_RAND48 1
288
289/* Define to 1 if you have the `readdir' function. */
290#define HAVE_READDIR 1
291
292/* Define to 1 if you have the `realpath' function. */
293#define HAVE_REALPATH 1
294
295/* Define to 1 if you have the `rindex' function. */
296/* #undef HAVE_RINDEX */
297
298/* Define to 1 if you have the `rintf' function. */
299#define HAVE_RINTF 1
300
301/* Define to 1 if you have the `round' function. */
302#define HAVE_ROUND 1
303
304/* Define to 1 if you have the `roundf' function. */
305#define HAVE_ROUNDF 1
306
307/* Define to 1 if you have the `sbrk' function. */
308#define HAVE_SBRK 1
309
310/* Define to 1 if you have the `setenv' function. */
311#define HAVE_SETENV 1
312
313/* Define to 1 if you have the `setjmp' function. */
314#define HAVE_SETJMP 1
315
316/* Define to 1 if you have the <setjmp.h> header file. */
317#define HAVE_SETJMP_H 1
318
319/* Define to 1 if you have the `setrlimit' function. */
320#define HAVE_SETRLIMIT 1
321
322/* Define if you have the shl_load function. */
323/* #undef HAVE_SHL_LOAD */
324
325/* Define to 1 if you have the `siglongjmp' function. */
326#define HAVE_SIGLONGJMP 1
327
328/* Define to 1 if you have the <signal.h> header file. */
329#define HAVE_SIGNAL_H 1
330
331/* Define to 1 if you have the `sigsetjmp' function. */
332/* #undef HAVE_SIGSETJMP */
333
334/* Define to 1 if you have the <stdint.h> header file. */
335#define HAVE_STDINT_H 1
336
337/* Define to 1 if you have the <stdio.h> header file. */
338#define HAVE_STDIO_H 1
339
340/* Define to 1 if you have the <stdlib.h> header file. */
341#define HAVE_STDLIB_H 1
342
343/* Set to 1 if the std::isinf function is found in <cmath> */
344/* #undef HAVE_STD_ISINF_IN_CMATH */
345
346/* Set to 1 if the std::isnan function is found in <cmath> */
347#define HAVE_STD_ISNAN_IN_CMATH 1
348
349/* Define to 1 if you have the `strchr' function. */
350#define HAVE_STRCHR 1
351
352/* Define to 1 if you have the `strcmp' function. */
353#define HAVE_STRCMP 1
354
355/* Define to 1 if you have the `strdup' function. */
356#define HAVE_STRDUP 1
357
358/* Define to 1 if you have the `strerror' function. */
359#define HAVE_STRERROR 1
360
361/* Define to 1 if you have the `strerror_r' function. */
362#define HAVE_STRERROR_R 1
363
364/* Define to 1 if you have the `strerror_s' function. */
365/* #undef HAVE_STRERROR_S */
366
367/* Define to 1 if you have the <strings.h> header file. */
368#define HAVE_STRINGS_H 1
369
370/* Define to 1 if you have the <string.h> header file. */
371#define HAVE_STRING_H 1
372
373/* Define to 1 if you have the `strrchr' function. */
374#define HAVE_STRRCHR 1
375
376/* Define to 1 if you have the `strtof' function. */
377#define HAVE_STRTOF 1
378
379/* Define to 1 if you have the `strtoll' function. */
380#define HAVE_STRTOLL 1
381
382/* Define to 1 if you have the `strtoq' function. */
383#define HAVE_STRTOQ 1
384
385/* Define to 1 if you have the `sysconf' function. */
386#define HAVE_SYSCONF 1
387
388/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
389   */
390/* #undef HAVE_SYS_DIR_H */
391
392/* Define to 1 if you have the <sys/dl.h> header file. */
393/* #undef HAVE_SYS_DL_H */
394
395/* Define to 1 if you have the <sys/ioctl.h> header file. */
396#define HAVE_SYS_IOCTL_H 1
397
398/* Define to 1 if you have the <sys/mman.h> header file. */
399#define HAVE_SYS_MMAN_H 1
400
401/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
402   */
403/* #undef HAVE_SYS_NDIR_H */
404
405/* Define to 1 if you have the <sys/param.h> header file. */
406#define HAVE_SYS_PARAM_H 1
407
408/* Define to 1 if you have the <sys/resource.h> header file. */
409#define HAVE_SYS_RESOURCE_H 1
410
411/* Define to 1 if you have the <sys/stat.h> header file. */
412#define HAVE_SYS_STAT_H 1
413
414/* Define to 1 if you have the <sys/time.h> header file. */
415#define HAVE_SYS_TIME_H 1
416
417/* Define to 1 if you have the <sys/types.h> header file. */
418#define HAVE_SYS_TYPES_H 1
419
420/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
421#define HAVE_SYS_WAIT_H 1
422
423/* Define to 1 if you have the <termios.h> header file. */
424#define HAVE_TERMIOS_H 1
425
426/* Define if the neat program is available */
427/* #undef HAVE_TWOPI */
428
429/* Define to 1 if the system has the type `uint64_t'. */
430#define HAVE_UINT64_T 1
431
432/* Define to 1 if you have the <unistd.h> header file. */
433#define HAVE_UNISTD_H 1
434
435/* Define to 1 if you have the <utime.h> header file. */
436#define HAVE_UTIME_H 1
437
438/* Define to 1 if the system has the type `u_int64_t'. */
439/* #undef HAVE_U_INT64_T */
440
441/* Define to 1 if you have the <windows.h> header file. */
442/* #undef HAVE_WINDOWS_H */
443
444/* Define to 1 if you have the `__dso_handle' function. */
445#define HAVE___DSO_HANDLE 1
446
447/* Installation directory for binary executables */
448#define LLVM_BINDIR "/usr/local/google/llvm/bin"
449
450/* Time at which LLVM was configured */
451#define LLVM_CONFIGTIME "Tue Apr 27 18:30:43 CST 2010"
452
453/* Installation directory for data files */
454#define LLVM_DATADIR "/usr/local/google/llvm/share/llvm"
455
456/* Installation directory for documentation */
457#define LLVM_DOCSDIR "/usr/local/google/llvm/docs/llvm"
458
459/* Installation directory for config files */
460#define LLVM_ETCDIR "/usr/local/google/llvm/etc/llvm"
461
462/* Host triple we were built on */
463#define LLVM_HOSTTRIPLE "i386-unknown-linux"
464
465/* Installation directory for include files */
466#define LLVM_INCLUDEDIR "/usr/local/google/llvm/include"
467
468/* Installation directory for .info files */
469#define LLVM_INFODIR "/usr/local/google/llvm/info"
470
471/* Installation directory for libraries */
472#define LLVM_LIBDIR "/usr/local/google/llvm/lib"
473
474/* Installation directory for man pages */
475#define LLVM_MANDIR "/usr/local/google/llvm/man"
476
477/* Build multithreading support into LLVM */
478#define LLVM_MULTITHREADED 0
479
480/* LLVM architecture name for the native architecture, if available */
481#define LLVM_NATIVE_ARCH X86Target
482
483/* Define if this is Unixish platform */
484#define LLVM_ON_UNIX 1
485
486/* Define if this is Win32ish platform */
487/* #undef LLVM_ON_WIN32 */
488
489/* Define to path to circo program if found or 'echo circo' otherwise */
490/* #undef LLVM_PATH_CIRCO */
491
492/* Define to path to dot program if found or 'echo dot' otherwise */
493/* #undef LLVM_PATH_DOT */
494
495/* Define to path to dotty program if found or 'echo dotty' otherwise */
496/* #undef LLVM_PATH_DOTTY */
497
498/* Define to path to fdp program if found or 'echo fdp' otherwise */
499/* #undef LLVM_PATH_FDP */
500
501/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
502/* #undef LLVM_PATH_GRAPHVIZ */
503
504/* Define to path to gv program if found or 'echo gv' otherwise */
505/* #undef LLVM_PATH_GV */
506
507/* Define to path to neato program if found or 'echo neato' otherwise */
508/* #undef LLVM_PATH_NEATO */
509
510/* Define to path to twopi program if found or 'echo twopi' otherwise */
511/* #undef LLVM_PATH_TWOPI */
512
513/* Installation prefix directory */
514#define LLVM_PREFIX "/usr/local/google/llvm"
515
516/* Define if the OS needs help to load dependent libraries for dlopen(). */
517/* #undef LTDL_DLOPEN_DEPLIBS */
518
519/* Define to the sub-directory in which libtool stores uninstalled libraries.
520   */
521#define LTDL_OBJDIR ".libs/"
522
523/* Define to the name of the environment variable that determines the dynamic
524   library search path. */
525#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
526
527/* Define to the extension used for shared libraries, say, ".so". */
528#define LTDL_SHLIB_EXT ".so"
529
530/* Define to the system default library search path. */
531#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"
532
533/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
534   its not necessary */
535/* #undef NEED_DEV_ZERO_FOR_MMAP */
536
537/* Define if dlsym() requires a leading underscore in symbol names. */
538/* #undef NEED_USCORE */
539
540/* Define to the address where bug reports for this package should be sent. */
541#define PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu"
542
543/* Define to the full name of this package. */
544#define PACKAGE_NAME "llvm"
545
546/* Define to the full name and version of this package. */
547#define PACKAGE_STRING "llvm 2.8svn"
548
549/* Define to the one symbol short name of this package. */
550#define PACKAGE_TARNAME "-llvm-"
551
552/* Define to the version of this package. */
553#define PACKAGE_VERSION "2.8svn"
554
555/* Define as the return type of signal handlers (`int' or `void'). */
556#define RETSIGTYPE void
557
558/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
559/* #undef STAT_MACROS_BROKEN */
560
561/* Define to 1 if you have the ANSI C header files. */
562#define STDC_HEADERS 1
563
564/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
565#define TIME_WITH_SYS_TIME 1
566
567/* Define to 1 if your <sys/time.h> declares `struct tm'. */
568/* #undef TM_IN_SYS_TIME */
569
570/* Define if we have the oprofile JIT-support library */
571#define USE_OPROFILE 0
572
573/* Define if use udis86 library */
574#define USE_UDIS86 0
575
576/* Define to empty if `const' does not conform to ANSI C. */
577/* #undef const */
578
579/* Define to a type to use for `error_t' if it is not otherwise available. */
580/* #undef error_t */
581
582/* Define to `int' if <sys/types.h> does not define. */
583/* #undef pid_t */
584
585/* Define to `unsigned int' if <sys/types.h> does not define. */
586/* #undef size_t */
587