OSDN Git Service

Make HAVE_DECL_ARC4RANDOM always defined. Sort the entry correctly.
[android-x86/external-llvm.git] / include / llvm / Config / config.h.cmake
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 /* Exported configuration */
5 #include "llvm/Config/llvm-config.h"
6
7 /* Bug report URL. */
8 #define BUG_REPORT_URL "${BUG_REPORT_URL}"
9
10 /* Define if you want backtraces on crash */
11 #cmakedefine ENABLE_BACKTRACES
12
13 /* Define to enable crash overrides */
14 #cmakedefine ENABLE_CRASH_OVERRIDES
15
16 /* Define if position independent code is enabled */
17 #cmakedefine ENABLE_PIC
18
19 /* Define to 1 if you have the `backtrace' function. */
20 #cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
21
22 /* Define to 1 if you have the `bcopy' function. */
23 #undef HAVE_BCOPY
24
25 /* Define to 1 if you have the `closedir' function. */
26 #cmakedefine HAVE_CLOSEDIR ${HAVE_CLOSEDIR}
27
28 /* Define to 1 if you have the <CrashReporterClient.h> header file. */
29 #undef HAVE_CRASHREPORTERCLIENT_H
30
31 /* can use __crashreporter_info__ */
32 #undef HAVE_CRASHREPORTER_INFO
33
34 /* Define to 1 if you have the declaration of `arc4random', and to 0 if you
35    don't. */
36 #cmakedefine01 HAVE_DECL_ARC4RANDOM
37
38 /* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
39    don't. */
40 #cmakedefine01 HAVE_DECL_FE_ALL_EXCEPT
41
42 /* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
43    don't. */
44 #cmakedefine01 HAVE_DECL_FE_INEXACT
45
46 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
47    don't. */
48 #cmakedefine01 HAVE_DECL_STRERROR_S
49
50 /* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
51 #cmakedefine HAVE_DIA_SDK ${HAVE_DIA_SDK}
52
53 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
54    */
55 #cmakedefine HAVE_DIRENT_H ${HAVE_DIRENT_H}
56
57 /* Define if you have the GNU dld library. */
58 #undef HAVE_DLD
59
60 /* Define to 1 if you have the `dlerror' function. */
61 #cmakedefine HAVE_DLERROR ${HAVE_DLERROR}
62
63 /* Define to 1 if you have the <dlfcn.h> header file. */
64 #cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
65
66 /* Define if dlopen() is available on this platform. */
67 #cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
68
69 /* Define if you have the _dyld_func_lookup function. */
70 #undef HAVE_DYLD
71
72 /* Define to 1 if you have the <errno.h> header file. */
73 #cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
74
75 /* Define to 1 if you have the <execinfo.h> header file. */
76 #cmakedefine HAVE_EXECINFO_H ${HAVE_EXECINFO_H}
77
78 /* Define to 1 if you have the <fcntl.h> header file. */
79 #cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
80
81 /* Define to 1 if you have the <fenv.h> header file. */
82 #cmakedefine HAVE_FENV_H ${HAVE_FENV_H}
83
84 /* Define if libffi is available on this platform. */
85 #cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL}
86
87 /* Define to 1 if you have the <ffi/ffi.h> header file. */
88 #cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H}
89
90 /* Define to 1 if you have the <ffi.h> header file. */
91 #cmakedefine HAVE_FFI_H ${HAVE_FFI_H}
92
93 /* Define to 1 if you have the `futimes' function. */
94 #cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES}
95
96 /* Define to 1 if you have the `futimens' function */
97 #cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS}
98
99 /* Define to 1 if you have the `getcwd' function. */
100 #cmakedefine HAVE_GETCWD ${HAVE_GETCWD}
101
102 /* Define to 1 if you have the `getpagesize' function. */
103 #cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE}
104
105 /* Define to 1 if you have the `getrlimit' function. */
106 #cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
107
108 /* Define to 1 if you have the `getrusage' function. */
109 #cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE}
110
111 /* Define to 1 if you have the `gettimeofday' function. */
112 #cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
113
114 /* Define to 1 if the system has the type `int64_t'. */
115 #cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
116
117 /* Define to 1 if you have the <inttypes.h> header file. */
118 #cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
119
120 /* Define to 1 if you have the `isatty' function. */
121 #cmakedefine HAVE_ISATTY 1
122
123 /* Define if you have the libdl library or equivalent. */
124 #cmakedefine HAVE_LIBDL ${HAVE_LIBDL}
125
126 /* Define to 1 if you have the `m' library (-lm). */
127 #undef HAVE_LIBM
128
129 /* Define to 1 if you have the `ole32' library (-lole32). */
130 #undef HAVE_LIBOLE32
131
132 /* Define to 1 if you have the `psapi' library (-lpsapi). */
133 #cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
134
135 /* Define to 1 if you have the `pthread' library (-lpthread). */
136 #cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
137
138 /* Define to 1 if you have the `shell32' library (-lshell32). */
139 #cmakedefine HAVE_LIBSHELL32 ${HAVE_LIBSHELL32}
140
141 /* Define to 1 if you have the 'z' library (-lz). */
142 #cmakedefine HAVE_LIBZ ${HAVE_LIBZ}
143
144 /* Define to 1 if you have the 'edit' library (-ledit). */
145 #cmakedefine HAVE_LIBEDIT ${HAVE_LIBEDIT}
146
147 /* Define to 1 if you have the <limits.h> header file. */
148 #cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H}
149
150 /* Define to 1 if you have the <link.h> header file. */
151 #cmakedefine HAVE_LINK_H ${HAVE_LINK_H}
152
153 /* Define if you can use -rdynamic. */
154 #define HAVE_LINK_EXPORT_DYNAMIC 1
155
156 /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
157    the current directory to the dynamic linker search path. */
158 #undef HAVE_LINK_R
159
160 /* Define to 1 if you have the `longjmp' function. */
161 #cmakedefine HAVE_LONGJMP ${HAVE_LONGJMP}
162
163 /* Define to 1 if you have the <mach/mach.h> header file. */
164 #cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
165
166 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
167 #cmakedefine HAVE_MACH_O_DYLD_H ${HAVE_MACH_O_DYLD_H}
168
169 /* Define if mallinfo() is available on this platform. */
170 #cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
171
172 /* Define to 1 if you have the <malloc.h> header file. */
173 #cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
174
175 /* Define to 1 if you have the <malloc/malloc.h> header file. */
176 #cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
177
178 /* Define to 1 if you have the `malloc_zone_statistics' function. */
179 #cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
180
181 /* Define to 1 if you have the `mallctl` function. */
182 #cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL}
183
184 /* Define to 1 if you have the `mkdtemp' function. */
185 #cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
186
187 /* Define to 1 if you have the `mkstemp' function. */
188 #cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
189
190 /* Define to 1 if you have the `mktemp' function. */
191 #cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
192
193 /* Define to 1 if you have a working `mmap' system call. */
194 #undef HAVE_MMAP
195
196 /* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
197    it uses MAP_ANON */
198 #undef HAVE_MMAP_ANONYMOUS
199
200 /* Define if mmap() can map files into memory */
201 #undef HAVE_MMAP_FILE
202
203 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
204 #cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
205
206 /* Define to 1 if you have the `opendir' function. */
207 #cmakedefine HAVE_OPENDIR ${HAVE_OPENDIR}
208
209 /* Define to 1 if you have the `posix_spawn' function. */
210 #cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
211
212 /* Define to 1 if you have the `pread' function. */
213 #cmakedefine HAVE_PREAD ${HAVE_PREAD}
214
215 /* Define if libtool can extract symbol lists from object files. */
216 #undef HAVE_PRELOADED_SYMBOLS
217
218 /* Define to have the %a format string */
219 #undef HAVE_PRINTF_A
220
221 /* Have pthread_getspecific */
222 #cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
223
224 /* Define to 1 if you have the <pthread.h> header file. */
225 #cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
226
227 /* Have pthread_mutex_lock */
228 #cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
229
230 /* Have pthread_rwlock_init */
231 #cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
232
233 /* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
234 #cmakedefine HAVE_RAND48 ${HAVE_RAND48}
235
236 /* Define to 1 if you have the `readdir' function. */
237 #cmakedefine HAVE_READDIR ${HAVE_READDIR}
238
239 /* Define to 1 if you have the `realpath' function. */
240 #cmakedefine HAVE_REALPATH ${HAVE_REALPATH}
241
242 /* Define to 1 if you have the `sbrk' function. */
243 #cmakedefine HAVE_SBRK ${HAVE_SBRK}
244
245 /* Define to 1 if you have the `setenv' function. */
246 #cmakedefine HAVE_SETENV ${HAVE_SETENV}
247
248 /* Define to 1 if you have the `setjmp' function. */
249 #cmakedefine HAVE_SETJMP ${HAVE_SETJMP}
250
251 /* Define to 1 if you have the `setrlimit' function. */
252 #cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
253
254 /* Define if you have the shl_load function. */
255 #undef HAVE_SHL_LOAD
256
257 /* Define to 1 if you have the `sigaltstack' function. */
258 #cmakedefine HAVE_SIGALTSTACK ${HAVE_SIGALTSTACK}
259
260 /* Define to 1 if you have the `siglongjmp' function. */
261 #cmakedefine HAVE_SIGLONGJMP ${HAVE_SIGLONGJMP}
262
263 /* Define to 1 if you have the <signal.h> header file. */
264 #cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
265
266 /* Define to 1 if you have the `sigsetjmp' function. */
267 #cmakedefine HAVE_SIGSETJMP ${HAVE_SIGSETJMP}
268
269 /* Define to 1 if you have the <stdint.h> header file. */
270 #cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
271
272 /* Set to 1 if the std::isinf function is found in <cmath> */
273 #undef HAVE_STD_ISINF_IN_CMATH
274
275 /* Set to 1 if the std::isnan function is found in <cmath> */
276 #undef HAVE_STD_ISNAN_IN_CMATH
277
278 /* Define to 1 if you have the `strdup' function. */
279 #cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
280
281 /* Define to 1 if you have the `strerror' function. */
282 #cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
283
284 /* Define to 1 if you have the `strerror_r' function. */
285 #cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
286
287 /* Define to 1 if you have the `strtoll' function. */
288 #cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
289
290 /* Define to 1 if you have the `strtoq' function. */
291 #cmakedefine HAVE_STRTOQ ${HAVE_STRTOQ}
292
293 /* Define to 1 if you have the `sysconf' function. */
294 #undef HAVE_SYSCONF
295
296 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
297    */
298 #cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
299
300 /* Define to 1 if you have the <sys/ioctl.h> header file. */
301 #cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
302
303 /* Define to 1 if you have the <sys/mman.h> header file. */
304 #cmakedefine HAVE_SYS_MMAN_H ${}
305
306 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
307    */
308 #cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
309
310 /* Define to 1 if you have the <sys/param.h> header file. */
311 #cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
312
313 /* Define to 1 if you have the <sys/resource.h> header file. */
314 #cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
315
316 /* Define to 1 if you have the <sys/stat.h> header file. */
317 #cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
318
319 /* Define to 1 if you have the <sys/time.h> header file. */
320 #cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
321
322 /* Define to 1 if you have the <sys/types.h> header file. */
323 #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
324
325 /* Define to 1 if you have the <sys/uio.h> header file. */
326 #cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
327
328 /* Define if the setupterm() function is supported this platform. */
329 #cmakedefine HAVE_TERMINFO ${HAVE_TERMINFO}
330
331 /* Define if the xar_open() function is supported this platform. */
332 #cmakedefine HAVE_LIBXAR ${HAVE_LIBXAR}
333
334 /* Define to 1 if you have the <termios.h> header file. */
335 #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
336
337 /* Define to 1 if the system has the type `uint64_t'. */
338 #cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
339
340 /* Define to 1 if you have the <unistd.h> header file. */
341 #cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
342
343 /* Define to 1 if you have the `_Unwind_Backtrace' function. */
344 #cmakedefine HAVE__UNWIND_BACKTRACE ${HAVE__UNWIND_BACKTRACE}
345
346 /* Define to 1 if you have the <utime.h> header file. */
347 #cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H}
348
349 /* Define to 1 if the system has the type `u_int64_t'. */
350 #cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
351
352 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
353 #cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
354
355 /* Define to 1 if you have the `writev' function. */
356 #cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
357
358 /* Define to 1 if you have the <zlib.h> header file. */
359 #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
360
361 /* Have host's _alloca */
362 #cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
363
364 /* Have host's __alloca */
365 #cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
366
367 /* Have host's __ashldi3 */
368 #cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
369
370 /* Have host's __ashrdi3 */
371 #cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
372
373 /* Have host's __chkstk */
374 #cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
375
376 /* Have host's __chkstk_ms */
377 #cmakedefine HAVE___CHKSTK_MS ${HAVE___CHKSTK_MS}
378
379 /* Have host's __cmpdi2 */
380 #cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
381
382 /* Have host's __divdi3 */
383 #cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
384
385 /* Define to 1 if you have the `__dso_handle' function. */
386 #undef HAVE___DSO_HANDLE
387
388 /* Have host's __fixdfdi */
389 #cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
390
391 /* Have host's __fixsfdi */
392 #cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
393
394 /* Have host's __floatdidf */
395 #cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
396
397 /* Have host's __lshrdi3 */
398 #cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
399
400 /* Have host's __main */
401 #cmakedefine HAVE___MAIN ${HAVE___MAIN}
402
403 /* Have host's __moddi3 */
404 #cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
405
406 /* Have host's __udivdi3 */
407 #cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
408
409 /* Have host's __umoddi3 */
410 #cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
411
412 /* Have host's ___chkstk */
413 #cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
414
415 /* Have host's ___chkstk_ms */
416 #cmakedefine HAVE____CHKSTK_MS ${HAVE____CHKSTK_MS}
417
418 /* Linker version detected at compile time. */
419 #undef HOST_LINK_VERSION
420
421 /* Installation directory for binary executables */
422 #cmakedefine LLVM_BINDIR "${LLVM_BINDIR}"
423
424 /* Installation directory for data files */
425 #cmakedefine LLVM_DATADIR "${LLVM_DATADIR}"
426
427 /* Target triple LLVM will generate code for by default
428  * Doesn't use `cmakedefine` because it is allowed to be empty.
429  */
430 #define LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}"
431
432 /* Installation directory for documentation */
433 #cmakedefine LLVM_DOCSDIR "${LLVM_DOCSDIR}"
434
435 /* Define if LLVM is built with asserts and checks that change the layout of
436    client-visible data structures.  */
437 #cmakedefine LLVM_ENABLE_ABI_BREAKING_CHECKS
438
439 /* Define if threads enabled */
440 #cmakedefine01 LLVM_ENABLE_THREADS
441
442 /* Define if zlib compression is available */
443 #cmakedefine01 LLVM_ENABLE_ZLIB
444
445 /* Installation directory for config files */
446 #cmakedefine LLVM_ETCDIR "${LLVM_ETCDIR}"
447
448 /* Has gcc/MSVC atomic intrinsics */
449 #cmakedefine01 LLVM_HAS_ATOMICS
450
451 /* Host triple LLVM will be executed on */
452 #cmakedefine LLVM_HOST_TRIPLE "${LLVM_HOST_TRIPLE}"
453
454 /* Installation directory for include files */
455 #cmakedefine LLVM_INCLUDEDIR "${LLVM_INCLUDEDIR}"
456
457 /* Installation directory for .info files */
458 #cmakedefine LLVM_INFODIR "${LLVM_INFODIR}"
459
460 /* Installation directory for man pages */
461 #cmakedefine LLVM_MANDIR "${LLVM_MANDIR}"
462
463 /* LLVM architecture name for the native architecture, if available */
464 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
465
466 /* LLVM name for the native AsmParser init function, if available */
467 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
468
469 /* LLVM name for the native AsmPrinter init function, if available */
470 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
471
472 /* LLVM name for the native Disassembler init function, if available */
473 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
474
475 /* LLVM name for the native Target init function, if available */
476 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
477
478 /* LLVM name for the native TargetInfo init function, if available */
479 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
480
481 /* LLVM name for the native target MC init function, if available */
482 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
483
484 /* Define if this is Unixish platform */
485 #cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
486
487 /* Define if this is Win32ish platform */
488 #cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
489
490 /* Installation prefix directory */
491 #cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
492
493 /* Define if we have the Intel JIT API runtime support library */
494 #cmakedefine LLVM_USE_INTEL_JITEVENTS 1
495
496 /* Define if we have the oprofile JIT-support library */
497 #cmakedefine LLVM_USE_OPROFILE 1
498
499 /* Major version of the LLVM API */
500 #define LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
501
502 /* Minor version of the LLVM API */
503 #define LLVM_VERSION_MINOR ${LLVM_VERSION_MINOR}
504
505 /* Patch version of the LLVM API */
506 #define LLVM_VERSION_PATCH ${LLVM_VERSION_PATCH}
507
508 /* LLVM version string */
509 #define LLVM_VERSION_STRING "${PACKAGE_VERSION}"
510
511 /* LLVM version information */
512 #cmakedefine LLVM_VERSION_INFO "${LLVM_VERSION_INFO}"
513
514 /* Define if we link Polly to the tools */
515 #cmakedefine LINK_POLLY_INTO_TOOLS
516
517 /* Define if the OS needs help to load dependent libraries for dlopen(). */
518 #cmakedefine LTDL_DLOPEN_DEPLIBS ${LTDL_DLOPEN_DEPLIBS}
519
520 /* Define to the sub-directory in which libtool stores uninstalled libraries.
521    */
522 #undef LTDL_OBJDIR
523
524 /* Define to the extension used for shared libraries, say, ".so". */
525 #cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
526
527 /* Define to the system default library search path. */
528 #cmakedefine LTDL_SYSSEARCHPATH "${LTDL_SYSSEARCHPATH}"
529
530 /* Define if /dev/zero should be used when mapping RWX memory, or undefine if
531    its not necessary */
532 #undef NEED_DEV_ZERO_FOR_MMAP
533
534 /* Define if dlsym() requires a leading underscore in symbol names. */
535 #undef NEED_USCORE
536
537 /* Define to the address where bug reports for this package should be sent. */
538 #cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
539
540 /* Define to the full name of this package. */
541 #cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
542
543 /* Define to the full name and version of this package. */
544 #cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
545
546 /* Define to the one symbol short name of this package. */
547 #undef PACKAGE_TARNAME
548
549 /* Define to the version of this package. */
550 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
551
552 /* Define to the vendor of this package. */
553 #cmakedefine PACKAGE_VENDOR "${PACKAGE_VENDOR}"
554
555 /* Define as the return type of signal handlers (`int' or `void'). */
556 #cmakedefine RETSIGTYPE ${RETSIGTYPE}
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 #undef STDC_HEADERS
563
564 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
565 #undef TIME_WITH_SYS_TIME
566
567 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
568 #undef TM_IN_SYS_TIME
569
570 /* Define to `int' if <sys/types.h> does not define. */
571 #undef pid_t
572
573 /* Define to `unsigned int' if <sys/types.h> does not define. */
574 #undef size_t
575
576 /* Define to a function replacing strtoll */
577 #cmakedefine strtoll ${strtoll}
578
579 /* Define to a function implementing strtoull */
580 #cmakedefine strtoull ${strtoull}
581
582 /* Define to a function implementing stricmp */
583 #cmakedefine stricmp ${stricmp}
584
585 /* Define to a function implementing strdup */
586 #cmakedefine strdup ${strdup}
587
588 /* Define to 1 if you have the `_chsize_s' function. */
589 #cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
590
591 #cmakedefine HAVE_POSIX_FALLOCATE ${HAVE_POSIX_FALLOCATE}
592
593 #endif