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