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