OSDN Git Service

llvm-shlib: Remove the option to override __cxa_atexit
[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 if you want backtraces on crash */
11 #cmakedefine ENABLE_BACKTRACES
12
13 /* Define to enable crash overrides */
14 #cmakedefine ENABLE_CRASH_OVERRIDES
15
16 /* Define if position independent code is enabled */
17 #cmakedefine ENABLE_PIC
18
19 /* Define if timestamp information (e.g., __DATE__) is allowed */
20 #cmakedefine ENABLE_TIMESTAMPS ${ENABLE_TIMESTAMPS}
21
22 /* Define to 1 if you have the `arc4random' function. */
23 #cmakedefine HAVE_DECL_ARC4RANDOM ${HAVE_DECL_ARC4RANDOM}
24
25 /* Define to 1 if you have the `backtrace' function. */
26 #cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
27
28 /* Define to 1 if you have the `bcopy' function. */
29 #undef HAVE_BCOPY
30
31 /* Define to 1 if you have the `closedir' function. */
32 #cmakedefine HAVE_CLOSEDIR ${HAVE_CLOSEDIR}
33
34 /* Define to 1 if you have the <cxxabi.h> header file. */
35 #cmakedefine HAVE_CXXABI_H ${HAVE_CXXABI_H}
36
37 /* Define to 1 if you have the <CrashReporterClient.h> header file. */
38 #undef HAVE_CRASHREPORTERCLIENT_H
39
40 /* can use __crashreporter_info__ */
41 #undef HAVE_CRASHREPORTER_INFO
42
43 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
44    don't. */
45 #cmakedefine01 HAVE_DECL_STRERROR_S
46
47 /* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
48 #cmakedefine HAVE_DIA_SDK ${HAVE_DIA_SDK}
49
50 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
51    */
52 #cmakedefine HAVE_DIRENT_H ${HAVE_DIRENT_H}
53
54 /* Define if you have the GNU dld library. */
55 #undef HAVE_DLD
56
57 /* Define to 1 if you have the `dlerror' function. */
58 #cmakedefine HAVE_DLERROR ${HAVE_DLERROR}
59
60 /* Define to 1 if you have the <dlfcn.h> header file. */
61 #cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
62
63 /* Define if dlopen() is available on this platform. */
64 #cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
65
66 /* Define if you have the _dyld_func_lookup function. */
67 #undef HAVE_DYLD
68
69 /* Define to 1 if you have the <errno.h> header file. */
70 #cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
71
72 /* Define to 1 if you have the <execinfo.h> header file. */
73 #cmakedefine HAVE_EXECINFO_H ${HAVE_EXECINFO_H}
74
75 /* Define to 1 if you have the <fcntl.h> header file. */
76 #cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
77
78 /* Define to 1 if you have the <fenv.h> header file. */
79 #cmakedefine HAVE_FENV_H ${HAVE_FENV_H}
80
81 /* Define if libffi is available on this platform. */
82 #cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL}
83
84 /* Define to 1 if you have the <ffi/ffi.h> header file. */
85 #cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H}
86
87 /* Define to 1 if you have the <ffi.h> header file. */
88 #cmakedefine HAVE_FFI_H ${HAVE_FFI_H}
89
90 /* Define to 1 if you have the `futimes' function. */
91 #cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES}
92
93 /* Define to 1 if you have the `futimens' function */
94 #cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS}
95
96 /* Define to 1 if you have the `getcwd' function. */
97 #cmakedefine HAVE_GETCWD ${HAVE_GETCWD}
98
99 /* Define to 1 if you have the `getpagesize' function. */
100 #cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE}
101
102 /* Define to 1 if you have the `getrlimit' function. */
103 #cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
104
105 /* Define to 1 if you have the `getrusage' function. */
106 #cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE}
107
108 /* Define to 1 if you have the `gettimeofday' function. */
109 #cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
110
111 /* Define to 1 if the system has the type `int64_t'. */
112 #cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
113
114 /* Define to 1 if you have the <inttypes.h> header file. */
115 #cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
116
117 /* Define to 1 if you have the `isatty' function. */
118 #cmakedefine HAVE_ISATTY 1
119
120 /* Define if you have the libdl library or equivalent. */
121 #cmakedefine HAVE_LIBDL ${HAVE_LIBDL}
122
123 /* Define to 1 if you have the `m' library (-lm). */
124 #undef HAVE_LIBM
125
126 /* Define to 1 if you have the `ole32' library (-lole32). */
127 #undef HAVE_LIBOLE32
128
129 /* Define to 1 if you have the `psapi' library (-lpsapi). */
130 #cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
131
132 /* Define to 1 if you have the `pthread' library (-lpthread). */
133 #cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
134
135 /* Define to 1 if you have the `shell32' library (-lshell32). */
136 #cmakedefine HAVE_LIBSHELL32 ${HAVE_LIBSHELL32}
137
138 /* Define to 1 if you have the 'z' library (-lz). */
139 #cmakedefine HAVE_LIBZ ${HAVE_LIBZ}
140
141 /* Define to 1 if you have the 'edit' library (-ledit). */
142 #cmakedefine HAVE_LIBEDIT ${HAVE_LIBEDIT}
143
144 /* Define to 1 if you have the <limits.h> header file. */
145 #cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H}
146
147 /* Define to 1 if you have the <link.h> header file. */
148 #cmakedefine HAVE_LINK_H ${HAVE_LINK_H}
149
150 /* Define if you can use -rdynamic. */
151 #define HAVE_LINK_EXPORT_DYNAMIC 1
152
153 /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
154    the current directory to the dynamic linker search path. */
155 #undef HAVE_LINK_R
156
157 /* Define to 1 if you have the `longjmp' function. */
158 #cmakedefine HAVE_LONGJMP ${HAVE_LONGJMP}
159
160 /* Define to 1 if you have the <mach/mach.h> header file. */
161 #cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
162
163 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
164 #cmakedefine HAVE_MACH_O_DYLD_H ${HAVE_MACH_O_DYLD_H}
165
166 /* Define if mallinfo() is available on this platform. */
167 #cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
168
169 /* Define to 1 if you have the <malloc.h> header file. */
170 #cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
171
172 /* Define to 1 if you have the <malloc/malloc.h> header file. */
173 #cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
174
175 /* Define to 1 if you have the `malloc_zone_statistics' function. */
176 #cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
177
178 /* Define to 1 if you have the `mallctl` function. */
179 #cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL}
180
181 /* Define to 1 if you have the `mkdtemp' function. */
182 #cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
183
184 /* Define to 1 if you have the `mkstemp' function. */
185 #cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
186
187 /* Define to 1 if you have the `mktemp' function. */
188 #cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
189
190 /* Define to 1 if you have a working `mmap' system call. */
191 #undef HAVE_MMAP
192
193 /* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
194    it uses MAP_ANON */
195 #undef HAVE_MMAP_ANONYMOUS
196
197 /* Define if mmap() can map files into memory */
198 #undef HAVE_MMAP_FILE
199
200 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
201 #cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
202
203 /* Define to 1 if you have the `opendir' function. */
204 #cmakedefine HAVE_OPENDIR ${HAVE_OPENDIR}
205
206 /* Define to 1 if you have the `posix_spawn' function. */
207 #cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
208
209 /* Define to 1 if you have the `pread' function. */
210 #cmakedefine HAVE_PREAD ${HAVE_PREAD}
211
212 /* Define if libtool can extract symbol lists from object files. */
213 #undef HAVE_PRELOADED_SYMBOLS
214
215 /* Define to have the %a format string */
216 #undef HAVE_PRINTF_A
217
218 /* Have pthread_getspecific */
219 #cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
220
221 /* Define to 1 if you have the <pthread.h> header file. */
222 #cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
223
224 /* Have pthread_mutex_lock */
225 #cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
226
227 /* Have pthread_rwlock_init */
228 #cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
229
230 /* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
231 #cmakedefine HAVE_RAND48 ${HAVE_RAND48}
232
233 /* Define to 1 if you have the `readdir' function. */
234 #cmakedefine HAVE_READDIR ${HAVE_READDIR}
235
236 /* Define to 1 if you have the `realpath' function. */
237 #cmakedefine HAVE_REALPATH ${HAVE_REALPATH}
238
239 /* Define to 1 if you have the `sbrk' function. */
240 #cmakedefine HAVE_SBRK ${HAVE_SBRK}
241
242 /* Define to 1 if you have the `setenv' function. */
243 #cmakedefine HAVE_SETENV ${HAVE_SETENV}
244
245 /* Define to 1 if you have the `setjmp' function. */
246 #cmakedefine HAVE_SETJMP ${HAVE_SETJMP}
247
248 /* Define to 1 if you have the `setrlimit' function. */
249 #cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
250
251 /* Define if you have the shl_load function. */
252 #undef HAVE_SHL_LOAD
253
254 /* Define to 1 if you have the `siglongjmp' function. */
255 #cmakedefine HAVE_SIGLONGJMP ${HAVE_SIGLONGJMP}
256
257 /* Define to 1 if you have the <signal.h> header file. */
258 #cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
259
260 /* Define to 1 if you have the `sigsetjmp' function. */
261 #cmakedefine HAVE_SIGSETJMP ${HAVE_SIGSETJMP}
262
263 /* Define to 1 if you have the <stdint.h> header file. */
264 #cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
265
266 /* Set to 1 if the std::isinf function is found in <cmath> */
267 #undef HAVE_STD_ISINF_IN_CMATH
268
269 /* Set to 1 if the std::isnan function is found in <cmath> */
270 #undef HAVE_STD_ISNAN_IN_CMATH
271
272 /* Define to 1 if you have the `strdup' function. */
273 #cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
274
275 /* Define to 1 if you have the `strerror' function. */
276 #cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
277
278 /* Define to 1 if you have the `strerror_r' function. */
279 #cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
280
281 /* Define to 1 if you have the `strtoll' function. */
282 #cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
283
284 /* Define to 1 if you have the `strtoq' function. */
285 #cmakedefine HAVE_STRTOQ ${HAVE_STRTOQ}
286
287 /* Define to 1 if you have the `sysconf' function. */
288 #undef HAVE_SYSCONF
289
290 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
291    */
292 #cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
293
294 /* Define to 1 if you have the <sys/ioctl.h> header file. */
295 #cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
296
297 /* Define to 1 if you have the <sys/mman.h> header file. */
298 #cmakedefine HAVE_SYS_MMAN_H ${}
299
300 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
301    */
302 #cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
303
304 /* Define to 1 if you have the <sys/param.h> header file. */
305 #cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
306
307 /* Define to 1 if you have the <sys/resource.h> header file. */
308 #cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
309
310 /* Define to 1 if you have the <sys/stat.h> header file. */
311 #cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
312
313 /* Define to 1 if you have the <sys/time.h> header file. */
314 #cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
315
316 /* Define to 1 if you have the <sys/types.h> header file. */
317 #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
318
319 /* Define to 1 if you have the <sys/uio.h> header file. */
320 #cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
321
322 /* Define if the setupterm() function is supported this platform. */
323 #cmakedefine HAVE_TERMINFO ${HAVE_TERMINFO}
324
325 /* Define to 1 if you have the <termios.h> header file. */
326 #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
327
328 /* Define to 1 if the system has the type `uint64_t'. */
329 #cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
330
331 /* Define to 1 if you have the <unistd.h> header file. */
332 #cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
333
334 /* Define to 1 if you have the <utime.h> header file. */
335 #cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H}
336
337 /* Define to 1 if the system has the type `u_int64_t'. */
338 #cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
339
340 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
341 #cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
342
343 /* Define to 1 if you have the `writev' function. */
344 #cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
345
346 /* Define to 1 if you have the <zlib.h> header file. */
347 #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
348
349 /* Have host's _alloca */
350 #cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
351
352 /* Have host's __alloca */
353 #cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
354
355 /* Have host's __ashldi3 */
356 #cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
357
358 /* Have host's __ashrdi3 */
359 #cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
360
361 /* Have host's __chkstk */
362 #cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
363
364 /* Have host's __chkstk_ms */
365 #cmakedefine HAVE___CHKSTK_MS ${HAVE___CHKSTK_MS}
366
367 /* Have host's __cmpdi2 */
368 #cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
369
370 /* Have host's __divdi3 */
371 #cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
372
373 /* Define to 1 if you have the `__dso_handle' function. */
374 #undef HAVE___DSO_HANDLE
375
376 /* Have host's __fixdfdi */
377 #cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
378
379 /* Have host's __fixsfdi */
380 #cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
381
382 /* Have host's __floatdidf */
383 #cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
384
385 /* Have host's __lshrdi3 */
386 #cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
387
388 /* Have host's __main */
389 #cmakedefine HAVE___MAIN ${HAVE___MAIN}
390
391 /* Have host's __moddi3 */
392 #cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
393
394 /* Have host's __udivdi3 */
395 #cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
396
397 /* Have host's __umoddi3 */
398 #cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
399
400 /* Have host's ___chkstk */
401 #cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
402
403 /* Have host's ___chkstk_ms */
404 #cmakedefine HAVE____CHKSTK_MS ${HAVE____CHKSTK_MS}
405
406 /* Linker version detected at compile time. */
407 #undef HOST_LINK_VERSION
408
409 /* Installation directory for binary executables */
410 #cmakedefine LLVM_BINDIR "${LLVM_BINDIR}"
411
412 /* Time at which LLVM was configured */
413 #cmakedefine LLVM_CONFIGTIME "${LLVM_CONFIGTIME}"
414
415 /* Installation directory for data files */
416 #cmakedefine LLVM_DATADIR "${LLVM_DATADIR}"
417
418 /* Target triple LLVM will generate code for by default
419  * Doesn't use `cmakedefine` because it is allowed to be empty.
420  */
421 #define LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}"
422
423 /* Installation directory for documentation */
424 #cmakedefine LLVM_DOCSDIR "${LLVM_DOCSDIR}"
425
426 /* Define if LLVM is built with asserts and checks that change the layout of
427    client-visible data structures.  */
428 #cmakedefine LLVM_ENABLE_ABI_BREAKING_CHECKS
429
430 /* Define if threads enabled */
431 #cmakedefine01 LLVM_ENABLE_THREADS
432
433 /* Define if zlib compression is available */
434 #cmakedefine01 LLVM_ENABLE_ZLIB
435
436 /* Installation directory for config files */
437 #cmakedefine LLVM_ETCDIR "${LLVM_ETCDIR}"
438
439 /* Has gcc/MSVC atomic intrinsics */
440 #cmakedefine01 LLVM_HAS_ATOMICS
441
442 /* Host triple LLVM will be executed on */
443 #cmakedefine LLVM_HOST_TRIPLE "${LLVM_HOST_TRIPLE}"
444
445 /* Installation directory for include files */
446 #cmakedefine LLVM_INCLUDEDIR "${LLVM_INCLUDEDIR}"
447
448 /* Installation directory for .info files */
449 #cmakedefine LLVM_INFODIR "${LLVM_INFODIR}"
450
451 /* Installation directory for man pages */
452 #cmakedefine LLVM_MANDIR "${LLVM_MANDIR}"
453
454 /* LLVM architecture name for the native architecture, if available */
455 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
456
457 /* LLVM name for the native AsmParser init function, if available */
458 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
459
460 /* LLVM name for the native AsmPrinter init function, if available */
461 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
462
463 /* LLVM name for the native Disassembler init function, if available */
464 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
465
466 /* LLVM name for the native Target init function, if available */
467 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
468
469 /* LLVM name for the native TargetInfo init function, if available */
470 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
471
472 /* LLVM name for the native target MC init function, if available */
473 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
474
475 /* Define if this is Unixish platform */
476 #cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
477
478 /* Define if this is Win32ish platform */
479 #cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
480
481 /* Installation prefix directory */
482 #cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
483
484 /* Define if we have the Intel JIT API runtime support library */
485 #cmakedefine LLVM_USE_INTEL_JITEVENTS 1
486
487 /* Define if we have the oprofile JIT-support library */
488 #cmakedefine LLVM_USE_OPROFILE 1
489
490 /* Major version of the LLVM API */
491 #define LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
492
493 /* Minor version of the LLVM API */
494 #define LLVM_VERSION_MINOR ${LLVM_VERSION_MINOR}
495
496 /* Patch version of the LLVM API */
497 #define LLVM_VERSION_PATCH ${LLVM_VERSION_PATCH}
498
499 /* LLVM version string */
500 #define LLVM_VERSION_STRING "${PACKAGE_VERSION}"
501
502 /* Define if we link Polly to the tools */
503 #cmakedefine LINK_POLLY_INTO_TOOLS
504
505 /* Define if the OS needs help to load dependent libraries for dlopen(). */
506 #cmakedefine LTDL_DLOPEN_DEPLIBS ${LTDL_DLOPEN_DEPLIBS}
507
508 /* Define to the sub-directory in which libtool stores uninstalled libraries.
509    */
510 #undef LTDL_OBJDIR
511
512 /* Define to the extension used for shared libraries, say, ".so". */
513 #cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
514
515 /* Define to the system default library search path. */
516 #cmakedefine LTDL_SYSSEARCHPATH "${LTDL_SYSSEARCHPATH}"
517
518 /* Define if /dev/zero should be used when mapping RWX memory, or undefine if
519    its not necessary */
520 #undef NEED_DEV_ZERO_FOR_MMAP
521
522 /* Define if dlsym() requires a leading underscore in symbol names. */
523 #undef NEED_USCORE
524
525 /* Define to the address where bug reports for this package should be sent. */
526 #cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
527
528 /* Define to the full name of this package. */
529 #cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
530
531 /* Define to the full name and version of this package. */
532 #cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
533
534 /* Define to the one symbol short name of this package. */
535 #undef PACKAGE_TARNAME
536
537 /* Define to the version of this package. */
538 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
539
540 /* Define as the return type of signal handlers (`int' or `void'). */
541 #cmakedefine RETSIGTYPE ${RETSIGTYPE}
542
543 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
544 #undef STAT_MACROS_BROKEN
545
546 /* Define to 1 if you have the ANSI C header files. */
547 #undef STDC_HEADERS
548
549 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
550 #undef TIME_WITH_SYS_TIME
551
552 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
553 #undef TM_IN_SYS_TIME
554
555 /* Define to `int' if <sys/types.h> does not define. */
556 #undef pid_t
557
558 /* Define to `unsigned int' if <sys/types.h> does not define. */
559 #undef size_t
560
561 /* Define to a function replacing strtoll */
562 #cmakedefine strtoll ${strtoll}
563
564 /* Define to a function implementing strtoull */
565 #cmakedefine strtoull ${strtoull}
566
567 /* Define to a function implementing stricmp */
568 #cmakedefine stricmp ${stricmp}
569
570 /* Define to a function implementing strdup */
571 #cmakedefine strdup ${strdup}
572
573 /* Define to 1 if you have the `_chsize_s' function. */
574 #cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
575
576 #endif