Go to the documentation of this file. 4 #ifndef BITCOIN_CONFIG_H 6 #define BITCOIN_CONFIG_H 15 #define CLIENT_VERSION_BUILD 0 18 #define CLIENT_VERSION_IS_RELEASE false 21 #define CLIENT_VERSION_MAJOR 0 24 #define CLIENT_VERSION_MINOR 18 27 #define CLIENT_VERSION_REVISION 99 30 #define COPYRIGHT_HOLDERS "The %s developers" 33 #define COPYRIGHT_HOLDERS_FINAL "The Bitcoin Core developers" 36 #define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core" 39 #define COPYRIGHT_YEAR 2019 48 #define ENABLE_SHANI 1 51 #define ENABLE_SSE41 1 54 #define ENABLE_WALLET 1 66 #define HAVE_BOOST_CHRONO 69 #define HAVE_BOOST_FILESYSTEM 72 #define HAVE_BOOST_SYSTEM 75 #define HAVE_BOOST_THREAD 78 #define HAVE_BOOST_UNIT_TEST_FRAMEWORK 81 #define HAVE_BYTESWAP_H 1 84 #define HAVE_CONSENSUS_LIB 1 91 #define HAVE_DECL_BE16TOH 1 95 #define HAVE_DECL_BE32TOH 1 99 #define HAVE_DECL_BE64TOH 1 103 #define HAVE_DECL_BSWAP_16 1 107 #define HAVE_DECL_BSWAP_32 1 111 #define HAVE_DECL_BSWAP_64 1 115 #define HAVE_DECL_DAEMON 1 119 #define HAVE_DECL_EVP_MD_CTX_NEW 1 123 #define HAVE_DECL_FREEIFADDRS 1 127 #define HAVE_DECL_GETIFADDRS 1 131 #define HAVE_DECL_HTOBE16 1 135 #define HAVE_DECL_HTOBE32 1 139 #define HAVE_DECL_HTOBE64 1 143 #define HAVE_DECL_HTOLE16 1 147 #define HAVE_DECL_HTOLE32 1 151 #define HAVE_DECL_HTOLE64 1 155 #define HAVE_DECL_LE16TOH 1 159 #define HAVE_DECL_LE32TOH 1 163 #define HAVE_DECL_LE64TOH 1 167 #define HAVE_DECL_STRERROR_R 1 171 #define HAVE_DECL_STRNLEN 1 175 #define HAVE_DECL___BUILTIN_CLZ 1 179 #define HAVE_DECL___BUILTIN_CLZL 1 183 #define HAVE_DECL___BUILTIN_CLZLL 1 186 #define HAVE_DLFCN_H 1 189 #define HAVE_ENDIAN_H 1 198 #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 201 #define HAVE_GETENTROPY 1 205 #define HAVE_GETENTROPY_RAND 1 208 #define HAVE_INTTYPES_H 1 280 #define HAVE_MALLOC_INFO 1 283 #define HAVE_MALLOPT_ARENA_MAX 1 286 #define HAVE_MEMORY_H 1 289 #define HAVE_MINIUPNPC_MINIUPNPC_H 1 292 #define HAVE_MINIUPNPC_MINIWGET_H 1 295 #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1 298 #define HAVE_MINIUPNPC_UPNPERRORS_H 1 301 #define HAVE_PTHREAD 1 304 #define HAVE_PTHREAD_PRIO_INHERIT 1 310 #define HAVE_STDINT_H 1 313 #define HAVE_STDIO_H 1 316 #define HAVE_STDLIB_H 1 319 #define HAVE_STD__SYSTEM 1 322 #define HAVE_STRERROR_R 1 325 #define HAVE_STRINGS_H 1 328 #define HAVE_STRING_H 1 334 #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM 340 #define HAVE_SYS_GETRANDOM 1 343 #define HAVE_SYS_PRCTL_H 1 346 #define HAVE_SYS_SELECT_H 1 349 #define HAVE_SYS_STAT_H 1 352 #define HAVE_SYS_TYPES_H 1 355 #define HAVE_THREAD_LOCAL 1 358 #define HAVE_UNISTD_H 1 361 #define HAVE_VISIBILITY_ATTRIBUTE 1 367 #define HAVE_WORKING_BOOST_SLEEP_FOR 1 373 #define LT_OBJDIR ".libs/" 376 #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" 379 #define PACKAGE_NAME "Bitcoin Core" 382 #define PACKAGE_STRING "Bitcoin Core 0.18.99" 385 #define PACKAGE_TARNAME "bitcoin" 388 #define PACKAGE_URL "https://bitcoincore.org/" 391 #define PACKAGE_VERSION "0.18.99" 413 #define STDC_HEADERS 1 416 #define STRERROR_R_CHAR_P 1 436 #if defined AC_APPLE_UNIVERSAL_BUILD 437 # if defined __BIG_ENDIAN__ 438 # define WORDS_BIGENDIAN 1 441 # ifndef WORDS_BIGENDIAN 447 #ifndef _DARWIN_USE_64_BIT_INODE 448 # define _DARWIN_USE_64_BIT_INODE 1 457 #endif //BITCOIN_CONFIG_H