1 #ifndef BITCOIN_BITCOIN_CONFIG_H 2 #define BITCOIN_BITCOIN_CONFIG_H 3 4 /* Define if building universal (internal helper macro) */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7 /* Version Build */ 8 #define CLIENT_VERSION_BUILD 0 9 10 /* Version is release */ 11 #define CLIENT_VERSION_IS_RELEASE false 12 13 /* Major version */ 14 #define CLIENT_VERSION_MAJOR 1 15 16 /* Minor version */ 17 #define CLIENT_VERSION_MINOR 17 18 19 /* Build revision */ 20 #define CLIENT_VERSION_REVISION 99 21 22 /* Copyright holder(s) before %s replacement */ 23 #define COPYRIGHT_HOLDERS "The %s developers" 24 25 /* Copyright holder(s) */ 26 #define COPYRIGHT_HOLDERS_FINAL "The Bitcoin Core developers" 27 28 /* Replacement for %s in copyright holders string */ 29 #define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core" 30 31 /* Copyright year */ 32 #define COPYRIGHT_YEAR 2018 33 34 /* Define to 1 to enable wallet functions */ 35 #define ENABLE_WALLET 1 36 37 /* Define to 1 to enable ZMQ functions */ 38 #define ENABLE_ZMQ 1 39 40 /* parameter and return value type for __fdelt_chk */ 41 /* #undef FDELT_TYPE */ 42 43 /* define if the Boost library is available */ 44 #define HAVE_BOOST /**/ 45 46 /* define if the Boost::Chrono library is available */ 47 #define HAVE_BOOST_CHRONO /**/ 48 49 /* define if the Boost::Filesystem library is available */ 50 #define HAVE_BOOST_FILESYSTEM /**/ 51 52 /* define if the Boost::PROGRAM_OPTIONS library is available */ 53 #define HAVE_BOOST_PROGRAM_OPTIONS /**/ 54 55 /* define if the Boost::System library is available */ 56 #define HAVE_BOOST_SYSTEM /**/ 57 58 /* define if the Boost::Thread library is available */ 59 #define HAVE_BOOST_THREAD /**/ 60 61 /* define if the Boost::Unit_Test_Framework library is available */ 62 #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/ 63 64 /* Define to 1 if you have the <byteswap.h> header file. */ 65 /* #undef HAVE_BYTESWAP_H */ 66 67 /* Define this symbol if the consensus lib has been built */ 68 #define HAVE_CONSENSUS_LIB 1 69 70 /* define if the compiler supports basic C++11 syntax */ 71 #define HAVE_CXX11 1 72 73 /* Define to 1 if you have the declaration of `be16toh', and to 0 if you 74 don't. */ 75 #define HAVE_DECL_BE16TOH 0 76 77 /* Define to 1 if you have the declaration of `be32toh', and to 0 if you 78 don't. */ 79 #define HAVE_DECL_BE32TOH 0 80 81 /* Define to 1 if you have the declaration of `be64toh', and to 0 if you 82 don't. */ 83 #define HAVE_DECL_BE64TOH 0 84 85 /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you 86 don't. */ 87 #define HAVE_DECL_BSWAP_16 0 88 89 /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you 90 don't. */ 91 #define HAVE_DECL_BSWAP_32 0 92 93 /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you 94 don't. */ 95 #define HAVE_DECL_BSWAP_64 0 96 97 /* Define to 1 if you have the declaration of `daemon', and to 0 if you don't. 98 */ 99 #define HAVE_DECL_DAEMON 0 100 101 /* Define to 1 if you have the declaration of `EVP_MD_CTX_new', and to 0 if 102 you don't. */ 103 //#define HAVE_DECL_EVP_MD_CTX_NEW 1 104 105 /* Define to 1 if you have the declaration of `htobe16', and to 0 if you 106 don't. */ 107 #define HAVE_DECL_HTOBE16 0 108 109 /* Define to 1 if you have the declaration of `htobe32', and to 0 if you 110 don't. */ 111 #define HAVE_DECL_HTOBE32 0 112 113 /* Define to 1 if you have the declaration of `htobe64', and to 0 if you 114 don't. */ 115 #define HAVE_DECL_HTOBE64 0 116 117 /* Define to 1 if you have the declaration of `htole16', and to 0 if you 118 don't. */ 119 #define HAVE_DECL_HTOLE16 0 120 121 /* Define to 1 if you have the declaration of `htole32', and to 0 if you 122 don't. */ 123 #define HAVE_DECL_HTOLE32 0 124 125 /* Define to 1 if you have the declaration of `htole64', and to 0 if you 126 don't. */ 127 #define HAVE_DECL_HTOLE64 0 128 129 /* Define to 1 if you have the declaration of `le16toh', and to 0 if you 130 don't. */ 131 #define HAVE_DECL_LE16TOH 0 132 133 /* Define to 1 if you have the declaration of `le32toh', and to 0 if you 134 don't. */ 135 #define HAVE_DECL_LE32TOH 0 136 137 /* Define to 1 if you have the declaration of `le64toh', and to 0 if you 138 don't. */ 139 #define HAVE_DECL_LE64TOH 0 140 141 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 142 don't. */ 143 #define HAVE_DECL_STRERROR_R 0 144 145 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 146 don't. */ 147 #define HAVE_DECL_STRNLEN 1 148 149 /* Define to 1 if you have the declaration of `__builtin_clz', and to 0 if you 150 don't. */ 151 //#define HAVE_DECL___BUILTIN_CLZ 1 152 153 /* Define to 1 if you have the declaration of `__builtin_clzl', and to 0 if 154 you don't. */ 155 //#define HAVE_DECL___BUILTIN_CLZL 1 156 157 /* Define to 1 if you have the declaration of `__builtin_clzll', and to 0 if 158 you don't. */ 159 //#define HAVE_DECL___BUILTIN_CLZLL 1 160 161 /* Define to 1 if you have the <dlfcn.h> header file. */ 162 /* #undef HAVE_DLFCN_H */ 163 164 /* Define to 1 if you have the <endian.h> header file. */ 165 /* #undef HAVE_ENDIAN_H */ 166 167 /* Define to 1 if the system has the `dllexport' function attribute */ 168 #define HAVE_FUNC_ATTRIBUTE_DLLEXPORT 1 169 170 /* Define to 1 if the system has the `dllimport' function attribute */ 171 #define HAVE_FUNC_ATTRIBUTE_DLLIMPORT 1 172 173 /* Define to 1 if the system has the `visibility' function attribute */ 174 #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1 175 176 /* Define this symbol if the BSD getentropy system call is available */ 177 /* #undef HAVE_GETENTROPY */ 178 179 /* Define this symbol if the BSD getentropy system call is available with 180 sys/random.h */ 181 /* #undef HAVE_GETENTROPY_RAND */ 182 183 /* Define to 1 if you have the <inttypes.h> header file. */ 184 #define HAVE_INTTYPES_H 1 185 186 /* Define to 1 if you have the `advapi32' library (-ladvapi32). */ 187 #define HAVE_LIBADVAPI32 1 188 189 /* Define to 1 if you have the `comctl32' library (-lcomctl32). */ 190 #define HAVE_LIBCOMCTL32 1 191 192 /* Define to 1 if you have the `comdlg32' library (-lcomdlg32). */ 193 #define HAVE_LIBCOMDLG32 1 194 195 /* Define to 1 if you have the `crypt32' library (-lcrypt32). */ 196 #define HAVE_LIBCRYPT32 1 197 198 /* Define to 1 if you have the `gdi32' library (-lgdi32). */ 199 #define HAVE_LIBGDI32 1 200 201 /* Define to 1 if you have the `imm32' library (-limm32). */ 202 #define HAVE_LIBIMM32 1 203 204 /* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */ 205 #define HAVE_LIBIPHLPAPI 1 206 207 /* Define to 1 if you have the `kernel32' library (-lkernel32). */ 208 #define HAVE_LIBKERNEL32 1 209 210 /* Define to 1 if you have the `mingwthrd' library (-lmingwthrd). */ 211 #define HAVE_LIBMINGWTHRD 1 212 213 /* Define to 1 if you have the `mswsock' library (-lmswsock). */ 214 #define HAVE_LIBMSWSOCK 1 215 216 /* Define to 1 if you have the `ole32' library (-lole32). */ 217 #define HAVE_LIBOLE32 1 218 219 /* Define to 1 if you have the `oleaut32' library (-loleaut32). */ 220 #define HAVE_LIBOLEAUT32 1 221 222 /* Define to 1 if you have the `rpcrt4' library (-lrpcrt4). */ 223 #define HAVE_LIBRPCRT4 1 224 225 /* Define to 1 if you have the `rt' library (-lrt). */ 226 /* #undef HAVE_LIBRT */ 227 228 /* Define to 1 if you have the `shell32' library (-lshell32). */ 229 #define HAVE_LIBSHELL32 1 230 231 /* Define to 1 if you have the `shlwapi' library (-lshlwapi). */ 232 #define HAVE_LIBSHLWAPI 1 233 234 /* Define to 1 if you have the `ssp' library (-lssp). */ 235 #define HAVE_LIBSSP 1 236 237 /* Define to 1 if you have the `user32' library (-luser32). */ 238 #define HAVE_LIBUSER32 1 239 240 /* Define to 1 if you have the `uuid' library (-luuid). */ 241 #define HAVE_LIBUUID 1 242 243 /* Define to 1 if you have the `winmm' library (-lwinmm). */ 244 #define HAVE_LIBWINMM 1 245 246 /* Define to 1 if you have the `winspool' library (-lwinspool). */ 247 #define HAVE_LIBWINSPOOL 1 248 249 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */ 250 #define HAVE_LIBWS2_32 1 251 252 /* Define to 1 if you have the `z ' library (-lz ). */ 253 #define HAVE_LIBZ_ 1 254 255 /* Define this symbol if you have malloc_info */ 256 /* #undef HAVE_MALLOC_INFO */ 257 258 /* Define this symbol if you have mallopt with M_ARENA_MAX */ 259 /* #undef HAVE_MALLOPT_ARENA_MAX */ 260 261 /* Define to 1 if you have the <memory.h> header file. */ 262 #define HAVE_MEMORY_H 1 263 264 /* Define to 1 if you have the <miniupnpc/miniupnpc.h> header file. */ 265 #define HAVE_MINIUPNPC_MINIUPNPC_H 1 266 267 /* Define to 1 if you have the <miniupnpc/miniwget.h> header file. */ 268 #define HAVE_MINIUPNPC_MINIWGET_H 1 269 270 /* Define to 1 if you have the <miniupnpc/upnpcommands.h> header file. */ 271 #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1 272 273 /* Define to 1 if you have the <miniupnpc/upnperrors.h> header file. */ 274 #define HAVE_MINIUPNPC_UPNPERRORS_H 1 275 276 /* Define this symbol if you have MSG_DONTWAIT */ 277 /* #undef HAVE_MSG_DONTWAIT */ 278 279 /* Define this symbol if you have MSG_NOSIGNAL */ 280 /* #undef HAVE_MSG_NOSIGNAL */ 281 282 /* Define if you have POSIX threads libraries and header files. */ 283 //#define HAVE_PTHREAD 1 284 285 /* Have PTHREAD_PRIO_INHERIT. */ 286 //#define HAVE_PTHREAD_PRIO_INHERIT 1 287 288 /* Define to 1 if you have the <stdint.h> header file. */ 289 #define HAVE_STDINT_H 1 290 291 /* Define to 1 if you have the <stdio.h> header file. */ 292 #define HAVE_STDIO_H 1 293 294 /* Define to 1 if you have the <stdlib.h> header file. */ 295 #define HAVE_STDLIB_H 1 296 297 /* Define to 1 if you have the `strerror_r' function. */ 298 /* #undef HAVE_STRERROR_R */ 299 300 /* Define to 1 if you have the <strings.h> header file. */ 301 #define HAVE_STRINGS_H 1 302 303 /* Define to 1 if you have the <string.h> header file. */ 304 #define HAVE_STRING_H 1 305 306 /* Define this symbol if the BSD sysctl(KERN_ARND) is available */ 307 /* #undef HAVE_SYSCTL_ARND */ 308 309 /* Define to 1 if you have the <sys/endian.h> header file. */ 310 /* #undef HAVE_SYS_ENDIAN_H */ 311 312 /* Define this symbol if the Linux getrandom system call is available */ 313 /* #undef HAVE_SYS_GETRANDOM */ 314 315 /* Define to 1 if you have the <sys/prctl.h> header file. */ 316 /* #undef HAVE_SYS_PRCTL_H */ 317 318 /* Define to 1 if you have the <sys/select.h> header file. */ 319 /* #undef HAVE_SYS_SELECT_H */ 320 321 /* Define to 1 if you have the <sys/stat.h> header file. */ 322 #define HAVE_SYS_STAT_H 1 323 324 /* Define to 1 if you have the <sys/types.h> header file. */ 325 #define HAVE_SYS_TYPES_H 1 326 327 /* Define to 1 if you have the <unistd.h> header file. */ 328 //#define HAVE_UNISTD_H 1 329 330 /* Define if the visibility attribute is supported. */ 331 #define HAVE_VISIBILITY_ATTRIBUTE 1 332 333 /* Define this symbol if boost sleep works */ 334 /* #undef HAVE_WORKING_BOOST_SLEEP */ 335 336 /* Define this symbol if boost sleep_for works */ 337 #define HAVE_WORKING_BOOST_SLEEP_FOR 1 338 339 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 340 #define LT_OBJDIR ".libs/" 341 342 /* Define to the address where bug reports for this package should be sent. */ 343 #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" 344 345 /* Define to the full name of this package. */ 346 #define PACKAGE_NAME "Bitcoin Core" 347 348 /* Define to the full name and version of this package. */ 349 #define PACKAGE_STRING "Bitcoin Core 0.17.99" 350 351 /* Define to the one symbol short name of this package. */ 352 #define PACKAGE_TARNAME "bitcoin" 353 354 /* Define to the home page for this package. */ 355 #define PACKAGE_URL "https://bitcoincore.org/" 356 357 /* Define to the version of this package. */ 358 #define PACKAGE_VERSION "0.17.99" 359 360 /* Define to necessary symbol if this constant uses a non-standard name on 361 your system. */ 362 /* #undef PTHREAD_CREATE_JOINABLE */ 363 364 /* Define this symbol if the qt platform is cocoa */ 365 /* #undef QT_QPA_PLATFORM_COCOA */ 366 367 /* Define this symbol if the minimal qt platform exists */ 368 #define QT_QPA_PLATFORM_MINIMAL 1 369 370 /* Define this symbol if the qt platform is windows */ 371 #define QT_QPA_PLATFORM_WINDOWS 1 372 373 /* Define this symbol if the qt platform is xcb */ 374 /* #undef QT_QPA_PLATFORM_XCB */ 375 376 /* Define this symbol if qt plugins are static */ 377 #define QT_STATICPLUGIN 1 378 379 /* Define to 1 if you have the ANSI C header files. */ 380 #define STDC_HEADERS 1 381 382 /* Define to 1 if strerror_r returns char *. */ 383 /* #undef STRERROR_R_CHAR_P */ 384 385 /* Define this symbol to build in assembly routines */ 386 //#define USE_ASM 1 387 388 /* Define this symbol if coverage is enabled */ 389 /* #undef USE_COVERAGE */ 390 391 /* Define if dbus support should be compiled in */ 392 /* #undef USE_DBUS */ 393 394 /* Define if QR support should be compiled in */ 395 //#define USE_QRCODE 1 396 397 /* UPnP support not compiled if undefined, otherwise value (0 or 1) determines 398 default state */ 399 //#define USE_UPNP 0 400 401 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 402 significant byte first (like Motorola and SPARC, unlike Intel). */ 403 #if defined AC_APPLE_UNIVERSAL_BUILD 404 # if defined __BIG_ENDIAN__ 405 # define WORDS_BIGENDIAN 1 406 # endif 407 #else 408 # ifndef WORDS_BIGENDIAN 409 /* # undef WORDS_BIGENDIAN */ 410 # endif 411 #endif 412 413 /* Enable large inode numbers on Mac OS X 10.5. */ 414 #ifndef _DARWIN_USE_64_BIT_INODE 415 # define _DARWIN_USE_64_BIT_INODE 1 416 #endif 417 418 /* Number of bits in a file offset, on hosts where this is settable. */ 419 #define _FILE_OFFSET_BITS 64 420 421 /* Define for large files, on AIX-style hosts. */ 422 /* #undef _LARGE_FILES */ 423 424 #endif //BITCOIN_BITCOIN_CONFIG_H 425