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