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