OSDN Git Service

GC left-over from workarounds for missing pid_t and size_t
[android-x86/external-llvm.git] / include / llvm / Config / config.h.cmake
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 /* Exported configuration */
5 #include "llvm/Config/llvm-config.h"
6
7 /* Bug report URL. */
8 #define BUG_REPORT_URL "${BUG_REPORT_URL}"
9
10 /* Define to 1 to enable backtraces, and to 0 otherwise. */
11 #cmakedefine01 ENABLE_BACKTRACES
12
13 /* Define to 1 to enable crash overrides, and to 0 otherwise. */
14 #cmakedefine01 ENABLE_CRASH_OVERRIDES
15
16 /* Define to 1 if you have the `backtrace' function. */
17 #cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
18
19 /* Define to 1 if you have the <CrashReporterClient.h> header file. */
20 #undef HAVE_CRASHREPORTERCLIENT_H
21
22 /* can use __crashreporter_info__ */
23 #undef HAVE_CRASHREPORTER_INFO
24
25 /* Define to 1 if you have the declaration of `arc4random', and to 0 if you
26    don't. */
27 #cmakedefine01 HAVE_DECL_ARC4RANDOM
28
29 /* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
30    don't. */
31 #cmakedefine01 HAVE_DECL_FE_ALL_EXCEPT
32
33 /* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
34    don't. */
35 #cmakedefine01 HAVE_DECL_FE_INEXACT
36
37 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
38    don't. */
39 #cmakedefine01 HAVE_DECL_STRERROR_S
40
41 /* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
42 #cmakedefine01 HAVE_DIA_SDK
43
44 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
45    */
46 #cmakedefine HAVE_DIRENT_H ${HAVE_DIRENT_H}
47
48 /* Define to 1 if you have the <dlfcn.h> header file. */
49 #cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
50
51 /* Define if dlopen() is available on this platform. */
52 #cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
53
54 /* Define to 1 if you have the <errno.h> header file. */
55 #cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
56
57 /* Define to 1 if you have the <execinfo.h> header file. */
58 #cmakedefine HAVE_EXECINFO_H ${HAVE_EXECINFO_H}
59
60 /* Define to 1 if you have the <fcntl.h> header file. */
61 #cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
62
63 /* Define to 1 if you have the <fenv.h> header file. */
64 #cmakedefine HAVE_FENV_H ${HAVE_FENV_H}
65
66 /* Define if libffi is available on this platform. */
67 #cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL}
68
69 /* Define to 1 if you have the <ffi/ffi.h> header file. */
70 #cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H}
71
72 /* Define to 1 if you have the <ffi.h> header file. */
73 #cmakedefine HAVE_FFI_H ${HAVE_FFI_H}
74
75 /* Define to 1 if you have the `futimens' function. */
76 #cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS}
77
78 /* Define to 1 if you have the `futimes' function. */
79 #cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES}
80
81 /* Define to 1 if you have the `getcwd' function. */
82 #cmakedefine HAVE_GETCWD ${HAVE_GETCWD}
83
84 /* Define to 1 if you have the `getpagesize' function. */
85 #cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE}
86
87 /* Define to 1 if you have the `getrlimit' function. */
88 #cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
89
90 /* Define to 1 if you have the `getrusage' function. */
91 #cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE}
92
93 /* Define to 1 if you have the `gettimeofday' function. */
94 #cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
95
96 /* Define to 1 if the system has the type `int64_t'. */
97 #cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
98
99 /* Define to 1 if you have the <inttypes.h> header file. */
100 #cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
101
102 /* Define to 1 if you have the `isatty' function. */
103 #cmakedefine HAVE_ISATTY 1
104
105 /* Define to 1 if you have the `edit' library (-ledit). */
106 #cmakedefine HAVE_LIBEDIT ${HAVE_LIBEDIT}
107
108 /* Define to 1 if you have the `psapi' library (-lpsapi). */
109 #cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
110
111 /* Define to 1 if you have the `pthread' library (-lpthread). */
112 #cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
113
114 /* Define to 1 if you have the `shell32' library (-lshell32). */
115 #cmakedefine HAVE_LIBSHELL32 ${HAVE_LIBSHELL32}
116
117 /* Define to 1 if you have the `z' library (-lz). */
118 #cmakedefine HAVE_LIBZ ${HAVE_LIBZ}
119
120 /* Define to 1 if you have the <link.h> header file. */
121 #cmakedefine HAVE_LINK_H ${HAVE_LINK_H}
122
123 /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
124    the current directory to the dynamic linker search path. */
125 #undef HAVE_LINK_R
126
127 /* Define to 1 if you have the <mach/mach.h> header file. */
128 #cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
129
130 /* Define to 1 if you have the `mallctl' function. */
131 #cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL}
132
133 /* Define to 1 if you have the `mallinfo' function. */
134 #cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
135
136 /* Define to 1 if you have the <malloc.h> header file. */
137 #cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
138
139 /* Define to 1 if you have the <malloc/malloc.h> header file. */
140 #cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
141
142 /* Define to 1 if you have the `malloc_zone_statistics' function. */
143 #cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
144
145 /* Define to 1 if you have the `mkdtemp' function. */
146 #cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
147
148 /* Define to 1 if you have the `mkstemp' function. */
149 #cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
150
151 /* Define to 1 if you have the `mktemp' function. */
152 #cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
153
154 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
155 #cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
156
157 /* Define to 1 if you have the `posix_fallocate' function. */
158 #cmakedefine HAVE_POSIX_FALLOCATE ${HAVE_POSIX_FALLOCATE}
159
160 /* Define to 1 if you have the `posix_spawn' function. */
161 #cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
162
163 /* Define to 1 if you have the `pread' function. */
164 #cmakedefine HAVE_PREAD ${HAVE_PREAD}
165
166 /* Have pthread_getspecific */
167 #cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
168
169 /* Define to 1 if you have the <pthread.h> header file. */
170 #cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
171
172 /* Have pthread_mutex_lock */
173 #cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
174
175 /* Have pthread_rwlock_init */
176 #cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
177
178 /* Define to 1 if you have the `realpath' function. */
179 #cmakedefine HAVE_REALPATH ${HAVE_REALPATH}
180
181 /* Define to 1 if you have the `sbrk' function. */
182 #cmakedefine HAVE_SBRK ${HAVE_SBRK}
183
184 /* Define to 1 if you have the `setenv' function. */
185 #cmakedefine HAVE_SETENV ${HAVE_SETENV}
186
187 /* Define to 1 if you have the `setrlimit' function. */
188 #cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
189
190 /* Define to 1 if you have the `sigaltstack' function. */
191 #cmakedefine HAVE_SIGALTSTACK ${HAVE_SIGALTSTACK}
192
193 /* Define to 1 if you have the <signal.h> header file. */
194 #cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
195
196 /* Define to 1 if you have the <stdint.h> header file. */
197 #cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
198
199 /* Define to 1 if you have the `strerror' function. */
200 #cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
201
202 /* Define to 1 if you have the `strerror_r' function. */
203 #cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
204
205 /* Define to 1 if you have the `strtoll' function. */
206 #cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
207
208 /* Define to 1 if you have the `strtoq' function. */
209 #cmakedefine HAVE_STRTOQ ${HAVE_STRTOQ}
210
211 /* Define to 1 if you have the `sysconf' function. */
212 #cmakedefine HAVE_SYSCONF ${HAVE_SYSCONF}
213
214 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
215    */
216 #cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
217
218 /* Define to 1 if you have the <sys/ioctl.h> header file. */
219 #cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
220
221 /* Define to 1 if you have the <sys/mman.h> header file. */
222 #cmakedefine HAVE_SYS_MMAN_H ${HAVE_SYS_MMAN_H}
223
224 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
225    */
226 #cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
227
228 /* Define to 1 if you have the <sys/param.h> header file. */
229 #cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
230
231 /* Define to 1 if you have the <sys/resource.h> header file. */
232 #cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
233
234 /* Define to 1 if you have the <sys/stat.h> header file. */
235 #cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
236
237 /* Define to 1 if you have the <sys/time.h> header file. */
238 #cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
239
240 /* Define to 1 if you have the <sys/types.h> header file. */
241 #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
242
243 /* Define to 1 if you have the <sys/uio.h> header file. */
244 #cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
245
246 /* Define if the setupterm() function is supported this platform. */
247 #cmakedefine HAVE_TERMINFO ${HAVE_TERMINFO}
248
249 /* Define if the xar_open() function is supported this platform. */
250 #cmakedefine HAVE_LIBXAR ${HAVE_LIBXAR}
251
252 /* Define to 1 if you have the <termios.h> header file. */
253 #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
254
255 /* Define to 1 if the system has the type `uint64_t'. */
256 #cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
257
258 /* Define to 1 if you have the <unistd.h> header file. */
259 #cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
260
261 /* Define to 1 if the system has the type `u_int64_t'. */
262 #cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
263
264 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
265 #cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
266
267 /* Define to 1 if you have the `writev' function. */
268 #cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
269
270 /* Define to 1 if you have the <zlib.h> header file. */
271 #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
272
273 /* Have host's _alloca */
274 #cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
275
276 /* Define to 1 if you have the `_chsize_s' function. */
277 #cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
278
279 /* Define to 1 if you have the `_Unwind_Backtrace' function. */
280 #cmakedefine HAVE__UNWIND_BACKTRACE ${HAVE__UNWIND_BACKTRACE}
281
282 /* Have host's __alloca */
283 #cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
284
285 /* Have host's __ashldi3 */
286 #cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
287
288 /* Have host's __ashrdi3 */
289 #cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
290
291 /* Have host's __chkstk */
292 #cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
293
294 /* Have host's __chkstk_ms */
295 #cmakedefine HAVE___CHKSTK_MS ${HAVE___CHKSTK_MS}
296
297 /* Have host's __cmpdi2 */
298 #cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
299
300 /* Have host's __divdi3 */
301 #cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
302
303 /* Have host's __fixdfdi */
304 #cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
305
306 /* Have host's __fixsfdi */
307 #cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
308
309 /* Have host's __floatdidf */
310 #cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
311
312 /* Have host's __lshrdi3 */
313 #cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
314
315 /* Have host's __main */
316 #cmakedefine HAVE___MAIN ${HAVE___MAIN}
317
318 /* Have host's __moddi3 */
319 #cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
320
321 /* Have host's __udivdi3 */
322 #cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
323
324 /* Have host's __umoddi3 */
325 #cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
326
327 /* Have host's ___chkstk */
328 #cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
329
330 /* Have host's ___chkstk_ms */
331 #cmakedefine HAVE____CHKSTK_MS ${HAVE____CHKSTK_MS}
332
333 /* Linker version detected at compile time. */
334 #cmakedefine HOST_LINK_VERSION "${HOST_LINK_VERSION}"
335
336 /* Define if we link Polly to the tools */
337 #cmakedefine LINK_POLLY_INTO_TOOLS
338
339 /* Installation directory for binary executables */
340 #cmakedefine LLVM_BINDIR "${LLVM_BINDIR}"
341
342 /* Installation directory for data files */
343 #cmakedefine LLVM_DATADIR "${LLVM_DATADIR}"
344
345 /* Target triple LLVM will generate code for by default
346  * Doesn't use `cmakedefine` because it is allowed to be empty.
347  */
348 #define LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}"
349
350 /* Installation directory for documentation */
351 #cmakedefine LLVM_DOCSDIR "${LLVM_DOCSDIR}"
352
353 /* Define to enable checks that alter the LLVM C++ ABI */
354 #cmakedefine01 LLVM_ENABLE_ABI_BREAKING_CHECKS
355
356 /* Define if threads enabled */
357 #cmakedefine01 LLVM_ENABLE_THREADS
358
359 /* Define if zlib compression is available */
360 #cmakedefine01 LLVM_ENABLE_ZLIB
361
362 /* Installation directory for config files */
363 #cmakedefine LLVM_ETCDIR "${LLVM_ETCDIR}"
364
365 /* Has gcc/MSVC atomic intrinsics */
366 #cmakedefine01 LLVM_HAS_ATOMICS
367
368 /* Host triple LLVM will be executed on */
369 #cmakedefine LLVM_HOST_TRIPLE "${LLVM_HOST_TRIPLE}"
370
371 /* Installation directory for include files */
372 #cmakedefine LLVM_INCLUDEDIR "${LLVM_INCLUDEDIR}"
373
374 /* Installation directory for .info files */
375 #cmakedefine LLVM_INFODIR "${LLVM_INFODIR}"
376
377 /* Installation directory for man pages */
378 #cmakedefine LLVM_MANDIR "${LLVM_MANDIR}"
379
380 /* LLVM architecture name for the native architecture, if available */
381 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
382
383 /* LLVM name for the native AsmParser init function, if available */
384 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
385
386 /* LLVM name for the native AsmPrinter init function, if available */
387 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
388
389 /* LLVM name for the native Disassembler init function, if available */
390 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
391
392 /* LLVM name for the native Target init function, if available */
393 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
394
395 /* LLVM name for the native TargetInfo init function, if available */
396 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
397
398 /* LLVM name for the native target MC init function, if available */
399 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
400
401 /* Define if this is Unixish platform */
402 #cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
403
404 /* Define if this is Win32ish platform */
405 #cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
406
407 /* Installation prefix directory */
408 #cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
409
410 /* Define if we have the Intel JIT API runtime support library */
411 #cmakedefine01 LLVM_USE_INTEL_JITEVENTS
412
413 /* Define if we have the oprofile JIT-support library */
414 #cmakedefine01 LLVM_USE_OPROFILE
415
416 /* Major version of the LLVM API */
417 #define LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
418
419 /* Minor version of the LLVM API */
420 #define LLVM_VERSION_MINOR ${LLVM_VERSION_MINOR}
421
422 /* Patch version of the LLVM API */
423 #define LLVM_VERSION_PATCH ${LLVM_VERSION_PATCH}
424
425 /* LLVM version string */
426 #define LLVM_VERSION_STRING "${PACKAGE_VERSION}"
427
428 /* LLVM version information */
429 #cmakedefine LLVM_VERSION_INFO "${LLVM_VERSION_INFO}"
430
431 /* Define to the extension used for shared libraries, say, ".so". */
432 #cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
433
434 /* Define to the address where bug reports for this package should be sent. */
435 #cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
436
437 /* Define to the full name of this package. */
438 #cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
439
440 /* Define to the full name and version of this package. */
441 #cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
442
443 /* Define to the one symbol short name of this package. */
444 #undef PACKAGE_TARNAME
445
446 /* Define to the version of this package. */
447 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
448
449 /* Define to the vendor of this package. */
450 #cmakedefine PACKAGE_VENDOR "${PACKAGE_VENDOR}"
451
452 /* Define as the return type of signal handlers (`int' or `void'). */
453 #cmakedefine RETSIGTYPE ${RETSIGTYPE}
454
455 /* Define to a function replacing strtoll */
456 #cmakedefine strtoll ${strtoll}
457
458 /* Define to a function implementing strtoull */
459 #cmakedefine strtoull ${strtoull}
460
461 /* Define to a function implementing stricmp */
462 #cmakedefine stricmp ${stricmp}
463
464 /* Define to a function implementing strdup */
465 #cmakedefine strdup ${strdup}
466
467 #endif