config.h revision 249423
1/* $FreeBSD: head/lib/clang/include/llvm/Config/config.h 249423 2013-04-12 17:57:40Z dim $ */
2/* include/llvm/Config/config.h.  Generated from config.h.in by configure.  */
3/* include/llvm/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
4
5#ifndef CONFIG_H
6#define CONFIG_H
7
8/* Bug report URL. */
9#define BUG_REPORT_URL "http://llvm.org/bugs/"
10
11/* Define if we have libxml2 */
12/* #undef CLANG_HAVE_LIBXML */
13
14/* Relative directory for resource files */
15#define CLANG_RESOURCE_DIR ""
16
17/* Directories clang will search for headers */
18#define C_INCLUDE_DIRS ""
19
20/* Default <path> to all compiler invocations for --sysroot=<path>. */
21/* #undef DEFAULT_SYSROOT */
22
23/* Define if you want backtraces on crash */
24#define ENABLE_BACKTRACES 1
25
26/* Define if position independent code is enabled */
27#define ENABLE_PIC 0
28
29/* Define if timestamp information (e.g., __DATE__) is allowed */
30#define ENABLE_TIMESTAMPS 0
31
32/* Directory where gcc is installed. */
33#define GCC_INSTALL_PREFIX ""
34
35/* Define to 1 if you have the `arc4random' function. */
36#define HAVE_ARC4RANDOM 1
37
38/* Define to 1 if you have the `argz_append' function. */
39/* #undef HAVE_ARGZ_APPEND */
40
41/* Define to 1 if you have the `argz_create_sep' function. */
42/* #undef HAVE_ARGZ_CREATE_SEP */
43
44/* Define to 1 if you have the <argz.h> header file. */
45/* #undef HAVE_ARGZ_H */
46
47/* Define to 1 if you have the `argz_insert' function. */
48/* #undef HAVE_ARGZ_INSERT */
49
50/* Define to 1 if you have the `argz_next' function. */
51/* #undef HAVE_ARGZ_NEXT */
52
53/* Define to 1 if you have the `argz_stringify' function. */
54/* #undef HAVE_ARGZ_STRINGIFY */
55
56/* Define to 1 if you have the <assert.h> header file. */
57#define HAVE_ASSERT_H 1
58
59/* Define to 1 if you have the `backtrace' function. */
60/* #undef HAVE_BACKTRACE */
61
62/* Define to 1 if you have the `bcopy' function. */
63/* #undef HAVE_BCOPY */
64
65/* Define to 1 if you have the `ceilf' function. */
66#define HAVE_CEILF 1
67
68/* Define if the neat program is available */
69/* #undef HAVE_CIRCO */
70
71/* Define to 1 if you have the `closedir' function. */
72#define HAVE_CLOSEDIR 1
73
74/* Define to 1 if you have the <CrashReporterClient.h> header file. */
75/* #undef HAVE_CRASHREPORTERCLIENT_H */
76
77/* can use __crashreporter_info__ */
78#define HAVE_CRASHREPORTER_INFO 0
79
80/* Define to 1 if you have the <ctype.h> header file. */
81#define HAVE_CTYPE_H 1
82
83/* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
84   don't. */
85#define HAVE_DECL_FE_ALL_EXCEPT 1
86
87/* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
88   don't. */
89#define HAVE_DECL_FE_INEXACT 1
90
91/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
92   don't. */
93#define HAVE_DECL_STRERROR_S 0
94
95/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
96   */
97#define HAVE_DIRENT_H 1
98
99/* Define if you have the GNU dld library. */
100/* #undef HAVE_DLD */
101
102/* Define to 1 if you have the <dld.h> header file. */
103/* #undef HAVE_DLD_H */
104
105/* Define to 1 if you have the `dlerror' function. */
106#define HAVE_DLERROR 1
107
108/* Define to 1 if you have the <dlfcn.h> header file. */
109#define HAVE_DLFCN_H 1
110
111/* Define if dlopen() is available on this platform. */
112#define HAVE_DLOPEN 1
113
114/* Define to 1 if you have the <dl.h> header file. */
115/* #undef HAVE_DL_H */
116
117/* Define if the dot program is available */
118/* #undef HAVE_DOT */
119
120/* Define if the dotty program is available */
121/* #undef HAVE_DOTTY */
122
123/* Define if you have the _dyld_func_lookup function. */
124/* #undef HAVE_DYLD */
125
126/* Define to 1 if you have the <errno.h> header file. */
127#define HAVE_ERRNO_H 1
128
129/* Define to 1 if the system has the type `error_t'. */
130/* #undef HAVE_ERROR_T */
131
132/* Define to 1 if you have the <execinfo.h> header file. */
133/* #undef HAVE_EXECINFO_H */
134
135/* Define to 1 if you have the `exp' function. */
136#define HAVE_EXP 1
137
138/* Define to 1 if you have the `exp2' function. */
139#define HAVE_EXP2 1
140
141/* Define to 1 if you have the <fcntl.h> header file. */
142#define HAVE_FCNTL_H 1
143
144/* Define if the neat program is available */
145/* #undef HAVE_FDP */
146
147/* Define to 1 if you have the <fenv.h> header file. */
148#define HAVE_FENV_H 1
149
150/* Define if libffi is available on this platform. */
151/* #undef HAVE_FFI_CALL */
152
153/* Define to 1 if you have the <ffi/ffi.h> header file. */
154/* #undef HAVE_FFI_FFI_H */
155
156/* Define to 1 if you have the <ffi.h> header file. */
157/* #undef HAVE_FFI_H */
158
159/* Set to 1 if the finite function is found in <ieeefp.h> */
160/* #undef HAVE_FINITE_IN_IEEEFP_H */
161
162/* Define to 1 if you have the `floorf' function. */
163#define HAVE_FLOORF 1
164
165/* Define to 1 if you have the `fmodf' function. */
166#define HAVE_FMODF 1
167
168/* Define to 1 if you have the `getcwd' function. */
169#define HAVE_GETCWD 1
170
171/* Define to 1 if you have the `getpagesize' function. */
172#define HAVE_GETPAGESIZE 1
173
174/* Define to 1 if you have the `getrlimit' function. */
175#define HAVE_GETRLIMIT 1
176
177/* Define to 1 if you have the `getrusage' function. */
178#define HAVE_GETRUSAGE 1
179
180/* Define to 1 if you have the `gettimeofday' function. */
181#define HAVE_GETTIMEOFDAY 1
182
183/* Define if the Graphviz program is available */
184/* #undef HAVE_GRAPHVIZ */
185
186/* Define if the gv program is available */
187/* #undef HAVE_GV */
188
189/* Define to 1 if you have the `index' function. */
190/* #undef HAVE_INDEX */
191
192/* Define to 1 if the system has the type `int64_t'. */
193#define HAVE_INT64_T 1
194
195/* Define to 1 if you have the <inttypes.h> header file. */
196#define HAVE_INTTYPES_H 1
197
198/* Define to 1 if you have the `isatty' function. */
199#define HAVE_ISATTY 1
200
201/* Set to 1 if the isinf function is found in <cmath> */
202#define HAVE_ISINF_IN_CMATH 1
203
204/* Set to 1 if the isinf function is found in <math.h> */
205#define HAVE_ISINF_IN_MATH_H 1
206
207/* Set to 1 if the isnan function is found in <cmath> */
208#define HAVE_ISNAN_IN_CMATH 1
209
210/* Set to 1 if the isnan function is found in <math.h> */
211#define HAVE_ISNAN_IN_MATH_H 1
212
213/* Define if you have the libdl library or equivalent. */
214#define HAVE_LIBDL 1
215
216/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
217/* #undef HAVE_LIBIMAGEHLP */
218
219/* Define to 1 if you have the `m' library (-lm). */
220#define HAVE_LIBM 1
221
222/* Define to 1 if you have the `psapi' library (-lpsapi). */
223/* #undef HAVE_LIBPSAPI */
224
225/* Define to 1 if you have the `pthread' library (-lpthread). */
226/* #undef HAVE_LIBPTHREAD */
227
228/* Define to 1 if you have the `udis86' library (-ludis86). */
229/* #undef HAVE_LIBUDIS86 */
230
231/* Define to 1 if you have the <limits.h> header file. */
232#define HAVE_LIMITS_H 1
233
234/* Define if you can use -Wl,-export-dynamic. */
235#define HAVE_LINK_EXPORT_DYNAMIC 1
236
237/* Define to 1 if you have the <link.h> header file. */
238#define HAVE_LINK_H 1
239
240/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
241   the current directory to the dynamic linker search path. */
242#define HAVE_LINK_R 1
243
244/* Define to 1 if you have the `log' function. */
245#define HAVE_LOG 1
246
247/* Define to 1 if you have the `log10' function. */
248#define HAVE_LOG10 1
249
250/* Define to 1 if you have the `log2' function. */
251#define HAVE_LOG2 1
252
253/* Define to 1 if you have the `longjmp' function. */
254#define HAVE_LONGJMP 1
255
256/* Define to 1 if you have the <mach/mach.h> header file. */
257/* #undef HAVE_MACH_MACH_H */
258
259/* Define to 1 if you have the <mach-o/dyld.h> header file. */
260/* #undef HAVE_MACH_O_DYLD_H */
261
262/* Define if mallinfo() is available on this platform. */
263/* #undef HAVE_MALLINFO */
264
265/* Define to 1 if you have the <malloc.h> header file. */
266/* #undef HAVE_MALLOC_H */
267
268/* Define to 1 if you have the <malloc/malloc.h> header file. */
269/* #undef HAVE_MALLOC_MALLOC_H */
270
271/* Define to 1 if you have the `malloc_zone_statistics' function. */
272/* #undef HAVE_MALLOC_ZONE_STATISTICS */
273
274/* Define to 1 if you have the `memcpy' function. */
275#define HAVE_MEMCPY 1
276
277/* Define to 1 if you have the `memmove' function. */
278#define HAVE_MEMMOVE 1
279
280/* Define to 1 if you have the <memory.h> header file. */
281#define HAVE_MEMORY_H 1
282
283/* Define to 1 if you have the `mkdtemp' function. */
284#define HAVE_MKDTEMP 1
285
286/* Define to 1 if you have the `mkstemp' function. */
287#define HAVE_MKSTEMP 1
288
289/* Define to 1 if you have the `mktemp' function. */
290#define HAVE_MKTEMP 1
291
292/* Define to 1 if you have a working `mmap' system call. */
293#define HAVE_MMAP 1
294
295/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
296   it uses MAP_ANON */
297/* #undef HAVE_MMAP_ANONYMOUS */
298
299/* Define if mmap() can map files into memory */
300#define HAVE_MMAP_FILE
301
302/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
303/* #undef HAVE_NDIR_H */
304
305/* Define to 1 if you have the `nearbyintf' function. */
306#define HAVE_NEARBYINTF 1
307
308/* Define if the neat program is available */
309/* #undef HAVE_NEATO */
310
311/* Define to 1 if you have the `opendir' function. */
312#define HAVE_OPENDIR 1
313
314/* Define to 1 if you have the `posix_spawn' function. */
315/* #undef HAVE_POSIX_SPAWN */
316
317/* Define to 1 if you have the `powf' function. */
318#define HAVE_POWF 1
319
320/* Define to 1 if you have the `pread' function. */
321#define HAVE_PREAD 1
322
323/* Define if libtool can extract symbol lists from object files. */
324#define HAVE_PRELOADED_SYMBOLS 1
325
326/* Define to have the %a format string */
327#define HAVE_PRINTF_A 1
328
329/* Have pthread_getspecific */
330/* #undef HAVE_PTHREAD_GETSPECIFIC */
331
332/* Define to 1 if you have the <pthread.h> header file. */
333/* #undef HAVE_PTHREAD_H */
334
335/* Have pthread_mutex_lock */
336/* #undef HAVE_PTHREAD_MUTEX_LOCK */
337
338/* Have pthread_rwlock_init */
339/* #undef HAVE_PTHREAD_RWLOCK_INIT */
340
341/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
342#define HAVE_RAND48 1
343
344/* Define to 1 if you have the `readdir' function. */
345#define HAVE_READDIR 1
346
347/* Define to 1 if you have the `realpath' function. */
348#define HAVE_REALPATH 1
349
350/* Define to 1 if you have the `rindex' function. */
351/* #undef HAVE_RINDEX */
352
353/* Define to 1 if you have the `rintf' function. */
354#define HAVE_RINTF 1
355
356/* Define to 1 if you have the `round' function. */
357#define HAVE_ROUND 1
358
359/* Define to 1 if you have the `roundf' function. */
360#define HAVE_ROUNDF 1
361
362/* Define to 1 if you have the `sbrk' function. */
363#define HAVE_SBRK 1
364
365/* Define to 1 if you have the `setenv' function. */
366#define HAVE_SETENV 1
367
368/* Define to 1 if you have the `setjmp' function. */
369#define HAVE_SETJMP 1
370
371/* Define to 1 if you have the <setjmp.h> header file. */
372#define HAVE_SETJMP_H 1
373
374/* Define to 1 if you have the `setrlimit' function. */
375#define HAVE_SETRLIMIT 1
376
377/* Define if you have the shl_load function. */
378/* #undef HAVE_SHL_LOAD */
379
380/* Define to 1 if you have the `siglongjmp' function. */
381#define HAVE_SIGLONGJMP 1
382
383/* Define to 1 if you have the <signal.h> header file. */
384#define HAVE_SIGNAL_H 1
385
386/* Define to 1 if you have the `sigsetjmp' function. */
387#define HAVE_SIGSETJMP 1
388
389/* Define to 1 if you have the <stdint.h> header file. */
390#define HAVE_STDINT_H 1
391
392/* Define to 1 if you have the <stdio.h> header file. */
393#define HAVE_STDIO_H 1
394
395/* Define to 1 if you have the <stdlib.h> header file. */
396#define HAVE_STDLIB_H 1
397
398/* Set to 1 if the std::isinf function is found in <cmath> */
399#define HAVE_STD_ISINF_IN_CMATH 1
400
401/* Set to 1 if the std::isnan function is found in <cmath> */
402#define HAVE_STD_ISNAN_IN_CMATH 1
403
404/* Define to 1 if you have the `strchr' function. */
405#define HAVE_STRCHR 1
406
407/* Define to 1 if you have the `strcmp' function. */
408#define HAVE_STRCMP 1
409
410/* Define to 1 if you have the `strdup' function. */
411#define HAVE_STRDUP 1
412
413/* Define to 1 if you have the `strerror' function. */
414#define HAVE_STRERROR 1
415
416/* Define to 1 if you have the `strerror_r' function. */
417#define HAVE_STRERROR_R 1
418
419/* Define to 1 if you have the <strings.h> header file. */
420#define HAVE_STRINGS_H 1
421
422/* Define to 1 if you have the <string.h> header file. */
423#define HAVE_STRING_H 1
424
425/* Define to 1 if you have the `strrchr' function. */
426#define HAVE_STRRCHR 1
427
428/* Define to 1 if you have the `strtof' function. */
429#define HAVE_STRTOF 1
430
431/* Define to 1 if you have the `strtoll' function. */
432#define HAVE_STRTOLL 1
433
434/* Define to 1 if you have the `strtoq' function. */
435#define HAVE_STRTOQ 1
436
437/* Define to 1 if you have the `sysconf' function. */
438#define HAVE_SYSCONF 1
439
440/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
441   */
442/* #undef HAVE_SYS_DIR_H */
443
444/* Define to 1 if you have the <sys/dl.h> header file. */
445/* #undef HAVE_SYS_DL_H */
446
447/* Define to 1 if you have the <sys/ioctl.h> header file. */
448#define HAVE_SYS_IOCTL_H 1
449
450/* Define to 1 if you have the <sys/mman.h> header file. */
451#define HAVE_SYS_MMAN_H 1
452
453/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
454   */
455/* #undef HAVE_SYS_NDIR_H */
456
457/* Define to 1 if you have the <sys/param.h> header file. */
458#define HAVE_SYS_PARAM_H 1
459
460/* Define to 1 if you have the <sys/resource.h> header file. */
461#define HAVE_SYS_RESOURCE_H 1
462
463/* Define to 1 if you have the <sys/stat.h> header file. */
464#define HAVE_SYS_STAT_H 1
465
466/* Define to 1 if you have the <sys/time.h> header file. */
467#define HAVE_SYS_TIME_H 1
468
469/* Define to 1 if you have the <sys/types.h> header file. */
470#define HAVE_SYS_TYPES_H 1
471
472/* Define to 1 if you have the <sys/uio.h> header file. */
473#define HAVE_SYS_UIO_H 1
474
475/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
476#define HAVE_SYS_WAIT_H 1
477
478/* Define to 1 if you have the <termios.h> header file. */
479#define HAVE_TERMIOS_H 1
480
481/* Define if the neat program is available */
482/* #undef HAVE_TWOPI */
483
484/* Define to 1 if the system has the type `uint64_t'. */
485#define HAVE_UINT64_T 1
486
487/* Define to 1 if you have the <unistd.h> header file. */
488#define HAVE_UNISTD_H 1
489
490/* Define to 1 if you have the <utime.h> header file. */
491#define HAVE_UTIME_H 1
492
493/* Define to 1 if the system has the type `u_int64_t'. */
494/* #undef HAVE_U_INT64_T */
495
496/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
497/* #undef HAVE_VALGRIND_VALGRIND_H */
498
499/* Define to 1 if you have the <windows.h> header file. */
500/* #undef HAVE_WINDOWS_H */
501
502/* Define to 1 if you have the `writev' function. */
503#define HAVE_WRITEV 1
504
505/* Define if the xdot.py program is available */
506/* #undef HAVE_XDOT_PY */
507
508/* Have host's _alloca */
509/* #undef HAVE__ALLOCA */
510
511/* Have host's __alloca */
512/* #undef HAVE___ALLOCA */
513
514/* Have host's __ashldi3 */
515/* #undef HAVE___ASHLDI3 */
516
517/* Have host's __ashrdi3 */
518/* #undef HAVE___ASHRDI3 */
519
520/* Have host's __chkstk */
521/* #undef HAVE___CHKSTK */
522
523/* Have host's __cmpdi2 */
524/* #undef HAVE___CMPDI2 */
525
526/* Have host's __divdi3 */
527/* #undef HAVE___DIVDI3 */
528
529/* Define to 1 if you have the `__dso_handle' function. */
530#define HAVE___DSO_HANDLE 1
531
532/* Have host's __fixdfdi */
533/* #undef HAVE___FIXDFDI */
534
535/* Have host's __fixsfdi */
536/* #undef HAVE___FIXSFDI */
537
538/* Have host's __floatdidf */
539/* #undef HAVE___FLOATDIDF */
540
541/* Have host's __lshrdi3 */
542/* #undef HAVE___LSHRDI3 */
543
544/* Have host's __main */
545/* #undef HAVE___MAIN */
546
547/* Have host's __moddi3 */
548/* #undef HAVE___MODDI3 */
549
550/* Have host's __udivdi3 */
551/* #undef HAVE___UDIVDI3 */
552
553/* Have host's __umoddi3 */
554/* #undef HAVE___UMODDI3 */
555
556/* Have host's ___chkstk */
557/* #undef HAVE____CHKSTK */
558
559/* Linker version detected at compile time. */
560/* #undef HOST_LINK_VERSION */
561
562/* Installation directory for binary executables */
563/* #undef LLVM_BINDIR */
564
565/* Time at which LLVM was configured */
566/* #undef LLVM_CONFIGTIME */
567
568/* Installation directory for data files */
569/* #undef LLVM_DATADIR */
570
571/* Target triple LLVM will generate code for by default */
572/* #undef LLVM_DEFAULT_TARGET_TRIPLE */
573
574/* Installation directory for documentation */
575/* #undef LLVM_DOCSDIR */
576
577/* Define if threads enabled */
578#define LLVM_ENABLE_THREADS 0
579
580/* Installation directory for config files */
581/* #undef LLVM_ETCDIR */
582
583/* Has gcc/MSVC atomic intrinsics */
584#define LLVM_HAS_ATOMICS 0
585
586/* Host triple LLVM will be executed on */
587/* #undef LLVM_HOSTTRIPLE */
588
589/* Installation directory for include files */
590/* #undef LLVM_INCLUDEDIR */
591
592/* Installation directory for .info files */
593/* #undef LLVM_INFODIR */
594
595/* Installation directory for libraries */
596/* #undef LLVM_LIBDIR */
597
598/* Installation directory for man pages */
599/* #undef LLVM_MANDIR */
600
601/* LLVM architecture name for the native architecture, if available */
602#define LLVM_NATIVE_ARCH X86
603
604/* LLVM name for the native AsmParser init function, if available */
605#define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
606
607/* LLVM name for the native AsmPrinter init function, if available */
608#define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
609
610/* LLVM name for the native Disassembler init function, if available */
611#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
612
613/* LLVM name for the native Target init function, if available */
614#define LLVM_NATIVE_TARGET LLVMInitializeX86Target
615
616/* LLVM name for the native TargetInfo init function, if available */
617#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
618
619/* LLVM name for the native target MC init function, if available */
620#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
621
622/* Define if this is Unixish platform */
623#define LLVM_ON_UNIX 1
624
625/* Define if this is Win32ish platform */
626/* #undef LLVM_ON_WIN32 */
627
628/* Define to path to circo program if found or 'echo circo' otherwise */
629/* #undef LLVM_PATH_CIRCO */
630
631/* Define to path to dot program if found or 'echo dot' otherwise */
632/* #undef LLVM_PATH_DOT */
633
634/* Define to path to dotty program if found or 'echo dotty' otherwise */
635/* #undef LLVM_PATH_DOTTY */
636
637/* Define to path to fdp program if found or 'echo fdp' otherwise */
638/* #undef LLVM_PATH_FDP */
639
640/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
641/* #undef LLVM_PATH_GRAPHVIZ */
642
643/* Define to path to gv program if found or 'echo gv' otherwise */
644/* #undef LLVM_PATH_GV */
645
646/* Define to path to neato program if found or 'echo neato' otherwise */
647/* #undef LLVM_PATH_NEATO */
648
649/* Define to path to twopi program if found or 'echo twopi' otherwise */
650/* #undef LLVM_PATH_TWOPI */
651
652/* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
653/* #undef LLVM_PATH_XDOT_PY */
654
655/* Installation prefix directory */
656#define LLVM_PREFIX ""
657
658/* Define if we have the Intel JIT API runtime support library */
659#define LLVM_USE_INTEL_JITEVENTS 0
660
661/* Define if we have the oprofile JIT-support library */
662#define LLVM_USE_OPROFILE 0
663
664/* Major version of the LLVM API */
665#define LLVM_VERSION_MAJOR 3
666
667/* Minor version of the LLVM API */
668#define LLVM_VERSION_MINOR 3
669
670/* Define if the OS needs help to load dependent libraries for dlopen(). */
671#define LTDL_DLOPEN_DEPLIBS 1
672
673/* Define to the sub-directory in which libtool stores uninstalled libraries.
674   */
675#define LTDL_OBJDIR ".libs/"
676
677/* Define to the name of the environment variable that determines the dynamic
678   library search path. */
679#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
680
681/* Define to the extension used for shared libraries, say, ".so". */
682#define LTDL_SHLIB_EXT ".so"
683
684/* Define to the system default library search path. */
685#define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
686
687/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
688   its not necessary */
689/* #undef NEED_DEV_ZERO_FOR_MMAP */
690
691/* Define if dlsym() requires a leading underscore in symbol names. */
692/* #undef NEED_USCORE */
693
694/* Define to the address where bug reports for this package should be sent. */
695#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
696
697/* Define to the full name of this package. */
698#define PACKAGE_NAME "LLVM"
699
700/* Define to the full name and version of this package. */
701#define PACKAGE_STRING "LLVM 3.3svn"
702
703/* Define to the one symbol short name of this package. */
704#define PACKAGE_TARNAME "llvm"
705
706/* Define to the version of this package. */
707#define PACKAGE_VERSION "3.3svn"
708
709/* Define as the return type of signal handlers (`int' or `void'). */
710#define RETSIGTYPE void
711
712/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
713/* #undef STAT_MACROS_BROKEN */
714
715/* Define to 1 if you have the ANSI C header files. */
716#define STDC_HEADERS 1
717
718/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
719#define TIME_WITH_SYS_TIME 1
720
721/* Define to 1 if your <sys/time.h> declares `struct tm'. */
722/* #undef TM_IN_SYS_TIME */
723
724/* Define if use udis86 library */
725#define USE_UDIS86 0
726
727/* Type of 1st arg on ELM Callback */
728/* #undef WIN32_ELMCB_PCSTR */
729
730/* Define to empty if `const' does not conform to ANSI C. */
731/* #undef const */
732
733/* Define to a type to use for `error_t' if it is not otherwise available. */
734#define error_t int
735
736/* Define to `int' if <sys/types.h> does not define. */
737/* #undef pid_t */
738
739/* Define to `unsigned int' if <sys/types.h> does not define. */
740/* #undef size_t */
741
742#endif
743