OSDN Git Service

Remove LLVM_CONFIG from config headers
[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 #cmakedefine HAVE_CRASHREPORTERCLIENT_H
21
22 /* can use __crashreporter_info__ */
23 #cmakedefine01 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 LLVM_ENABLE_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 to 1 if you have the `lseek64' function. */
124 #cmakedefine HAVE_LSEEK64 ${HAVE_LSEEK64}
125
126 /* Define to 1 if you have the <mach/mach.h> header file. */
127 #cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
128
129 /* Define to 1 if you have the `mallctl' function. */
130 #cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL}
131
132 /* Define to 1 if you have the `mallinfo' function. */
133 #cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
134
135 /* Define to 1 if you have the <malloc.h> header file. */
136 #cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
137
138 /* Define to 1 if you have the <malloc/malloc.h> header file. */
139 #cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
140
141 /* Define to 1 if you have the `malloc_zone_statistics' function. */
142 #cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
143
144 /* Define to 1 if you have the `mkdtemp' function. */
145 #cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
146
147 /* Define to 1 if you have the `mkstemp' function. */
148 #cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
149
150 /* Define to 1 if you have the `mktemp' function. */
151 #cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
152
153 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
154 #cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
155
156 /* Define to 1 if you have the `posix_fallocate' function. */
157 #cmakedefine HAVE_POSIX_FALLOCATE ${HAVE_POSIX_FALLOCATE}
158
159 /* Define to 1 if you have the `posix_spawn' function. */
160 #cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
161
162 /* Define to 1 if you have the `pread' function. */
163 #cmakedefine HAVE_PREAD ${HAVE_PREAD}
164
165 /* Have pthread_getspecific */
166 #cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
167
168 /* Define to 1 if you have the <pthread.h> header file. */
169 #cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
170
171 /* Have pthread_mutex_lock */
172 #cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
173
174 /* Have pthread_rwlock_init */
175 #cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
176
177 /* Define to 1 if you have the `realpath' function. */
178 #cmakedefine HAVE_REALPATH ${HAVE_REALPATH}
179
180 /* Define to 1 if you have the `sbrk' function. */
181 #cmakedefine HAVE_SBRK ${HAVE_SBRK}
182
183 /* Define to 1 if you have the `setenv' function. */
184 #cmakedefine HAVE_SETENV ${HAVE_SETENV}
185
186 /* Define to 1 if you have the `setrlimit' function. */
187 #cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
188
189 /* Define to 1 if you have the `sigaltstack' function. */
190 #cmakedefine HAVE_SIGALTSTACK ${HAVE_SIGALTSTACK}
191
192 /* Define to 1 if you have the <signal.h> header file. */
193 #cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
194
195 /* Define to 1 if you have the <stdint.h> header file. */
196 #cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
197
198 /* Define to 1 if you have the `strerror' function. */
199 #cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
200
201 /* Define to 1 if you have the `strerror_r' function. */
202 #cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
203
204 /* Define to 1 if you have the `strtoll' function. */
205 #cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
206
207 /* Define to 1 if you have the `sysconf' function. */
208 #cmakedefine HAVE_SYSCONF ${HAVE_SYSCONF}
209
210 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
211    */
212 #cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
213
214 /* Define to 1 if you have the <sys/ioctl.h> header file. */
215 #cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
216
217 /* Define to 1 if you have the <sys/mman.h> header file. */
218 #cmakedefine HAVE_SYS_MMAN_H ${HAVE_SYS_MMAN_H}
219
220 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
221    */
222 #cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
223
224 /* Define to 1 if you have the <sys/param.h> header file. */
225 #cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
226
227 /* Define to 1 if you have the <sys/resource.h> header file. */
228 #cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
229
230 /* Define to 1 if you have the <sys/stat.h> header file. */
231 #cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
232
233 /* Define to 1 if you have the <sys/time.h> header file. */
234 #cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
235
236 /* Define to 1 if you have the <sys/types.h> header file. */
237 #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
238
239 /* Define to 1 if you have the <sys/uio.h> header file. */
240 #cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
241
242 /* Define if the setupterm() function is supported this platform. */
243 #cmakedefine HAVE_TERMINFO ${HAVE_TERMINFO}
244
245 /* Define if the xar_open() function is supported this platform. */
246 #cmakedefine HAVE_LIBXAR ${HAVE_LIBXAR}
247
248 /* Define to 1 if you have the <termios.h> header file. */
249 #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
250
251 /* Define to 1 if the system has the type `uint64_t'. */
252 #cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
253
254 /* Define to 1 if you have the <unistd.h> header file. */
255 #cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
256
257 /* Define to 1 if the system has the type `u_int64_t'. */
258 #cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
259
260 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
261 #cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
262
263 /* Define to 1 if you have the `writev' function. */
264 #cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
265
266 /* Define to 1 if you have the <zlib.h> header file. */
267 #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
268
269 /* Have host's _alloca */
270 #cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
271
272 /* Define to 1 if you have the `_chsize_s' function. */
273 #cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
274
275 /* Define to 1 if you have the `_Unwind_Backtrace' function. */
276 #cmakedefine HAVE__UNWIND_BACKTRACE ${HAVE__UNWIND_BACKTRACE}
277
278 /* Have host's __alloca */
279 #cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
280
281 /* Have host's __ashldi3 */
282 #cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
283
284 /* Have host's __ashrdi3 */
285 #cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
286
287 /* Have host's __chkstk */
288 #cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
289
290 /* Have host's __chkstk_ms */
291 #cmakedefine HAVE___CHKSTK_MS ${HAVE___CHKSTK_MS}
292
293 /* Have host's __cmpdi2 */
294 #cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
295
296 /* Have host's __divdi3 */
297 #cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
298
299 /* Have host's __fixdfdi */
300 #cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
301
302 /* Have host's __fixsfdi */
303 #cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
304
305 /* Have host's __floatdidf */
306 #cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
307
308 /* Have host's __lshrdi3 */
309 #cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
310
311 /* Have host's __main */
312 #cmakedefine HAVE___MAIN ${HAVE___MAIN}
313
314 /* Have host's __moddi3 */
315 #cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
316
317 /* Have host's __udivdi3 */
318 #cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
319
320 /* Have host's __umoddi3 */
321 #cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
322
323 /* Have host's ___chkstk */
324 #cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
325
326 /* Have host's ___chkstk_ms */
327 #cmakedefine HAVE____CHKSTK_MS ${HAVE____CHKSTK_MS}
328
329 /* Linker version detected at compile time. */
330 #cmakedefine HOST_LINK_VERSION "${HOST_LINK_VERSION}"
331
332 /* Define if we link Polly to the tools */
333 #cmakedefine LINK_POLLY_INTO_TOOLS
334
335 /* Target triple LLVM will generate code for by default */
336 /* Doesn't use `cmakedefine` because it is allowed to be empty. */
337 #define LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}"
338
339 /* Define if threads enabled */
340 #cmakedefine01 LLVM_ENABLE_THREADS
341
342 /* Define if zlib compression is available */
343 #cmakedefine01 LLVM_ENABLE_ZLIB
344
345 /* Has gcc/MSVC atomic intrinsics */
346 #cmakedefine01 LLVM_HAS_ATOMICS
347
348 /* Host triple LLVM will be executed on */
349 #cmakedefine LLVM_HOST_TRIPLE "${LLVM_HOST_TRIPLE}"
350
351 /* LLVM architecture name for the native architecture, if available */
352 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
353
354 /* LLVM name for the native AsmParser init function, if available */
355 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
356
357 /* LLVM name for the native AsmPrinter init function, if available */
358 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
359
360 /* LLVM name for the native Disassembler init function, if available */
361 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
362
363 /* LLVM name for the native Target init function, if available */
364 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
365
366 /* LLVM name for the native TargetInfo init function, if available */
367 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
368
369 /* LLVM name for the native target MC init function, if available */
370 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
371
372 /* Define if this is Unixish platform */
373 #cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
374
375 /* Define if this is Win32ish platform */
376 #cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
377
378 /* Define if we have the Intel JIT API runtime support library */
379 #cmakedefine01 LLVM_USE_INTEL_JITEVENTS
380
381 /* Define if we have the oprofile JIT-support library */
382 #cmakedefine01 LLVM_USE_OPROFILE
383
384 /* LLVM version information */
385 #cmakedefine LLVM_VERSION_INFO "${LLVM_VERSION_INFO}"
386
387 /* Major version of the LLVM API */
388 #define LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
389
390 /* Minor version of the LLVM API */
391 #define LLVM_VERSION_MINOR ${LLVM_VERSION_MINOR}
392
393 /* Patch version of the LLVM API */
394 #define LLVM_VERSION_PATCH ${LLVM_VERSION_PATCH}
395
396 /* LLVM version string */
397 #define LLVM_VERSION_STRING "${PACKAGE_VERSION}"
398
399 /* Define to the extension used for shared libraries, say, ".so". */
400 #cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
401
402 /* Define to the address where bug reports for this package should be sent. */
403 #cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
404
405 /* Define to the full name of this package. */
406 #cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
407
408 /* Define to the full name and version of this package. */
409 #cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
410
411 /* Define to the one symbol short name of this package. */
412 #undef PACKAGE_TARNAME
413
414 /* Define to the version of this package. */
415 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
416
417 /* Define to the vendor of this package. */
418 #cmakedefine PACKAGE_VENDOR "${PACKAGE_VENDOR}"
419
420 /* Define as the return type of signal handlers (`int' or `void'). */
421 #cmakedefine RETSIGTYPE ${RETSIGTYPE}
422
423 /* Define to a function replacing strtoll */
424 #cmakedefine strtoll ${strtoll}
425
426 /* Define to a function implementing strtoull */
427 #cmakedefine strtoull ${strtoull}
428
429 /* Define to a function implementing stricmp */
430 #cmakedefine stricmp ${stricmp}
431
432 /* Define to a function implementing strdup */
433 #cmakedefine strdup ${strdup}
434
435 #endif