config.h.cmake revision 1f6832a858db891b7a7b08d438afb373eefa628c
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/* Have host's _alloca */
458#cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
459
460/* Have host's __alloca */
461#cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
462
463/* Have host's __ashldi3 */
464#cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
465
466/* Have host's __ashrdi3 */
467#cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
468
469/* Have host's __chkstk */
470#cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
471
472/* Have host's __cmpdi2 */
473#cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
474
475/* Have host's __divdi3 */
476#cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
477
478/* Define to 1 if you have the `__dso_handle' function. */
479#undef HAVE___DSO_HANDLE
480
481/* Have host's __fixdfdi */
482#cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
483
484/* Have host's __fixsfdi */
485#cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
486
487/* Have host's __floatdidf */
488#cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
489
490/* Have host's __lshrdi3 */
491#cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
492
493/* Have host's __main */
494#cmakedefine HAVE___MAIN ${HAVE___MAIN}
495
496/* Have host's __moddi3 */
497#cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
498
499/* Have host's __udivdi3 */
500#cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
501
502/* Have host's __umoddi3 */
503#cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
504
505/* Have host's ___chkstk */
506#cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
507
508/* Linker version detected at compile time. */
509#undef HOST_LINK_VERSION
510
511/* Installation directory for binary executables */
512#undef LLVM_BINDIR
513
514/* Time at which LLVM was configured */
515#undef LLVM_CONFIGTIME
516
517/* Installation directory for documentation */
518#undef LLVM_DATADIR
519
520/* Installation directory for documentation */
521#undef LLVM_DOCSDIR
522
523/* Installation directory for config files */
524#undef LLVM_ETCDIR
525
526/* Host triple we were built on */
527#cmakedefine LLVM_HOSTTRIPLE "${LLVM_HOSTTRIPLE}"
528
529/* Installation directory for include files */
530#undef LLVM_INCLUDEDIR
531
532/* Installation directory for .info files */
533#undef LLVM_INFODIR
534
535/* Installation directory for libraries */
536#undef LLVM_LIBDIR
537
538/* Installation directory for man pages */
539#undef LLVM_MANDIR
540
541/* Build multithreading support into LLVM */
542#cmakedefine LLVM_MULTITHREADED ${LLVM_MULTITHREADED}
543
544/* LLVM architecture name for the native architecture, if available */
545#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
546
547/* LLVM name for the native AsmPrinter init function, if available */
548#cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
549
550/* LLVM name for the native Target init function, if available */
551#cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
552
553/* LLVM name for the native TargetInfo init function, if available */
554#cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
555
556/* Define if this is Unixish platform */
557#cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
558
559/* Define if this is Win32ish platform */
560#cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
561
562/* Define to path to circo program if found or 'echo circo' otherwise */
563#cmakedefine LLVM_PATH_CIRCO "${LLVM_PATH_CIRCO}"
564
565/* Define to path to dot program if found or 'echo dot' otherwise */
566#cmakedefine LLVM_PATH_DOT "${LLVM_PATH_DOT}"
567
568/* Define to path to dotty program if found or 'echo dotty' otherwise */
569#cmakedefine LLVM_PATH_DOTTY "${LLVM_PATH_DOTTY}"
570
571/* Define to path to fdp program if found or 'echo fdp' otherwise */
572#cmakedefine LLVM_PATH_FDP "${LLVM_PATH_FDP}"
573
574/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
575#undef LLVM_PATH_GRAPHVIZ
576
577/* Define to path to gv program if found or 'echo gv' otherwise */
578#cmakedefine LLVM_PATH_GV "${LLVM_PATH_GV}"
579
580/* Define to path to neato program if found or 'echo neato' otherwise */
581#cmakedefine LLVM_PATH_NEATO "${LLVM_PATH_NEATO}"
582
583/* Define to path to twopi program if found or 'echo twopi' otherwise */
584#cmakedefine LLVM_PATH_TWOPI "${LLVM_PATH_TWOPI}"
585
586/* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
587#undef LLVM_PATH_XDOT_PY
588
589/* Installation prefix directory */
590#cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
591
592/* Define if the OS needs help to load dependent libraries for dlopen(). */
593#cmakedefine LTDL_DLOPEN_DEPLIBS ${LTDL_DLOPEN_DEPLIBS}
594
595/* Define to the sub-directory in which libtool stores uninstalled libraries.
596   */
597#undef LTDL_OBJDIR
598
599/* Define to the name of the environment variable that determines the dynamic
600   library search path. */
601#cmakedefine LTDL_SHLIBPATH_VAR "${LTDL_SHLIBPATH_VAR}"
602
603/* Define to the extension used for shared libraries, say, ".so". */
604#cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
605
606/* Define to the system default library search path. */
607#cmakedefine LTDL_SYSSEARCHPATH "${LTDL_SYSSEARCHPATH}"
608
609/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
610   its not necessary */
611#undef NEED_DEV_ZERO_FOR_MMAP
612
613/* Define if dlsym() requires a leading underscore in symbol names. */
614#undef NEED_USCORE
615
616/* Define to the address where bug reports for this package should be sent. */
617#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
618
619/* Define to the full name of this package. */
620#cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
621
622/* Define to the full name and version of this package. */
623#cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
624
625/* Define to the one symbol short name of this package. */
626#undef PACKAGE_TARNAME
627
628/* Define to the version of this package. */
629#cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
630
631/* Define as the return type of signal handlers (`int' or `void'). */
632#cmakedefine RETSIGTYPE ${RETSIGTYPE}
633
634/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
635#undef STAT_MACROS_BROKEN
636
637/* If using the C implementation of alloca, define if you know the
638   direction of stack growth for your system; otherwise it will be
639   automatically deduced at runtime.
640	STACK_DIRECTION > 0 => grows toward higher addresses
641	STACK_DIRECTION < 0 => grows toward lower addresses
642	STACK_DIRECTION = 0 => direction of growth unknown */
643#undef STACK_DIRECTION
644
645/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
646#undef STAT_MACROS_BROKEN
647
648/* Define to 1 if you have the ANSI C header files. */
649#undef STDC_HEADERS
650
651/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
652#undef TIME_WITH_SYS_TIME
653
654/* Define to 1 if your <sys/time.h> declares `struct tm'. */
655#undef TM_IN_SYS_TIME
656
657/* Define if we have the oprofile JIT-support library */
658#undef USE_OPROFILE
659
660/* Define if use udis86 library */
661#undef USE_UDIS86
662
663/* Define to empty if `const' does not conform to ANSI C. */
664#undef const
665
666/* Define to a type to use for `error_t' if it is not otherwise available. */
667#cmakedefine error_t ${error_t}
668
669/* Define to `int' if <sys/types.h> does not define. */
670#undef pid_t
671
672/* Define to `unsigned int' if <sys/types.h> does not define. */
673#undef size_t
674
675/* Define if the neat program is available */
676#cmakedefine HAVE_TWOPI ${HAVE_TWOPI}
677
678/* Define to 1 if the system has the type `uint64_t'. */
679#cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
680
681/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
682   `char[]'. */
683#undef YYTEXT_POINTER
684
685/* Define to a type to use for `mode_t' if it is not otherwise available. */
686#cmakedefine mode_t ${mode_t}
687
688/* Define to a function replacing strtoll */
689#cmakedefine strtoll ${strtoll}
690
691/* Define to a function implementing strtoull */
692#cmakedefine strtoull ${strtoull}
693
694/* Define to a function implementing stricmp */
695#cmakedefine stricmp ${stricmp}
696
697/* Define to a function implementing strdup */
698#cmakedefine strdup ${strdup}
699
700/* Define to 1 if you have the `_chsize_s' function. */
701#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
702
703/* define if the compiler implements namespaces */
704#undef HAVE_NAMESPACES
705
706/* Does not have std namespace iterator */
707#undef HAVE_STD_ITERATOR
708
709/* Does not have forward iterator */
710#undef HAVE_FWD_ITERATOR
711
712/* Does not have bi-directional iterator */
713#undef HAVE_BI_ITERATOR
714
715/* Does not have <hash_map> */
716#undef HAVE_GLOBAL_HASH_MAP
717
718/* Does not have hash_set in global namespace */
719#undef HAVE_GLOBAL_HASH_SET
720
721/* Does not have ext/hash_map */
722#undef HAVE_GNU_EXT_HASH_MAP
723
724/* Does not have hash_set in gnu namespace */
725#undef HAVE_GNU_EXT_HASH_SET
726
727/* Does not have ext/hash_map> */
728#undef HAVE_STD_EXT_HASH_MAP
729
730/* Does not have hash_set in std namespace */
731#undef HAVE_STD_EXT_HASH_SET
732
733/* Added by Kevin -- Maximum path length */
734#cmakedefine MAXPATHLEN ${MAXPATHLEN}
735
736#endif
737