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