OSDN Git Service

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