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