OSDN Git Service

Remove HAVE_DIRENT_H.
[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 BACKTRACE_HEADER <${BACKTRACE_HEADER}>
20
21 /* Define to 1 if you have the <CrashReporterClient.h> header file. */
22 #cmakedefine HAVE_CRASHREPORTERCLIENT_H
23
24 /* can use __crashreporter_info__ */
25 #cmakedefine01 HAVE_CRASHREPORTER_INFO
26
27 /* Define to 1 if you have the declaration of `arc4random', and to 0 if you
28    don't. */
29 #cmakedefine01 HAVE_DECL_ARC4RANDOM
30
31 /* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
32    don't. */
33 #cmakedefine01 HAVE_DECL_FE_ALL_EXCEPT
34
35 /* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
36    don't. */
37 #cmakedefine01 HAVE_DECL_FE_INEXACT
38
39 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
40    don't. */
41 #cmakedefine01 HAVE_DECL_STRERROR_S
42
43 /* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
44 #cmakedefine01 LLVM_ENABLE_DIA_SDK
45
46 /* Define to 1 if you have the <dlfcn.h> header file. */
47 #cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
48
49 /* Define if dlopen() is available on this platform. */
50 #cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
51
52 /* Define if dladdr() is available on this platform. */
53 #cmakedefine HAVE_DLADDR ${HAVE_DLADDR}
54
55 /* Define to 1 if you have the <errno.h> header file. */
56 #cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
57
58 /* Define to 1 if you have the <fcntl.h> header file. */
59 #cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
60
61 /* Define to 1 if you have the <fenv.h> header file. */
62 #cmakedefine HAVE_FENV_H ${HAVE_FENV_H}
63
64 /* Define if libffi is available on this platform. */
65 #cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL}
66
67 /* Define to 1 if you have the <ffi/ffi.h> header file. */
68 #cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H}
69
70 /* Define to 1 if you have the <ffi.h> header file. */
71 #cmakedefine HAVE_FFI_H ${HAVE_FFI_H}
72
73 /* Define to 1 if you have the `futimens' function. */
74 #cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS}
75
76 /* Define to 1 if you have the `futimes' function. */
77 #cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES}
78
79 /* Define to 1 if you have the `getpagesize' function. */
80 #cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE}
81
82 /* Define to 1 if you have the `getrlimit' function. */
83 #cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
84
85 /* Define to 1 if you have the `getrusage' function. */
86 #cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE}
87
88 /* Define to 1 if you have the `isatty' function. */
89 #cmakedefine HAVE_ISATTY 1
90
91 /* Define to 1 if you have the `edit' library (-ledit). */
92 #cmakedefine HAVE_LIBEDIT ${HAVE_LIBEDIT}
93
94 /* Define to 1 if you have the `psapi' library (-lpsapi). */
95 #cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
96
97 /* Define to 1 if you have the `pthread' library (-lpthread). */
98 #cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
99
100 /* Define to 1 if you have the `pthread_getname_np' function. */
101 #cmakedefine HAVE_PTHREAD_GETNAME_NP ${HAVE_PTHREAD_GETNAME_NP}
102
103 /* Define to 1 if you have the `pthread_setname_np' function. */
104 #cmakedefine HAVE_PTHREAD_SETNAME_NP ${HAVE_PTHREAD_SETNAME_NP}
105
106 /* Define to 1 if you have the `shell32' library (-lshell32). */
107 #cmakedefine HAVE_LIBSHELL32 ${HAVE_LIBSHELL32}
108
109 /* Define to 1 if you have the `z' library (-lz). */
110 #cmakedefine HAVE_LIBZ ${HAVE_LIBZ}
111
112 /* Define to 1 if you have the <link.h> header file. */
113 #cmakedefine HAVE_LINK_H ${HAVE_LINK_H}
114
115 /* Define to 1 if you have the `lseek64' function. */
116 #cmakedefine HAVE_LSEEK64 ${HAVE_LSEEK64}
117
118 /* Define to 1 if you have the <mach/mach.h> header file. */
119 #cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
120
121 /* Define to 1 if you have the `mallctl' function. */
122 #cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL}
123
124 /* Define to 1 if you have the `mallinfo' function. */
125 #cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
126
127 /* Define to 1 if you have the <malloc.h> header file. */
128 #cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
129
130 /* Define to 1 if you have the <malloc/malloc.h> header file. */
131 #cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
132
133 /* Define to 1 if you have the `malloc_zone_statistics' function. */
134 #cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
135
136 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
137 #cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
138
139 /* Define to 1 if you have the `posix_fallocate' function. */
140 #cmakedefine HAVE_POSIX_FALLOCATE ${HAVE_POSIX_FALLOCATE}
141
142 /* Define to 1 if you have the `posix_spawn' function. */
143 #cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
144
145 /* Define to 1 if you have the `pread' function. */
146 #cmakedefine HAVE_PREAD ${HAVE_PREAD}
147
148 /* Have pthread_getspecific */
149 #cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
150
151 /* Define to 1 if you have the <pthread.h> header file. */
152 #cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
153
154 /* Have pthread_mutex_lock */
155 #cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
156
157 /* Have pthread_rwlock_init */
158 #cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
159
160 /* Define to 1 if you have the `realpath' function. */
161 #cmakedefine HAVE_REALPATH ${HAVE_REALPATH}
162
163 /* Define to 1 if you have the `sbrk' function. */
164 #cmakedefine HAVE_SBRK ${HAVE_SBRK}
165
166 /* Define to 1 if you have the `setenv' function. */
167 #cmakedefine HAVE_SETENV ${HAVE_SETENV}
168
169 /* Define to 1 if you have the `sched_getaffinity' function. */
170 #cmakedefine HAVE_SCHED_GETAFFINITY ${HAVE_SCHED_GETAFFINITY}
171
172 /* Define to 1 if you have the `CPU_COUNT' macro. */
173 #cmakedefine HAVE_CPU_COUNT ${HAVE_CPU_COUNT}
174
175 /* Define to 1 if you have the `setrlimit' function. */
176 #cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
177
178 /* Define to 1 if you have the `sigaltstack' function. */
179 #cmakedefine HAVE_SIGALTSTACK ${HAVE_SIGALTSTACK}
180
181 /* Define to 1 if you have the <signal.h> header file. */
182 #cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
183
184 /* Define to 1 if you have the `strerror' function. */
185 #cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
186
187 /* Define to 1 if you have the `strerror_r' function. */
188 #cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
189
190 /* Define to 1 if you have the `sysconf' function. */
191 #cmakedefine HAVE_SYSCONF ${HAVE_SYSCONF}
192
193 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
194    */
195 #cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
196
197 /* Define to 1 if you have the <sys/ioctl.h> header file. */
198 #cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
199
200 /* Define to 1 if you have the <sys/mman.h> header file. */
201 #cmakedefine HAVE_SYS_MMAN_H ${HAVE_SYS_MMAN_H}
202
203 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
204    */
205 #cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
206
207 /* Define to 1 if you have the <sys/param.h> header file. */
208 #cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
209
210 /* Define to 1 if you have the <sys/resource.h> header file. */
211 #cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
212
213 /* Define to 1 if you have the <sys/stat.h> header file. */
214 #cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
215
216 /* Define to 1 if you have the <sys/time.h> header file. */
217 #cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
218
219 /* Define to 1 if you have the <sys/types.h> header file. */
220 #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
221
222 /* Define if the setupterm() function is supported this platform. */
223 #cmakedefine HAVE_TERMINFO ${HAVE_TERMINFO}
224
225 /* Define if the xar_open() function is supported this platform. */
226 #cmakedefine HAVE_LIBXAR ${HAVE_LIBXAR}
227
228 /* Define to 1 if you have the <termios.h> header file. */
229 #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
230
231 /* Define to 1 if you have the <unistd.h> header file. */
232 #cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
233
234 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
235 #cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
236
237 /* Define to 1 if you have the <zlib.h> header file. */
238 #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
239
240 /* Have host's _alloca */
241 #cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
242
243 /* Define to 1 if you have the `_chsize_s' function. */
244 #cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
245
246 /* Define to 1 if you have the `_Unwind_Backtrace' function. */
247 #cmakedefine HAVE__UNWIND_BACKTRACE ${HAVE__UNWIND_BACKTRACE}
248
249 /* Have host's __alloca */
250 #cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
251
252 /* Have host's __ashldi3 */
253 #cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
254
255 /* Have host's __ashrdi3 */
256 #cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
257
258 /* Have host's __chkstk */
259 #cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
260
261 /* Have host's __chkstk_ms */
262 #cmakedefine HAVE___CHKSTK_MS ${HAVE___CHKSTK_MS}
263
264 /* Have host's __cmpdi2 */
265 #cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
266
267 /* Have host's __divdi3 */
268 #cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
269
270 /* Have host's __fixdfdi */
271 #cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
272
273 /* Have host's __fixsfdi */
274 #cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
275
276 /* Have host's __floatdidf */
277 #cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
278
279 /* Have host's __lshrdi3 */
280 #cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
281
282 /* Have host's __main */
283 #cmakedefine HAVE___MAIN ${HAVE___MAIN}
284
285 /* Have host's __moddi3 */
286 #cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
287
288 /* Have host's __udivdi3 */
289 #cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
290
291 /* Have host's __umoddi3 */
292 #cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
293
294 /* Have host's ___chkstk */
295 #cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
296
297 /* Have host's ___chkstk_ms */
298 #cmakedefine HAVE____CHKSTK_MS ${HAVE____CHKSTK_MS}
299
300 /* Linker version detected at compile time. */
301 #cmakedefine HOST_LINK_VERSION "${HOST_LINK_VERSION}"
302
303 /* Define if we link Polly to the tools */
304 #cmakedefine LINK_POLLY_INTO_TOOLS
305
306 /* Target triple LLVM will generate code for by default */
307 /* Doesn't use `cmakedefine` because it is allowed to be empty. */
308 #define LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}"
309
310 /* Define if threads enabled */
311 #cmakedefine01 LLVM_ENABLE_THREADS
312
313 /* Define if zlib compression is available */
314 #cmakedefine01 LLVM_ENABLE_ZLIB
315
316 /* Has gcc/MSVC atomic intrinsics */
317 #cmakedefine01 LLVM_HAS_ATOMICS
318
319 /* Host triple LLVM will be executed on */
320 #cmakedefine LLVM_HOST_TRIPLE "${LLVM_HOST_TRIPLE}"
321
322 /* Define if this is Unixish platform */
323 #cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
324
325 /* Define if this is Win32ish platform */
326 #cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
327
328 /* Define if overriding target triple is enabled */
329 #cmakedefine LLVM_TARGET_TRIPLE_ENV "${LLVM_TARGET_TRIPLE_ENV}"
330
331 /* Define if we have the Intel JIT API runtime support library */
332 #cmakedefine01 LLVM_USE_INTEL_JITEVENTS
333
334 /* Define if we have the oprofile JIT-support library */
335 #cmakedefine01 LLVM_USE_OPROFILE
336
337 /* LLVM version information */
338 #cmakedefine LLVM_VERSION_INFO "${LLVM_VERSION_INFO}"
339
340 /* Whether tools show host and target info when invoked with --version */
341 #cmakedefine01 LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO
342
343 /* Major version of the LLVM API */
344 #define LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
345
346 /* Minor version of the LLVM API */
347 #define LLVM_VERSION_MINOR ${LLVM_VERSION_MINOR}
348
349 /* Patch version of the LLVM API */
350 #define LLVM_VERSION_PATCH ${LLVM_VERSION_PATCH}
351
352 /* LLVM version string */
353 #define LLVM_VERSION_STRING "${PACKAGE_VERSION}"
354
355 /* Define if libxml2 is supported on this platform. */
356 #cmakedefine LLVM_LIBXML2_ENABLED ${LLVM_LIBXML2_ENABLED}
357
358 /* Define to the extension used for shared libraries, say, ".so". */
359 #cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
360
361 /* Define to the address where bug reports for this package should be sent. */
362 #cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
363
364 /* Define to the full name of this package. */
365 #cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
366
367 /* Define to the full name and version of this package. */
368 #cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
369
370 /* Define to the one symbol short name of this package. */
371 #undef PACKAGE_TARNAME
372
373 /* Define to the version of this package. */
374 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
375
376 /* Define to the vendor of this package. */
377 #cmakedefine PACKAGE_VENDOR "${PACKAGE_VENDOR}"
378
379 /* Define as the return type of signal handlers (`int' or `void'). */
380 #cmakedefine RETSIGTYPE ${RETSIGTYPE}
381
382 /* Define to a function implementing stricmp */
383 #cmakedefine stricmp ${stricmp}
384
385 /* Define to a function implementing strdup */
386 #cmakedefine strdup ${strdup}
387
388 /* Whether GlobalISel rule coverage is being collected */
389 #cmakedefine01 LLVM_GISEL_COV_ENABLED
390
391 /* Define to the default GlobalISel coverage file prefix */
392 #cmakedefine LLVM_GISEL_COV_PREFIX "${LLVM_GISEL_COV_PREFIX}"
393
394 #endif