config.h.in revision cd81d94322a39503e4a3e87b6ee03d4fcb3465fb
130692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* include/llvm/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
230692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
330692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#ifndef CONFIG_H
430692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#define CONFIG_H
530692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
630692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Exported configuration */
730692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#include "llvm/Config/llvm-config.h"
830692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
930692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Patch version of the LLVM API */
1030692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef LLVM_VERSION_PATCH
1130692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
1230692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Bug report URL. */
1330692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef BUG_REPORT_URL
1430692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
1530692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define if you want backtraces on crash */
1630692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef ENABLE_BACKTRACES
1730692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
1830692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to enable crash handling overrides */
1930692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef ENABLE_CRASH_OVERRIDES
2030692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
2130692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define if position independent code is enabled */
2230692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef ENABLE_PIC
2330692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
2430692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define if timestamp information (e.g., __DATE__) is allowed */
2530692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef ENABLE_TIMESTAMPS
2630692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
2730692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the `backtrace' function. */
2830692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_BACKTRACE
2930692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
3030692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the `ceilf' function. */
3130692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_CEILF
3230692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
3330692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the <CrashReporterClient.h> header file. */
3430692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_CRASHREPORTERCLIENT_H
3530692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
3630692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* can use __crashreporter_info__ */
3730692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_CRASHREPORTER_INFO
3830692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
3930692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the <cxxabi.h> header file. */
4030692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_CXXABI_H
4130692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
4230692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the declaration of `arc4random', and to 0 if you
4330692c65c4174412c90e79489e98ab85c1a7412fBen Cheng   don't. */
4430692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_DECL_ARC4RANDOM
4530692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
4630692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
4730692c65c4174412c90e79489e98ab85c1a7412fBen Cheng   don't. */
4830692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_DECL_FE_ALL_EXCEPT
4930692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
5030692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
5130692c65c4174412c90e79489e98ab85c1a7412fBen Cheng   don't. */
5230692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_DECL_FE_INEXACT
5330692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
5430692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
5530692c65c4174412c90e79489e98ab85c1a7412fBen Cheng   don't. */
5630692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_DECL_STRERROR_S
5730692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
5830692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
5930692c65c4174412c90e79489e98ab85c1a7412fBen Cheng   */
6030692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_DIRENT_H
6130692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
6230692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the <dlfcn.h> header file. */
6330692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_DLFCN_H
6430692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
6530692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define if dlopen() is available on this platform. */
6630692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_DLOPEN
6730692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
6830692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the <errno.h> header file. */
6930692c65c4174412c90e79489e98ab85c1a7412fBen Cheng#undef HAVE_ERRNO_H
7030692c65c4174412c90e79489e98ab85c1a7412fBen Cheng
7130692c65c4174412c90e79489e98ab85c1a7412fBen Cheng/* Define to 1 if you have the <execinfo.h> header file. */
72#undef HAVE_EXECINFO_H
73
74/* Define to 1 if you have the `exp' function. */
75#undef HAVE_EXP
76
77/* Define to 1 if you have the `exp2' function. */
78#undef HAVE_EXP2
79
80/* Define to 1 if you have the <fcntl.h> header file. */
81#undef HAVE_FCNTL_H
82
83/* Define to 1 if you have the <fenv.h> header file. */
84#undef HAVE_FENV_H
85
86/* Define if libffi is available on this platform. */
87#undef HAVE_FFI_CALL
88
89/* Define to 1 if you have the <ffi/ffi.h> header file. */
90#undef HAVE_FFI_FFI_H
91
92/* Define to 1 if you have the <ffi.h> header file. */
93#undef HAVE_FFI_H
94
95/* Set to 1 if the finite function is found in <ieeefp.h> */
96#undef HAVE_FINITE_IN_IEEEFP_H
97
98/* Define to 1 if you have the `floorf' function. */
99#undef HAVE_FLOORF
100
101/* Define to 1 if you have the `fmodf' function. */
102#undef HAVE_FMODF
103
104/* Define to 1 if you have the `futimens' function. */
105#undef HAVE_FUTIMENS
106
107/* Define to 1 if you have the `futimes' function. */
108#undef HAVE_FUTIMES
109
110/* Define to 1 if you have the `getcwd' function. */
111#undef HAVE_GETCWD
112
113/* Define to 1 if you have the `getpagesize' function. */
114#undef HAVE_GETPAGESIZE
115
116/* Define to 1 if you have the `getrlimit' function. */
117#undef HAVE_GETRLIMIT
118
119/* Define to 1 if you have the `getrusage' function. */
120#undef HAVE_GETRUSAGE
121
122/* Define to 1 if you have the `gettimeofday' function. */
123#undef HAVE_GETTIMEOFDAY
124
125/* Define to 1 if the system has the type `int64_t'. */
126#undef HAVE_INT64_T
127
128/* Define to 1 if you have the <inttypes.h> header file. */
129#undef HAVE_INTTYPES_H
130
131/* Define to 1 if you have the `isatty' function. */
132#undef HAVE_ISATTY
133
134/* Set to 1 if the isinf function is found in <cmath> */
135#undef HAVE_ISINF_IN_CMATH
136
137/* Set to 1 if the isinf function is found in <math.h> */
138#undef HAVE_ISINF_IN_MATH_H
139
140/* Set to 1 if the isnan function is found in <cmath> */
141#undef HAVE_ISNAN_IN_CMATH
142
143/* Set to 1 if the isnan function is found in <math.h> */
144#undef HAVE_ISNAN_IN_MATH_H
145
146/* Define if libedit is available on this platform. */
147#undef HAVE_LIBEDIT
148
149/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
150#undef HAVE_LIBIMAGEHLP
151
152/* Define to 1 if you have the `m' library (-lm). */
153#undef HAVE_LIBM
154
155/* Define to 1 if you have the `psapi' library (-lpsapi). */
156#undef HAVE_LIBPSAPI
157
158/* Define to 1 if you have the `pthread' library (-lpthread). */
159#undef HAVE_LIBPTHREAD
160
161/* Define to 1 if you have the `shell32' library (-lshell32). */
162#undef HAVE_LIBSHELL32
163
164/* Define to 1 if you have the `udis86' library (-ludis86). */
165#undef HAVE_LIBUDIS86
166
167/* Define to 1 if you have the `z' library (-lz). */
168#undef HAVE_LIBZ
169
170/* Define if you can use -rdynamic. */
171#undef HAVE_LINK_EXPORT_DYNAMIC
172
173/* Define to 1 if you have the <link.h> header file. */
174#undef HAVE_LINK_H
175
176/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
177   the current directory to the dynamic linker search path. */
178#undef HAVE_LINK_R
179
180/* Define to 1 if you have the `log' function. */
181#undef HAVE_LOG
182
183/* Define to 1 if you have the `log10' function. */
184#undef HAVE_LOG10
185
186/* Define to 1 if you have the `log2' function. */
187#undef HAVE_LOG2
188
189/* Define to 1 if you have the `longjmp' function. */
190#undef HAVE_LONGJMP
191
192/* Define to 1 if you have the <mach/mach.h> header file. */
193#undef HAVE_MACH_MACH_H
194
195/* Define if mallinfo() is available on this platform. */
196#undef HAVE_MALLINFO
197
198/* Define to 1 if you have the <malloc.h> header file. */
199#undef HAVE_MALLOC_H
200
201/* Define to 1 if you have the <malloc/malloc.h> header file. */
202#undef HAVE_MALLOC_MALLOC_H
203
204/* Define to 1 if you have the `malloc_zone_statistics' function. */
205#undef HAVE_MALLOC_ZONE_STATISTICS
206
207/* Define to 1 if you have the <memory.h> header file. */
208#undef HAVE_MEMORY_H
209
210/* Define to 1 if you have the `mkdtemp' function. */
211#undef HAVE_MKDTEMP
212
213/* Define to 1 if you have the `mkstemp' function. */
214#undef HAVE_MKSTEMP
215
216/* Define to 1 if you have the `mktemp' function. */
217#undef HAVE_MKTEMP
218
219/* Define to 1 if you have a working `mmap' system call. */
220#undef HAVE_MMAP
221
222/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
223   it uses MAP_ANON */
224#undef HAVE_MMAP_ANONYMOUS
225
226/* Define if mmap() can map files into memory */
227#undef HAVE_MMAP_FILE
228
229/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
230#undef HAVE_NDIR_H
231
232/* Define to 1 if you have the `nearbyintf' function. */
233#undef HAVE_NEARBYINTF
234
235/* Define to 1 if you have the `posix_spawn' function. */
236#undef HAVE_POSIX_SPAWN
237
238/* Define to 1 if you have the `powf' function. */
239#undef HAVE_POWF
240
241/* Define to 1 if you have the `pread' function. */
242#undef HAVE_PREAD
243
244/* Define to have the %a format string */
245#undef HAVE_PRINTF_A
246
247/* Have pthread_getspecific */
248#undef HAVE_PTHREAD_GETSPECIFIC
249
250/* Define to 1 if you have the <pthread.h> header file. */
251#undef HAVE_PTHREAD_H
252
253/* Have pthread_mutex_lock */
254#undef HAVE_PTHREAD_MUTEX_LOCK
255
256/* Have pthread_rwlock_init */
257#undef HAVE_PTHREAD_RWLOCK_INIT
258
259/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
260#undef HAVE_RAND48
261
262/* Define to 1 if you have the `realpath' function. */
263#undef HAVE_REALPATH
264
265/* Define to 1 if you have the `rintf' function. */
266#undef HAVE_RINTF
267
268/* Define to 1 if you have the `round' function. */
269#undef HAVE_ROUND
270
271/* Define to 1 if you have the `roundf' function. */
272#undef HAVE_ROUNDF
273
274/* Define to 1 if you have the `sbrk' function. */
275#undef HAVE_SBRK
276
277/* Define to 1 if you have the `setenv' function. */
278#undef HAVE_SETENV
279
280/* Define to 1 if you have the `setjmp' function. */
281#undef HAVE_SETJMP
282
283/* Define to 1 if you have the <setjmp.h> header file. */
284#undef HAVE_SETJMP_H
285
286/* Define to 1 if you have the `setrlimit' function. */
287#undef HAVE_SETRLIMIT
288
289/* Define to 1 if you have the `siglongjmp' function. */
290#undef HAVE_SIGLONGJMP
291
292/* Define to 1 if you have the <signal.h> header file. */
293#undef HAVE_SIGNAL_H
294
295/* Define to 1 if you have the `sigsetjmp' function. */
296#undef HAVE_SIGSETJMP
297
298/* Define to 1 if you have the <stdint.h> header file. */
299#undef HAVE_STDINT_H
300
301/* Define to 1 if you have the <stdlib.h> header file. */
302#undef HAVE_STDLIB_H
303
304/* Set to 1 if the std::isinf function is found in <cmath> */
305#undef HAVE_STD_ISINF_IN_CMATH
306
307/* Set to 1 if the std::isnan function is found in <cmath> */
308#undef HAVE_STD_ISNAN_IN_CMATH
309
310/* Define to 1 if you have the `strerror' function. */
311#undef HAVE_STRERROR
312
313/* Define to 1 if you have the `strerror_r' function. */
314#undef HAVE_STRERROR_R
315
316/* Define to 1 if you have the <strings.h> header file. */
317#undef HAVE_STRINGS_H
318
319/* Define to 1 if you have the <string.h> header file. */
320#undef HAVE_STRING_H
321
322/* Define to 1 if you have the `strtof' function. */
323#undef HAVE_STRTOF
324
325/* Define to 1 if you have the `strtoll' function. */
326#undef HAVE_STRTOLL
327
328/* Define to 1 if you have the `strtoq' function. */
329#undef HAVE_STRTOQ
330
331/* Define to 1 if you have the `sysconf' function. */
332#undef HAVE_SYSCONF
333
334/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
335   */
336#undef HAVE_SYS_DIR_H
337
338/* Define to 1 if you have the <sys/ioctl.h> header file. */
339#undef HAVE_SYS_IOCTL_H
340
341/* Define to 1 if you have the <sys/mman.h> header file. */
342#undef HAVE_SYS_MMAN_H
343
344/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
345   */
346#undef HAVE_SYS_NDIR_H
347
348/* Define to 1 if you have the <sys/param.h> header file. */
349#undef HAVE_SYS_PARAM_H
350
351/* Define to 1 if you have the <sys/resource.h> header file. */
352#undef HAVE_SYS_RESOURCE_H
353
354/* Define to 1 if you have the <sys/stat.h> header file. */
355#undef HAVE_SYS_STAT_H
356
357/* Define to 1 if you have the <sys/time.h> header file. */
358#undef HAVE_SYS_TIME_H
359
360/* Define to 1 if you have the <sys/types.h> header file. */
361#undef HAVE_SYS_TYPES_H
362
363/* Define to 1 if you have the <sys/uio.h> header file. */
364#undef HAVE_SYS_UIO_H
365
366/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
367#undef HAVE_SYS_WAIT_H
368
369/* Define if the setupterm() function is supported this platform. */
370#undef HAVE_TERMINFO
371
372/* Define to 1 if you have the <termios.h> header file. */
373#undef HAVE_TERMIOS_H
374
375/* Define to 1 if the system has the type `uint64_t'. */
376#undef HAVE_UINT64_T
377
378/* Define to 1 if you have the <unistd.h> header file. */
379#undef HAVE_UNISTD_H
380
381/* Define to 1 if you have the <utime.h> header file. */
382#undef HAVE_UTIME_H
383
384/* Define to 1 if the system has the type `u_int64_t'. */
385#undef HAVE_U_INT64_T
386
387/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
388#undef HAVE_VALGRIND_VALGRIND_H
389
390/* Define to 1 if you have the `writev' function. */
391#undef HAVE_WRITEV
392
393/* Define to 1 if you have the <zlib.h> header file. */
394#undef HAVE_ZLIB_H
395
396/* Have host's _alloca */
397#undef HAVE__ALLOCA
398
399/* Have host's __alloca */
400#undef HAVE___ALLOCA
401
402/* Have host's __ashldi3 */
403#undef HAVE___ASHLDI3
404
405/* Have host's __ashrdi3 */
406#undef HAVE___ASHRDI3
407
408/* Have host's __chkstk */
409#undef HAVE___CHKSTK
410
411/* Have host's __cmpdi2 */
412#undef HAVE___CMPDI2
413
414/* Have host's __divdi3 */
415#undef HAVE___DIVDI3
416
417/* Define to 1 if you have the `__dso_handle' function. */
418#undef HAVE___DSO_HANDLE
419
420/* Have host's __fixdfdi */
421#undef HAVE___FIXDFDI
422
423/* Have host's __fixsfdi */
424#undef HAVE___FIXSFDI
425
426/* Have host's __floatdidf */
427#undef HAVE___FLOATDIDF
428
429/* Have host's __lshrdi3 */
430#undef HAVE___LSHRDI3
431
432/* Have host's __main */
433#undef HAVE___MAIN
434
435/* Have host's __moddi3 */
436#undef HAVE___MODDI3
437
438/* Have host's __udivdi3 */
439#undef HAVE___UDIVDI3
440
441/* Have host's __umoddi3 */
442#undef HAVE___UMODDI3
443
444/* Have host's ___chkstk */
445#undef HAVE____CHKSTK
446
447/* Linker version detected at compile time. */
448#undef HOST_LINK_VERSION
449
450/* Define if zlib is enabled */
451#undef LLVM_ENABLE_ZLIB
452
453/* The shared library extension */
454#undef LTDL_SHLIB_EXT
455
456/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
457   its not necessary */
458#undef NEED_DEV_ZERO_FOR_MMAP
459
460/* Define to the address where bug reports for this package should be sent. */
461#undef PACKAGE_BUGREPORT
462
463/* Define to the full name of this package. */
464#undef PACKAGE_NAME
465
466/* Define to the full name and version of this package. */
467#undef PACKAGE_STRING
468
469/* Define to the one symbol short name of this package. */
470#undef PACKAGE_TARNAME
471
472/* Define to the version of this package. */
473#undef PACKAGE_VERSION
474
475/* Define as the return type of signal handlers (`int' or `void'). */
476#undef RETSIGTYPE
477
478/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
479#undef STAT_MACROS_BROKEN
480
481/* Define to 1 if you have the ANSI C header files. */
482#undef STDC_HEADERS
483
484/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
485#undef TIME_WITH_SYS_TIME
486
487/* Define to 1 if your <sys/time.h> declares `struct tm'. */
488#undef TM_IN_SYS_TIME
489
490/* Define if use udis86 library */
491#undef USE_UDIS86
492
493/* Type of 1st arg on ELM Callback */
494#undef WIN32_ELMCB_PCSTR
495
496/* Define to `int' if <sys/types.h> does not define. */
497#undef pid_t
498
499/* Define to `unsigned int' if <sys/types.h> does not define. */
500#undef size_t
501
502#endif
503