config.h.cmake revision 254f35ca4a9bd1a12f0ea263aa7434c62056bf8b
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/* Arch the libstdc++ headers. */
18#define CXX_INCLUDE_ARCH "${CXX_INCLUDE_ARCH}"
19
20/* Directory with the 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#cmakedefine HAVE_DLERROR ${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#cmakedefine HAVE_DLOPEN ${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#cmakedefine HAVE_ERROR_T ${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#cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL}
134
135/* Define to 1 if you have the <ffi/ffi.h> header file. */
136#cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H}
137
138/* Define to 1 if you have the <ffi.h> header file. */
139#cmakedefine HAVE_FFI_H ${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#cmakedefine HAVE_INDEX ${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#cmakedefine HAVE_LIBDL ${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#cmakedefine HAVE_LONGJMP ${HAVE_LONGJMP}
228
229/* Define to 1 if you have the <mach/mach.h> header file. */
230#cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
231
232/* Define to 1 if you have the <mach-o/dyld.h> header file. */
233#cmakedefine HAVE_MACH_O_DYLD_H ${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/* Define to 1 if you have the <pthread.h> header file. */
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#cmakedefine HAVE_RAND48 ${HAVE_RAND48}
313
314/* Define to 1 if you have the `readdir' function. */
315#cmakedefine HAVE_READDIR ${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#cmakedefine HAVE_RINDEX ${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#cmakedefine HAVE_SETJMP ${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#cmakedefine HAVE_SIGLONGJMP ${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#cmakedefine HAVE_SIGSETJMP ${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/* Set to 1 if the std::isnan function is found in <cmath> */
372#undef HAVE_STD_ISNAN_IN_CMATH
373
374/* Define to 1 if you have the `strchr' function. */
375#cmakedefine HAVE_STRCHR ${HAVE_STRCHR}
376
377/* Define to 1 if you have the `strcmp' function. */
378#cmakedefine HAVE_STRCMP ${HAVE_STRCMP}
379
380/* Define to 1 if you have the `strdup' function. */
381#cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
382
383/* Define to 1 if you have the `strerror' function. */
384#cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
385
386/* Define to 1 if you have the `strerror_r' function. */
387#cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
388
389/* Define to 1 if you have the `strerror_s' function. */
390#cmakedefine HAVE_STRERROR_S ${HAVE_STRERROR_S}
391
392/* Define to 1 if you have the <strings.h> header file. */
393#cmakedefine HAVE_STRINGS_H ${HAVE_STRINGS_H}
394
395/* Define to 1 if you have the <string.h> header file. */
396#cmakedefine HAVE_STRING_H ${HAVE_STRING_H}
397
398/* Define to 1 if you have the `strrchr' function. */
399#cmakedefine HAVE_STRRCHR ${HAVE_STRRCHR}
400
401/* Define to 1 if you have the `strtof' function. */
402#cmakedefine HAVE_STRTOF ${HAVE_STRTOF}
403
404/* Define to 1 if you have the `strtoll' function. */
405#cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
406
407/* Define to 1 if you have the `strtoq' function. */
408#cmakedefine HAVE_STRTOQ ${HAVE_STRTOQ}
409
410/* Define to 1 if you have the `sysconf' function. */
411#undef HAVE_SYSCONF
412
413/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
414   */
415#cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
416
417/* Define to 1 if you have the <sys/dl.h> header file. */
418#cmakedefine HAVE_SYS_DL_H ${HAVE_SYS_DL_H}
419
420/* Define to 1 if you have the <sys/ioctl.h> header file. */
421#cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
422
423/* Define to 1 if you have the <sys/mman.h> header file. */
424#cmakedefine HAVE_SYS_MMAN_H ${}
425
426/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
427   */
428#cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
429
430/* Define to 1 if you have the <sys/param.h> header file. */
431#cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
432
433/* Define to 1 if you have the <sys/resource.h> header file. */
434#cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
435
436/* Define to 1 if you have the <sys/stat.h> header file. */
437#cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
438
439/* Define to 1 if you have the <sys/time.h> header file. */
440#cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
441
442/* Define to 1 if you have the <sys/types.h> header file. */
443#cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
444
445/* Define to 1 if you have the <sys/uio.h> header file. */
446#cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
447
448/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
449#cmakedefine HAVE_SYS_WAIT_H ${HAVE_SYS_WAIT_H}
450
451/* Define to 1 if you have the <termios.h> header file. */
452#cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
453
454/* Define to 1 if you have the <unistd.h> header file. */
455#cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
456
457/* Define to 1 if you have the <utime.h> header file. */
458#cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H}
459
460/* Define to 1 if the system has the type `u_int64_t'. */
461#cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
462
463/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
464#cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
465
466/* Define to 1 if you have the <windows.h> header file. */
467#cmakedefine HAVE_WINDOWS_H ${HAVE_WINDOWS_H}
468
469/* Define to 1 if you have the `writev' function. */
470#cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
471
472/* Define if the xdot.py program is available */
473#undef HAVE_XDOT_PY
474
475/* Define to 1 if you have the `__dso_handle' function. */
476#undef HAVE___DSO_HANDLE
477
478/* Linker version detected at compile time. */
479#undef HOST_LINK_VERSION
480
481/* Installation directory for binary executables */
482#undef LLVM_BINDIR
483
484/* Time at which LLVM was configured */
485#undef LLVM_CONFIGTIME
486
487/* Installation directory for documentation */
488#undef LLVM_DATADIR
489
490/* Installation directory for documentation */
491#undef LLVM_DOCSDIR
492
493/* Installation directory for config files */
494#undef LLVM_ETCDIR
495
496/* Host triple we were built on */
497#cmakedefine LLVM_HOSTTRIPLE "${LLVM_HOSTTRIPLE}"
498
499/* Installation directory for include files */
500#undef LLVM_INCLUDEDIR
501
502/* Installation directory for .info files */
503#undef LLVM_INFODIR
504
505/* Installation directory for libraries */
506#undef LLVM_LIBDIR
507
508/* Installation directory for man pages */
509#undef LLVM_MANDIR
510
511/* Build multithreading support into LLVM */
512#cmakedefine LLVM_MULTITHREADED ${LLVM_MULTITHREADED}
513
514/* LLVM architecture name for the native architecture, if available */
515#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
516
517/* LLVM name for the native AsmPrinter init function, if available */
518#cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
519
520/* LLVM name for the native Target init function, if available */
521#cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
522
523/* LLVM name for the native TargetInfo init function, if available */
524#cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
525
526/* Define if this is Unixish platform */
527#cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
528
529/* Define if this is Win32ish platform */
530#cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
531
532/* Define to path to circo program if found or 'echo circo' otherwise */
533#cmakedefine LLVM_PATH_CIRCO "${LLVM_PATH_CIRCO}"
534
535/* Define to path to dot program if found or 'echo dot' otherwise */
536#cmakedefine LLVM_PATH_DOT "${LLVM_PATH_DOT}"
537
538/* Define to path to dotty program if found or 'echo dotty' otherwise */
539#cmakedefine LLVM_PATH_DOTTY "${LLVM_PATH_DOTTY}"
540
541/* Define to path to fdp program if found or 'echo fdp' otherwise */
542#cmakedefine LLVM_PATH_FDP "${LLVM_PATH_FDP}"
543
544/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
545#undef LLVM_PATH_GRAPHVIZ
546
547/* Define to path to gv program if found or 'echo gv' otherwise */
548#cmakedefine LLVM_PATH_GV "${LLVM_PATH_GV}"
549
550/* Define to path to neato program if found or 'echo neato' otherwise */
551#cmakedefine LLVM_PATH_NEATO "${LLVM_PATH_NEATO}"
552
553/* Define to path to twopi program if found or 'echo twopi' otherwise */
554#cmakedefine LLVM_PATH_TWOPI "${LLVM_PATH_TWOPI}"
555
556/* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
557#undef LLVM_PATH_XDOT_PY
558
559/* Installation prefix directory */
560#cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
561
562/* Define if the OS needs help to load dependent libraries for dlopen(). */
563#cmakedefine LTDL_DLOPEN_DEPLIBS ${LTDL_DLOPEN_DEPLIBS}
564
565/* Define to the sub-directory in which libtool stores uninstalled libraries.
566   */
567#undef LTDL_OBJDIR
568
569/* Define to the name of the environment variable that determines the dynamic
570   library search path. */
571#cmakedefine LTDL_SHLIBPATH_VAR "${LTDL_SHLIBPATH_VAR}"
572
573/* Define to the extension used for shared libraries, say, ".so". */
574#cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
575
576/* Define to the system default library search path. */
577#cmakedefine LTDL_SYSSEARCHPATH "${LTDL_SYSSEARCHPATH}"
578
579/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
580   its not necessary */
581#undef NEED_DEV_ZERO_FOR_MMAP
582
583/* Define if dlsym() requires a leading underscore in symbol names. */
584#undef NEED_USCORE
585
586/* Define to the address where bug reports for this package should be sent. */
587#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
588
589/* Define to the full name of this package. */
590#cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
591
592/* Define to the full name and version of this package. */
593#cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
594
595/* Define to the one symbol short name of this package. */
596#undef PACKAGE_TARNAME
597
598/* Define to the version of this package. */
599#cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
600
601/* Define as the return type of signal handlers (`int' or `void'). */
602#cmakedefine RETSIGTYPE ${RETSIGTYPE}
603
604/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
605#undef STAT_MACROS_BROKEN
606
607/* If using the C implementation of alloca, define if you know the
608   direction of stack growth for your system; otherwise it will be
609   automatically deduced at runtime.
610	STACK_DIRECTION > 0 => grows toward higher addresses
611	STACK_DIRECTION < 0 => grows toward lower addresses
612	STACK_DIRECTION = 0 => direction of growth unknown */
613#undef STACK_DIRECTION
614
615/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
616#undef STAT_MACROS_BROKEN
617
618/* Define to 1 if you have the ANSI C header files. */
619#undef STDC_HEADERS
620
621/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
622#undef TIME_WITH_SYS_TIME
623
624/* Define to 1 if your <sys/time.h> declares `struct tm'. */
625#undef TM_IN_SYS_TIME
626
627/* Define if we have the oprofile JIT-support library */
628#undef USE_OPROFILE
629
630/* Define if use udis86 library */
631#undef USE_UDIS86
632
633/* Define to empty if `const' does not conform to ANSI C. */
634#undef const
635
636/* Define to a type to use for `error_t' if it is not otherwise available. */
637#cmakedefine error_t ${error_t}
638
639/* Define to `int' if <sys/types.h> does not define. */
640#undef pid_t
641
642/* Define to `unsigned int' if <sys/types.h> does not define. */
643#undef size_t
644
645/* Define if the neat program is available */
646#cmakedefine HAVE_TWOPI ${HAVE_TWOPI}
647
648/* Define to 1 if the system has the type `uint64_t'. */
649#cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
650
651/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
652   `char[]'. */
653#undef YYTEXT_POINTER
654
655/* Define to a type to use for `mode_t' if it is not otherwise available. */
656#cmakedefine mode_t ${mode_t}
657
658/* Define to a function replacing strtoll */
659#cmakedefine strtoll ${strtoll}
660
661/* Define to a function implementing strtoull */
662#cmakedefine strtoull ${strtoull}
663
664/* Define to a function implementing stricmp */
665#cmakedefine stricmp ${stricmp}
666
667/* Define to a function implementing strdup */
668#cmakedefine strdup ${strdup}
669
670/* Define to 1 if you have the `_chsize_s' function. */
671#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
672
673/* define if the compiler implements namespaces */
674#undef HAVE_NAMESPACES
675
676/* Does not have std namespace iterator */
677#undef HAVE_STD_ITERATOR
678
679/* Does not have forward iterator */
680#undef HAVE_FWD_ITERATOR
681
682/* Does not have bi-directional iterator */
683#undef HAVE_BI_ITERATOR
684
685/* Does not have <hash_map> */
686#undef HAVE_GLOBAL_HASH_MAP
687
688/* Does not have hash_set in global namespace */
689#undef HAVE_GLOBAL_HASH_SET
690
691/* Does not have ext/hash_map */
692#undef HAVE_GNU_EXT_HASH_MAP
693
694/* Does not have hash_set in gnu namespace */
695#undef HAVE_GNU_EXT_HASH_SET
696
697/* Does not have ext/hash_map> */
698#undef HAVE_STD_EXT_HASH_MAP
699
700/* Does not have hash_set in std namespace */
701#undef HAVE_STD_EXT_HASH_SET
702
703/* Added by Kevin -- Maximum path length */
704#cmakedefine MAXPATHLEN ${MAXPATHLEN}
705
706#endif
707