1/* include/llvm/Config/config.h.cmake corresponding to config.h.in. */ 2//===- Config.h.in --------------------------------------------------------===// 3// 4// The MCLinker Project 5// 6// This file is distributed under the University of Illinois Open Source 7// License. See LICENSE.TXT for details. 8// 9//===----------------------------------------------------------------------===// 10#ifndef MCLD_CONFIG_CONFIG_H 11#define MCLD_CONFIG_CONFIG_H 12 13#define MCLD_REGION_CHUNK_SIZE 32 14#define MCLD_NUM_OF_INPUTS 32 15#define MCLD_SECTIONS_PER_INPUT 16 16#define MCLD_SYMBOLS_PER_INPUT 128 17#define MCLD_RELOCATIONS_PER_INPUT 1024 18 19#define MCLD_SEGMENTS_PER_OUTPUT 8 20 21#cmakedefine MCLD_VERSION "${MCLD_VERSION}" 22 23/* Target triple LLVM will generate code for by default */ 24#cmakedefine MCLD_DEFAULT_TARGET_TRIPLE "${MCLD_DEFAULT_TARGET_TRIPLE}" 25 26#cmakedefine MCLD_ON_UNIX "${MCLD_ON_UNIX}" 27 28#cmakedefine MCLD_ON_WIN32 "${MCLD_ON_WIN32}" 29 30 31/* Define to 1 if you have the `arc4random' function. */ 32#cmakedefine HAVE_ARC4RANDOM 33 34/* Define to 1 if you have the `argz_append' function. */ 35#cmakedefine HAVE_ARGZ_APPEND ${HAVE_ARGZ_APPEND} 36 37/* Define to 1 if you have the `argz_create_sep' function. */ 38#cmakedefine HAVE_ARGZ_CREATE_SEP ${HAVE_ARGZ_CREATE_SEP} 39 40/* Define to 1 if you have the <argz.h> header file. */ 41#cmakedefine HAVE_ARGZ_H ${HAVE_ARGZ_H} 42 43/* Define to 1 if you have the `argz_insert' function. */ 44#cmakedefine HAVE_ARGZ_INSERT ${HAVE_ARGZ_INSERT} 45 46/* Define to 1 if you have the `argz_next' function. */ 47#cmakedefine HAVE_ARGZ_NEXT ${HAVE_ARGZ_NEXT} 48 49/* Define to 1 if you have the `argz_stringify' function. */ 50#cmakedefine HAVE_ARGZ_STRINGIFY ${HAVE_ARGZ_STRINGIFY} 51 52/* Define to 1 if you have the <assert.h> header file. */ 53#cmakedefine HAVE_ASSERT_H ${HAVE_ASSERT_H} 54 55/* Define to 1 if you have the `backtrace' function. */ 56#cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE} 57 58/* Define to 1 if you have the `bcopy' function. */ 59#undef HAVE_BCOPY 60 61/* Define to 1 if you have the `ceilf' function. */ 62#cmakedefine HAVE_CEILF ${HAVE_CEILF} 63 64/* Define if the neat program is available */ 65#cmakedefine HAVE_CIRCO ${HAVE_CIRCO} 66 67/* Define to 1 if you have the `closedir' function. */ 68#cmakedefine HAVE_CLOSEDIR ${HAVE_CLOSEDIR} 69 70/* Define to 1 if you have the <CrashReporterClient.h> header file. */ 71#undef HAVE_CRASHREPORTERCLIENT_H 72 73/* can use __crashreporter_info__ */ 74#undef HAVE_CRASHREPORTER_INFO 75 76/* Define to 1 if you have the <ctype.h> header file. */ 77#cmakedefine HAVE_CTYPE_H ${HAVE_CTYPE_H} 78 79/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you 80 don't. */ 81#cmakedefine01 HAVE_DECL_STRERROR_S 82 83/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 84 */ 85#cmakedefine HAVE_DIRENT_H ${HAVE_DIRENT_H} 86 87/* Define if you have the GNU dld library. */ 88#undef HAVE_DLD 89 90/* Define to 1 if you have the <dld.h> header file. */ 91#cmakedefine HAVE_DLD_H ${HAVE_DLD_H} 92 93/* Define to 1 if you have the `dlerror' function. */ 94#cmakedefine HAVE_DLERROR ${HAVE_DLERROR} 95 96/* Define to 1 if you have the <dlfcn.h> header file. */ 97#cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H} 98 99/* Define if dlopen() is available on this platform. */ 100#cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN} 101 102/* Define to 1 if you have the <dl.h> header file. */ 103#cmakedefine HAVE_DL_H ${HAVE_DL_H} 104 105/* Define if the dot program is available */ 106#cmakedefine HAVE_DOT ${HAVE_DOT} 107 108/* Define if the dotty program is available */ 109#cmakedefine HAVE_DOTTY ${HAVE_DOTTY} 110 111/* Define if you have the _dyld_func_lookup function. */ 112#undef HAVE_DYLD 113 114/* Define to 1 if you have the <errno.h> header file. */ 115#cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H} 116 117/* Define to 1 if the system has the type `error_t'. */ 118#cmakedefine HAVE_ERROR_T ${HAVE_ERROR_T} 119 120/* Define to 1 if you have the <execinfo.h> header file. */ 121#cmakedefine HAVE_EXECINFO_H ${HAVE_EXECINFO_H} 122 123/* Define to 1 if you have the <fcntl.h> header file. */ 124#cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H} 125 126/* Define if the neat program is available */ 127#cmakedefine HAVE_FDP ${HAVE_FDP} 128 129/* Define to 1 if you have the <fenv.h> header file. */ 130#cmakedefine HAVE_FENV_H ${HAVE_FENV_H} 131 132/* Define if libffi is available on this platform. */ 133#cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL} 134 135/* Define to 1 if you have the <ffi/ffi.h> header file. */ 136#cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H} 137 138/* Define to 1 if you have the <ffi.h> header file. */ 139#cmakedefine HAVE_FFI_H ${HAVE_FFI_H} 140 141/* Set to 1 if the finite function is found in <ieeefp.h> */ 142#cmakedefine HAVE_FINITE_IN_IEEEFP_H ${HAVE_FINITE_IN_IEEEFP_H} 143 144/* Define to 1 if you have the `floorf' function. */ 145#cmakedefine HAVE_FLOORF ${HAVE_FLOORF} 146 147/* Define to 1 if you have the `log' function. */ 148#cmakedefine HAVE_LOG ${HAVE_LOG} 149 150/* Define to 1 if you have the `log2' function. */ 151#cmakedefine HAVE_LOG2 ${HAVE_LOG2} 152 153/* Define to 1 if you have the `log10' function. */ 154#cmakedefine HAVE_LOG10 ${HAVE_LOG10} 155 156/* Define to 1 if you have the `exp' function. */ 157#cmakedefine HAVE_EXP ${HAVE_LOG} 158 159/* Define to 1 if you have the `exp2' function. */ 160#cmakedefine HAVE_EXP2 ${HAVE_LOG2} 161 162/* Define to 1 if you have the `exp10' function. */ 163#cmakedefine HAVE_EXP10 ${HAVE_LOG10} 164 165/* Define to 1 if you have the `fmodf' function. */ 166#cmakedefine HAVE_FMODF ${HAVE_FMODF} 167 168/* Define to 1 if you have the `getcwd' function. */ 169#cmakedefine HAVE_GETCWD ${HAVE_GETCWD} 170 171/* Define to 1 if you have the `getpagesize' function. */ 172#cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE} 173 174/* Define to 1 if you have the `getrlimit' function. */ 175#cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT} 176 177/* Define to 1 if you have the `getrusage' function. */ 178#cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE} 179 180/* Define to 1 if you have the `gettimeofday' function. */ 181#cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY} 182 183/* Define if the Graphviz program is available */ 184#cmakedefine HAVE_GRAPHVIZ ${HAVE_GRAPHVIZ} 185 186/* Define if the gv program is available */ 187#cmakedefine HAVE_GV ${HAVE_GV} 188 189/* Define to 1 if you have the `index' function. */ 190#cmakedefine HAVE_INDEX ${HAVE_INDEX} 191 192/* Define to 1 if the system has the type `int64_t'. */ 193#cmakedefine HAVE_INT64_T ${HAVE_INT64_T} 194 195/* Define to 1 if you have the <inttypes.h> header file. */ 196#cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H} 197 198/* Define to 1 if you have the `isatty' function. */ 199#cmakedefine HAVE_ISATTY 1 200 201/* Set to 1 if the isinf function is found in <cmath> */ 202#cmakedefine HAVE_ISINF_IN_CMATH ${HAVE_ISINF_IN_CMATH} 203 204/* Set to 1 if the isinf function is found in <math.h> */ 205#cmakedefine HAVE_ISINF_IN_MATH_H ${HAVE_ISINF_IN_MATH_H} 206 207/* Set to 1 if the isnan function is found in <cmath> */ 208#cmakedefine HAVE_ISNAN_IN_CMATH ${HAVE_ISNAN_IN_CMATH} 209 210/* Set to 1 if the isnan function is found in <math.h> */ 211#cmakedefine HAVE_ISNAN_IN_MATH_H ${HAVE_ISNAN_IN_MATH_H} 212 213/* Define if you have the libdl library or equivalent. */ 214#cmakedefine HAVE_LIBDL ${HAVE_LIBDL} 215 216/* Define to 1 if you have the `imagehlp' library (-limagehlp). */ 217#cmakedefine HAVE_LIBIMAGEHLP ${HAVE_LIBIMAGEHLP} 218 219/* Define to 1 if you have the `m' library (-lm). */ 220#undef HAVE_LIBM 221 222/* Define to 1 if you have the `psapi' library (-lpsapi). */ 223#cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI} 224 225/* Define to 1 if you have the `pthread' library (-lpthread). */ 226#cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD} 227 228/* Define to 1 if you have the `udis86' library (-ludis86). */ 229#undef HAVE_LIBUDIS86 230 231/* Define to 1 if you have the <limits.h> header file. */ 232#cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H} 233 234/* Define if you can use -Wl,-export-dynamic. */ 235#define HAVE_LINK_EXPORT_DYNAMIC 1 236 237/* Define to 1 if you have the <link.h> header file. */ 238#cmakedefine HAVE_LINK_H ${HAVE_LINK_H} 239 240/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add 241 the current directory to the dynamic linker search path. */ 242#undef HAVE_LINK_R 243 244/* Define to 1 if you have the `longjmp' function. */ 245#cmakedefine HAVE_LONGJMP ${HAVE_LONGJMP} 246 247/* Define to 1 if you have the <mach/mach.h> header file. */ 248#cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H} 249 250/* Define to 1 if you have the <mach-o/dyld.h> header file. */ 251#cmakedefine HAVE_MACH_O_DYLD_H ${HAVE_MACH_O_DYLD_H} 252 253/* Define if mallinfo() is available on this platform. */ 254#cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO} 255 256/* Define to 1 if you have the <malloc.h> header file. */ 257#cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H} 258 259/* Define to 1 if you have the <malloc/malloc.h> header file. */ 260#cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H} 261 262/* Define to 1 if you have the `malloc_zone_statistics' function. */ 263#cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS} 264 265/* Define to 1 if you have the `memcpy' function. */ 266#cmakedefine HAVE_MEMCPY ${HAVE_MEMCPY} 267 268/* Define to 1 if you have the `memmove' function. */ 269#cmakedefine HAVE_MEMMOVE ${HAVE_MEMMOVE} 270 271/* Define to 1 if you have the <memory.h> header file. */ 272#cmakedefine HAVE_MEMORY_H ${HAVE_MEMORY_H} 273 274/* Define to 1 if you have the `mkdtemp' function. */ 275#cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP} 276 277/* Define to 1 if you have the `mkstemp' function. */ 278#cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP} 279 280/* Define to 1 if you have the `mktemp' function. */ 281#cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP} 282 283/* Define to 1 if you have a working `mmap' system call. */ 284#undef HAVE_MMAP 285 286/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if 287 it uses MAP_ANON */ 288#undef HAVE_MMAP_ANONYMOUS 289 290/* Define if mmap() can map files into memory */ 291#undef HAVE_MMAP_FILE 292 293/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 294#cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H} 295 296/* Define to 1 if you have the `nearbyintf' function. */ 297#cmakedefine HAVE_NEARBYINTF ${HAVE_NEARBYINTF} 298 299/* Define if the neat program is available */ 300#cmakedefine HAVE_NEATO ${HAVE_NEATO} 301 302/* Define to 1 if you have the `opendir' function. */ 303#cmakedefine HAVE_OPENDIR ${HAVE_OPENDIR} 304 305/* Define to 1 if you have the `posix_spawn' function. */ 306#cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN} 307 308/* Define to 1 if you have the `powf' function. */ 309#cmakedefine HAVE_POWF ${HAVE_POWF} 310 311/* Define to 1 if you have the `pread' function. */ 312#cmakedefine HAVE_PREAD ${HAVE_PREAD} 313 314/* Define if libtool can extract symbol lists from object files. */ 315#undef HAVE_PRELOADED_SYMBOLS 316 317/* Define to have the %a format string */ 318#undef HAVE_PRINTF_A 319 320/* Have pthread_getspecific */ 321#cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC} 322 323/* Define to 1 if you have the <pthread.h> header file. */ 324#cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H} 325 326/* Have pthread_mutex_lock */ 327#cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK} 328 329/* Have pthread_rwlock_init */ 330#cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT} 331 332/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */ 333#cmakedefine HAVE_RAND48 ${HAVE_RAND48} 334 335/* Define to 1 if you have the `readdir' function. */ 336#cmakedefine HAVE_READDIR ${HAVE_READDIR} 337 338/* Define to 1 if you have the `realpath' function. */ 339#undef HAVE_REALPATH 340 341/* Define to 1 if you have the `rindex' function. */ 342#cmakedefine HAVE_RINDEX ${HAVE_RINDEX} 343 344/* Define to 1 if you have the `rintf' function. */ 345#undef HAVE_RINTF 346 347/* Define to 1 if you have the `round' function. */ 348#cmakedefine HAVE_ROUND ${HAVE_ROUND} 349 350/* Define to 1 if you have the `roundf' function. */ 351#undef HAVE_ROUNDF 352 353/* Define to 1 if you have the `sbrk' function. */ 354#cmakedefine HAVE_SBRK ${HAVE_SBRK} 355 356/* Define to 1 if you have the `setenv' function. */ 357#cmakedefine HAVE_SETENV ${HAVE_SETENV} 358 359/* Define to 1 if you have the `setjmp' function. */ 360#cmakedefine HAVE_SETJMP ${HAVE_SETJMP} 361 362/* Define to 1 if you have the <setjmp.h> header file. */ 363#cmakedefine HAVE_SETJMP_H ${HAVE_SETJMP_H} 364 365/* Define to 1 if you have the `setrlimit' function. */ 366#cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT} 367 368/* Define if you have the shl_load function. */ 369#undef HAVE_SHL_LOAD 370 371/* Define to 1 if you have the `siglongjmp' function. */ 372#cmakedefine HAVE_SIGLONGJMP ${HAVE_SIGLONGJMP} 373 374/* Define to 1 if you have the <signal.h> header file. */ 375#cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H} 376 377/* Define to 1 if you have the `sigsetjmp' function. */ 378#cmakedefine HAVE_SIGSETJMP ${HAVE_SIGSETJMP} 379 380/* Define to 1 if you have the <stdint.h> header file. */ 381#cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H} 382 383/* Define to 1 if you have the <stdio.h> header file. */ 384#cmakedefine HAVE_STDIO_H ${HAVE_STDIO_H} 385 386/* Define to 1 if you have the <stdlib.h> header file. */ 387#cmakedefine HAVE_STDLIB_H ${HAVE_STDLIB_H} 388 389/* Set to 1 if the std::isinf function is found in <cmath> */ 390#undef HAVE_STD_ISINF_IN_CMATH 391 392/* Set to 1 if the std::isnan function is found in <cmath> */ 393#undef HAVE_STD_ISNAN_IN_CMATH 394 395/* Define to 1 if you have the `strchr' function. */ 396#cmakedefine HAVE_STRCHR ${HAVE_STRCHR} 397 398/* Define to 1 if you have the `strcmp' function. */ 399#cmakedefine HAVE_STRCMP ${HAVE_STRCMP} 400 401/* Define to 1 if you have the `strdup' function. */ 402#cmakedefine HAVE_STRDUP ${HAVE_STRDUP} 403 404/* Define to 1 if you have the `strerror' function. */ 405#cmakedefine HAVE_STRERROR ${HAVE_STRERROR} 406 407/* Define to 1 if you have the `strerror_r' function. */ 408#cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R} 409 410/* Define to 1 if you have the <strings.h> header file. */ 411#cmakedefine HAVE_STRINGS_H ${HAVE_STRINGS_H} 412 413/* Define to 1 if you have the <string.h> header file. */ 414#cmakedefine HAVE_STRING_H ${HAVE_STRING_H} 415 416/* Define to 1 if you have the `strrchr' function. */ 417#cmakedefine HAVE_STRRCHR ${HAVE_STRRCHR} 418 419/* Define to 1 if you have the `strtof' function. */ 420#cmakedefine HAVE_STRTOF ${HAVE_STRTOF} 421 422/* Define to 1 if you have the `strtoll' function. */ 423#cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL} 424 425/* Define to 1 if you have the `strtoq' function. */ 426#cmakedefine HAVE_STRTOQ ${HAVE_STRTOQ} 427 428/* Define to 1 if you have the `sysconf' function. */ 429#undef HAVE_SYSCONF 430 431/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 432 */ 433#cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H} 434 435/* Define to 1 if you have the <sys/dl.h> header file. */ 436#cmakedefine HAVE_SYS_DL_H ${HAVE_SYS_DL_H} 437 438/* Define to 1 if you have the <sys/ioctl.h> header file. */ 439#cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H} 440 441/* Define to 1 if you have the <sys/mman.h> header file. */ 442#cmakedefine HAVE_SYS_MMAN_H ${} 443 444/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 445 */ 446#cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H} 447 448/* Define to 1 if you have the <sys/param.h> header file. */ 449#cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H} 450 451/* Define to 1 if you have the <sys/resource.h> header file. */ 452#cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H} 453 454/* Define to 1 if you have the <sys/stat.h> header file. */ 455#cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H} 456 457/* Define to 1 if you have the <sys/time.h> header file. */ 458#cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H} 459 460/* Define to 1 if you have the <sys/types.h> header file. */ 461#cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H} 462 463/* Define to 1 if you have the <sys/uio.h> header file. */ 464#cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H} 465 466/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 467#cmakedefine HAVE_SYS_WAIT_H ${HAVE_SYS_WAIT_H} 468 469/* Define to 1 if you have the <termios.h> header file. */ 470#cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H} 471 472/* Define if the neat program is available */ 473#cmakedefine HAVE_TWOPI ${HAVE_TWOPI} 474 475/* Define to 1 if the system has the type `uint64_t'. */ 476#cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T} 477 478/* Define to 1 if you have the <unistd.h> header file. */ 479#cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H} 480 481/* Define to 1 if you have the <utime.h> header file. */ 482#cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H} 483 484/* Define to 1 if the system has the type `u_int64_t'. */ 485#cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T} 486 487/* Define to 1 if you have the <valgrind/valgrind.h> header file. */ 488#cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H} 489 490/* Define to 1 if you have the <windows.h> header file. */ 491#cmakedefine HAVE_WINDOWS_H ${HAVE_WINDOWS_H} 492 493/* Define to 1 if you have the `writev' function. */ 494#cmakedefine HAVE_WRITEV ${HAVE_WRITEV} 495 496/* Define if the xdot.py program is available */ 497#cmakedefine HAVE_XDOT_PY ${HAVE_XDOT_PY} 498 499/* Have host's _alloca */ 500#cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA} 501 502/* Have host's __alloca */ 503#cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA} 504 505/* Have host's __ashldi3 */ 506#cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3} 507 508/* Have host's __ashrdi3 */ 509#cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3} 510 511/* Have host's __chkstk */ 512#cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK} 513 514/* Have host's __cmpdi2 */ 515#cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2} 516 517/* Have host's __divdi3 */ 518#cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3} 519 520/* Define to 1 if you have the `__dso_handle' function. */ 521#undef HAVE___DSO_HANDLE 522 523/* Have host's __fixdfdi */ 524#cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI} 525 526/* Have host's __fixsfdi */ 527#cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI} 528 529/* Have host's __floatdidf */ 530#cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF} 531 532/* Have host's __lshrdi3 */ 533#cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3} 534 535/* Have host's __main */ 536#cmakedefine HAVE___MAIN ${HAVE___MAIN} 537 538/* Have host's __moddi3 */ 539#cmakedefine HAVE___MODDI3 ${HAVE___MODDI3} 540 541/* Have host's __udivdi3 */ 542#cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3} 543 544/* Have host's __umoddi3 */ 545#cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3} 546 547/* Have host's ___chkstk */ 548#cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK} 549 550/* Define if /dev/zero should be used when mapping RWX memory, or undefine if 551 its not necessary */ 552#undef NEED_DEV_ZERO_FOR_MMAP 553 554/* Define if dlsym() requires a leading underscore in symbol names. */ 555#undef NEED_USCORE 556 557/* Define to the address where bug reports for this package should be sent. */ 558#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}" 559 560/* Define to the full name of this package. */ 561#cmakedefine PACKAGE_NAME "${PACKAGE_NAME}" 562 563/* Define to the full name and version of this package. */ 564#cmakedefine PACKAGE_STRING "${PACKAGE_STRING}" 565 566/* Define to the one symbol short name of this package. */ 567#undef PACKAGE_TARNAME 568 569/* Define to the version of this package. */ 570#cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}" 571 572/* Define as the return type of signal handlers (`int' or `void'). */ 573#cmakedefine RETSIGTYPE ${RETSIGTYPE} 574 575/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 576#undef STAT_MACROS_BROKEN 577 578/* Define to 1 if you have the ANSI C header files. */ 579#undef STDC_HEADERS 580 581/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 582#undef TIME_WITH_SYS_TIME 583 584/* Define to 1 if your <sys/time.h> declares `struct tm'. */ 585#undef TM_IN_SYS_TIME 586 587/* Define if use udis86 library */ 588#undef USE_UDIS86 589 590/* Type of 1st arg on ELM Callback */ 591#cmakedefine WIN32_ELMCB_PCSTR ${WIN32_ELMCB_PCSTR} 592 593/* Define to empty if `const' does not conform to ANSI C. */ 594#undef const 595 596/* Define to a type to use for `error_t' if it is not otherwise available. */ 597#cmakedefine error_t ${error_t} 598 599/* Define to `int' if <sys/types.h> does not define. */ 600#undef pid_t 601 602/* Define to `unsigned int' if <sys/types.h> does not define. */ 603#undef size_t 604 605/* Define to a function replacing strtoll */ 606#cmakedefine strtoll ${strtoll} 607 608/* Define to a function implementing strtoull */ 609#cmakedefine strtoull ${strtoull} 610 611/* Define to a function implementing stricmp */ 612#cmakedefine stricmp ${stricmp} 613 614/* Define to a function implementing strdup */ 615#cmakedefine strdup ${strdup} 616 617/* Define to 1 if you have the `_chsize_s' function. */ 618#cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S} 619 620#endif 621 622