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