diff --git a/src/config/bitcoin-config.h b/src/config/bitcoin-config.h new file mode 100644 index 0000000000000..c0b3dd4d7bdb7 --- /dev/null +++ b/src/config/bitcoin-config.h @@ -0,0 +1,439 @@ +/* src/config/bitcoin-config.h. Generated from bitcoin-config.h.in by configure. */ +/* src/config/bitcoin-config.h.in. Generated from configure.ac by autoheader. */ + +#ifndef BITCOIN_CONFIG_H + +#define BITCOIN_CONFIG_H + +/* Define if building universal (internal helper macro) */ +/* #undef AC_APPLE_UNIVERSAL_BUILD */ + +/* Defined to avoid Boost::Process trying to use Boost Filesystem */ +#define BOOST_PROCESS_USE_STD_FS 1 + +/* Define this symbol if type char equals int8_t */ +/* #undef CHAR_EQUALS_INT8 */ + +/* Version Build */ +#define CLIENT_VERSION_BUILD 0 + +/* Version is release */ +#define CLIENT_VERSION_IS_RELEASE true + +/* Major version */ +#define CLIENT_VERSION_MAJOR 25 + +/* Minor version */ +#define CLIENT_VERSION_MINOR 99 + +/* Copyright holder(s) before %s replacement */ +#define COPYRIGHT_HOLDERS "The %s developers" + +/* Copyright holder(s) */ +#define COPYRIGHT_HOLDERS_FINAL "The Groestlcoin Core developers" + +/* Replacement for %s in copyright holders string */ +#define COPYRIGHT_HOLDERS_SUBSTITUTION "Groestlcoin Core" + +/* Copyright year */ +#define COPYRIGHT_YEAR 2023 + +/* Define this symbol to build code that uses ARMv8 SHA-NI intrinsics */ +#define ENABLE_ARM_SHANI 1 + +/* Define this symbol to build code that uses AVX2 intrinsics */ +/* #undef ENABLE_AVX2 */ + +/* Define if external signer support is enabled */ +#define ENABLE_EXTERNAL_SIGNER 1 + +/* Define this symbol to build code that uses SSE4.1 intrinsics */ +/* #undef ENABLE_SSE41 */ + +/* Define to 1 to enable tracepoints for Userspace, Statically Defined Tracing + */ +/* #undef ENABLE_TRACING */ + +/* Define to 1 to enable wallet functions */ +#define ENABLE_WALLET 1 + +/* Define this symbol to build code that uses x86 SHA-NI intrinsics */ +/* #undef ENABLE_X86_SHANI */ + +/* Define this symbol to enable ZMQ functions */ +/* #undef ENABLE_ZMQ */ + +/* define if the Boost library is available */ +#define HAVE_BOOST /**/ + +/* Define this symbol if you have __builtin_clzl */ +#define HAVE_BUILTIN_CLZL 1 + +/* Define this symbol if you have __builtin_clzll */ +#define HAVE_BUILTIN_CLZLL 1 + +/* Define if you have a working __builtin_mul_overflow */ +#define HAVE_BUILTIN_MUL_OVERFLOW 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_BYTESWAP_H */ + +/* Define this symbol if clmul instructions can be used */ +/* #undef HAVE_CLMUL */ + +/* Define this symbol if the consensus lib has been built */ +#define HAVE_CONSENSUS_LIB 1 + +/* define if the compiler supports basic C++17 syntax */ +#define HAVE_CXX17 1 + +/* define if the compiler supports basic C++20 syntax */ +/* #undef HAVE_CXX20 */ + +/* Define to 1 if you have the declaration of `be16toh', and to 0 if you + don't. */ +#define HAVE_DECL_BE16TOH 0 + +/* Define to 1 if you have the declaration of `be32toh', and to 0 if you + don't. */ +#define HAVE_DECL_BE32TOH 0 + +/* Define to 1 if you have the declaration of `be64toh', and to 0 if you + don't. */ +#define HAVE_DECL_BE64TOH 0 + +/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you + don't. */ +#define HAVE_DECL_BSWAP_16 0 + +/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you + don't. */ +#define HAVE_DECL_BSWAP_32 0 + +/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you + don't. */ +#define HAVE_DECL_BSWAP_64 0 + +/* Define to 1 if you have the declaration of `fork', and to 0 if you don't. + */ +#define HAVE_DECL_FORK 1 + +/* Define to 1 if you have the declaration of `freeifaddrs', and to 0 if you + don't. */ +#define HAVE_DECL_FREEIFADDRS 1 + +/* Define to 1 if you have the declaration of `getifaddrs', and to 0 if you + don't. */ +#define HAVE_DECL_GETIFADDRS 1 + +/* Define to 1 if you have the declaration of `htobe16', and to 0 if you + don't. */ +#define HAVE_DECL_HTOBE16 0 + +/* Define to 1 if you have the declaration of `htobe32', and to 0 if you + don't. */ +#define HAVE_DECL_HTOBE32 0 + +/* Define to 1 if you have the declaration of `htobe64', and to 0 if you + don't. */ +#define HAVE_DECL_HTOBE64 0 + +/* Define to 1 if you have the declaration of `htole16', and to 0 if you + don't. */ +#define HAVE_DECL_HTOLE16 0 + +/* Define to 1 if you have the declaration of `htole32', and to 0 if you + don't. */ +#define HAVE_DECL_HTOLE32 0 + +/* Define to 1 if you have the declaration of `htole64', and to 0 if you + don't. */ +#define HAVE_DECL_HTOLE64 0 + +/* Define to 1 if you have the declaration of `le16toh', and to 0 if you + don't. */ +#define HAVE_DECL_LE16TOH 0 + +/* Define to 1 if you have the declaration of `le32toh', and to 0 if you + don't. */ +#define HAVE_DECL_LE32TOH 0 + +/* Define to 1 if you have the declaration of `le64toh', and to 0 if you + don't. */ +#define HAVE_DECL_LE64TOH 0 + +/* Define to 1 if you have the declaration of `pipe2', and to 0 if you don't. + */ +#define HAVE_DECL_PIPE2 0 + +/* Define to 1 if you have the declaration of `setsid', and to 0 if you don't. + */ +#define HAVE_DECL_SETSID 1 + +/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you + don't. */ +#define HAVE_DECL_STRERROR_R 1 + +/* Define if the visibility attribute is supported. */ +#define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_DLFCN_H 1 + +/* Define if the dllexport attribute is supported. */ +/* #undef HAVE_DLLEXPORT_ATTRIBUTE */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_ENDIAN_H */ + +/* Define this symbol if evhttp_connection_get_peer expects const char** */ +/* #undef HAVE_EVHTTP_CONNECTION_GET_PEER_CONST_CHAR */ + +/* Define to 1 if fdatasync is available. */ +#define HAVE_FDATASYNC 0 + +/* Define this symbol if the BSD getentropy system call is available with + sys/random.h */ +#define HAVE_GETENTROPY_RAND 1 + +/* Define this symbol if the Linux getrandom function call is available */ +/* #undef HAVE_GETRANDOM */ + +/* Define this symbol if gmtime_r is available */ +#define HAVE_GMTIME_R 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the `advapi32' library (-ladvapi32). */ +/* #undef HAVE_LIBADVAPI32 */ + +/* Define to 1 if you have the `comctl32' library (-lcomctl32). */ +/* #undef HAVE_LIBCOMCTL32 */ + +/* Define to 1 if you have the `comdlg32' library (-lcomdlg32). */ +/* #undef HAVE_LIBCOMDLG32 */ + +/* Define to 1 if you have the `gdi32' library (-lgdi32). */ +/* #undef HAVE_LIBGDI32 */ + +/* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */ +/* #undef HAVE_LIBIPHLPAPI */ + +/* Define to 1 if you have the `kernel32' library (-lkernel32). */ +/* #undef HAVE_LIBKERNEL32 */ + +/* Define to 1 if you have the `ole32' library (-lole32). */ +/* #undef HAVE_LIBOLE32 */ + +/* Define to 1 if you have the `oleaut32' library (-loleaut32). */ +/* #undef HAVE_LIBOLEAUT32 */ + +/* Define to 1 if you have the `shell32' library (-lshell32). */ +/* #undef HAVE_LIBSHELL32 */ + +/* Define to 1 if you have the `shlwapi' library (-lshlwapi). */ +/* #undef HAVE_LIBSHLWAPI */ + +/* Define to 1 if you have the `ssp' library (-lssp). */ +/* #undef HAVE_LIBSSP */ + +/* Define to 1 if you have the `user32' library (-luser32). */ +/* #undef HAVE_LIBUSER32 */ + +/* Define to 1 if you have the `uuid' library (-luuid). */ +/* #undef HAVE_LIBUUID */ + +/* Define to 1 if you have the `winmm' library (-lwinmm). */ +/* #undef HAVE_LIBWINMM */ + +/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ +/* #undef HAVE_LIBWS2_32 */ + +/* Define this symbol if you have malloc_info */ +/* #undef HAVE_MALLOC_INFO */ + +/* Define this symbol if you have mallopt with M_ARENA_MAX */ +/* #undef HAVE_MALLOPT_ARENA_MAX */ + +/* Define to 1 if you have the header file. */ +#define HAVE_MINIUPNPC_MINIUPNPC_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_MINIUPNPC_UPNPERRORS_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_NATPMP_H */ + +/* Define to 1 if O_CLOEXEC flag is available. */ +#define HAVE_O_CLOEXEC 1 + +/* Define this symbol if you have posix_fallocate */ +/* #undef HAVE_POSIX_FALLOCATE */ + +/* Define if you have POSIX threads libraries and header files. */ +#define HAVE_PTHREAD 1 + +/* Have PTHREAD_PRIO_INHERIT. */ +#define HAVE_PTHREAD_PRIO_INHERIT 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDIO_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDLIB_H 1 + +/* Define if you have `strerror_r'. */ +#define HAVE_STRERROR_R 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRINGS_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRING_H 1 + +/* Define this symbol to build code that uses getauxval) */ +/* #undef HAVE_STRONG_GETAUXVAL */ + +/* Define this symbol if the BSD sysctl() is available */ +#define HAVE_SYSCTL 1 + +/* Define this symbol if the BSD sysctl(KERN_ARND) is available */ +/* #undef HAVE_SYSCTL_ARND */ + +/* Define to 1 if std::system or ::wsystem is available. */ +#define HAVE_SYSTEM 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_ENDIAN_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_PRCTL_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_RESOURCES_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_SELECT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_SYSCTL_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_VMMETER_H 1 + +/* Define if thread_local is supported. */ +#define HAVE_THREAD_LOCAL 1 + +/* Define to 1 if you have the `timingsafe_bcmp' function. */ +#define HAVE_TIMINGSAFE_BCMP 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_UNISTD_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_VM_VM_PARAM_H */ + +/* Define to the sub-directory where libtool stores uninstalled libraries. */ +#define LT_OBJDIR ".libs/" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "https://github.com/groestlcoin/groestlcoin/issues" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "Groestlcoin Core" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "Groestlcoin Core 25.99.0" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "groestlcoin" + +/* Define to the home page for this package. */ +#define PACKAGE_URL "https://groestlcoin.org/" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "25.99.0" + +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +/* #undef PTHREAD_CREATE_JOINABLE */ + +/* Define this symbol if the qt platform is android */ +/* #undef QT_QPA_PLATFORM_ANDROID */ + +/* Define this symbol if the qt platform is cocoa */ +/* #undef QT_QPA_PLATFORM_COCOA */ + +/* Define this symbol if the minimal qt platform exists */ +/* #undef QT_QPA_PLATFORM_MINIMAL */ + +/* Define this symbol if the qt platform is windows */ +/* #undef QT_QPA_PLATFORM_WINDOWS */ + +/* Define this symbol if the qt platform is xcb */ +/* #undef QT_QPA_PLATFORM_XCB */ + +/* Define this symbol if qt plugins are static */ +/* #undef QT_STATICPLUGIN */ + +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +#define STDC_HEADERS 1 + +/* Define to 1 if strerror_r returns char *. */ +/* #undef STRERROR_R_CHAR_P */ + +/* Define this symbol to build in assembly routines */ +#define USE_ASM 1 + +/* Define if BDB support should be compiled in */ +/* #undef USE_BDB */ + +/* Define if dbus support should be compiled in */ +#define USE_DBUS 1 + +/* Define to 1 if UPnP support should be compiled in. */ +/* #undef USE_NATPMP */ + +/* Define if QR support should be compiled in */ +/* #undef USE_QRCODE */ + +/* Define if sqlite support should be compiled in */ +#define USE_SQLITE 1 + +/* Define to 1 if UPnP support should be compiled in. */ +#define USE_UPNP 1 + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +/* # undef WORDS_BIGENDIAN */ +# endif +#endif + +/* Number of bits in a file offset, on hosts where this is settable. */ +/* #undef _FILE_OFFSET_BITS */ + +/* Define for large files, on AIX-style hosts. */ +/* #undef _LARGE_FILES */ + +#endif //BITCOIN_CONFIG_H diff --git a/src/config/bitcoin-config.h.in b/src/config/bitcoin-config.h.in new file mode 100644 index 0000000000000..c4f8c5aea42b6 --- /dev/null +++ b/src/config/bitcoin-config.h.in @@ -0,0 +1,438 @@ +/* src/config/bitcoin-config.h.in. Generated from configure.ac by autoheader. */ + +#ifndef BITCOIN_CONFIG_H + +#define BITCOIN_CONFIG_H + +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + +/* Defined to avoid Boost::Process trying to use Boost Filesystem */ +#undef BOOST_PROCESS_USE_STD_FS + +/* Define this symbol if type char equals int8_t */ +#undef CHAR_EQUALS_INT8 + +/* Version Build */ +#undef CLIENT_VERSION_BUILD + +/* Version is release */ +#undef CLIENT_VERSION_IS_RELEASE + +/* Major version */ +#undef CLIENT_VERSION_MAJOR + +/* Minor version */ +#undef CLIENT_VERSION_MINOR + +/* Copyright holder(s) before %s replacement */ +#undef COPYRIGHT_HOLDERS + +/* Copyright holder(s) */ +#undef COPYRIGHT_HOLDERS_FINAL + +/* Replacement for %s in copyright holders string */ +#undef COPYRIGHT_HOLDERS_SUBSTITUTION + +/* Copyright year */ +#undef COPYRIGHT_YEAR + +/* Define this symbol to build code that uses ARMv8 SHA-NI intrinsics */ +#undef ENABLE_ARM_SHANI + +/* Define this symbol to build code that uses AVX2 intrinsics */ +#undef ENABLE_AVX2 + +/* Define if external signer support is enabled */ +#undef ENABLE_EXTERNAL_SIGNER + +/* Define this symbol to build code that uses SSE4.1 intrinsics */ +#undef ENABLE_SSE41 + +/* Define to 1 to enable tracepoints for Userspace, Statically Defined Tracing + */ +#undef ENABLE_TRACING + +/* Define to 1 to enable wallet functions */ +#undef ENABLE_WALLET + +/* Define this symbol to build code that uses x86 SHA-NI intrinsics */ +#undef ENABLE_X86_SHANI + +/* Define this symbol to enable ZMQ functions */ +#undef ENABLE_ZMQ + +/* define if the Boost library is available */ +#undef HAVE_BOOST + +/* Define this symbol if you have __builtin_clzl */ +#undef HAVE_BUILTIN_CLZL + +/* Define this symbol if you have __builtin_clzll */ +#undef HAVE_BUILTIN_CLZLL + +/* Define if you have a working __builtin_mul_overflow */ +#undef HAVE_BUILTIN_MUL_OVERFLOW + +/* Define to 1 if you have the header file. */ +#undef HAVE_BYTESWAP_H + +/* Define this symbol if clmul instructions can be used */ +#undef HAVE_CLMUL + +/* Define this symbol if the consensus lib has been built */ +#undef HAVE_CONSENSUS_LIB + +/* define if the compiler supports basic C++17 syntax */ +#undef HAVE_CXX17 + +/* define if the compiler supports basic C++20 syntax */ +#undef HAVE_CXX20 + +/* Define to 1 if you have the declaration of `be16toh', and to 0 if you + don't. */ +#undef HAVE_DECL_BE16TOH + +/* Define to 1 if you have the declaration of `be32toh', and to 0 if you + don't. */ +#undef HAVE_DECL_BE32TOH + +/* Define to 1 if you have the declaration of `be64toh', and to 0 if you + don't. */ +#undef HAVE_DECL_BE64TOH + +/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you + don't. */ +#undef HAVE_DECL_BSWAP_16 + +/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you + don't. */ +#undef HAVE_DECL_BSWAP_32 + +/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you + don't. */ +#undef HAVE_DECL_BSWAP_64 + +/* Define to 1 if you have the declaration of `fork', and to 0 if you don't. + */ +#undef HAVE_DECL_FORK + +/* Define to 1 if you have the declaration of `freeifaddrs', and to 0 if you + don't. */ +#undef HAVE_DECL_FREEIFADDRS + +/* Define to 1 if you have the declaration of `getifaddrs', and to 0 if you + don't. */ +#undef HAVE_DECL_GETIFADDRS + +/* Define to 1 if you have the declaration of `htobe16', and to 0 if you + don't. */ +#undef HAVE_DECL_HTOBE16 + +/* Define to 1 if you have the declaration of `htobe32', and to 0 if you + don't. */ +#undef HAVE_DECL_HTOBE32 + +/* Define to 1 if you have the declaration of `htobe64', and to 0 if you + don't. */ +#undef HAVE_DECL_HTOBE64 + +/* Define to 1 if you have the declaration of `htole16', and to 0 if you + don't. */ +#undef HAVE_DECL_HTOLE16 + +/* Define to 1 if you have the declaration of `htole32', and to 0 if you + don't. */ +#undef HAVE_DECL_HTOLE32 + +/* Define to 1 if you have the declaration of `htole64', and to 0 if you + don't. */ +#undef HAVE_DECL_HTOLE64 + +/* Define to 1 if you have the declaration of `le16toh', and to 0 if you + don't. */ +#undef HAVE_DECL_LE16TOH + +/* Define to 1 if you have the declaration of `le32toh', and to 0 if you + don't. */ +#undef HAVE_DECL_LE32TOH + +/* Define to 1 if you have the declaration of `le64toh', and to 0 if you + don't. */ +#undef HAVE_DECL_LE64TOH + +/* Define to 1 if you have the declaration of `pipe2', and to 0 if you don't. + */ +#undef HAVE_DECL_PIPE2 + +/* Define to 1 if you have the declaration of `setsid', and to 0 if you don't. + */ +#undef HAVE_DECL_SETSID + +/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you + don't. */ +#undef HAVE_DECL_STRERROR_R + +/* Define if the visibility attribute is supported. */ +#undef HAVE_DEFAULT_VISIBILITY_ATTRIBUTE + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define if the dllexport attribute is supported. */ +#undef HAVE_DLLEXPORT_ATTRIBUTE + +/* Define to 1 if you have the header file. */ +#undef HAVE_ENDIAN_H + +/* Define this symbol if evhttp_connection_get_peer expects const char** */ +#undef HAVE_EVHTTP_CONNECTION_GET_PEER_CONST_CHAR + +/* Define to 1 if fdatasync is available. */ +#undef HAVE_FDATASYNC + +/* Define this symbol if the BSD getentropy system call is available with + sys/random.h */ +#undef HAVE_GETENTROPY_RAND + +/* Define this symbol if the Linux getrandom function call is available */ +#undef HAVE_GETRANDOM + +/* Define this symbol if gmtime_r is available */ +#undef HAVE_GMTIME_R + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the `advapi32' library (-ladvapi32). */ +#undef HAVE_LIBADVAPI32 + +/* Define to 1 if you have the `comctl32' library (-lcomctl32). */ +#undef HAVE_LIBCOMCTL32 + +/* Define to 1 if you have the `comdlg32' library (-lcomdlg32). */ +#undef HAVE_LIBCOMDLG32 + +/* Define to 1 if you have the `gdi32' library (-lgdi32). */ +#undef HAVE_LIBGDI32 + +/* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */ +#undef HAVE_LIBIPHLPAPI + +/* Define to 1 if you have the `kernel32' library (-lkernel32). */ +#undef HAVE_LIBKERNEL32 + +/* Define to 1 if you have the `ole32' library (-lole32). */ +#undef HAVE_LIBOLE32 + +/* Define to 1 if you have the `oleaut32' library (-loleaut32). */ +#undef HAVE_LIBOLEAUT32 + +/* Define to 1 if you have the `shell32' library (-lshell32). */ +#undef HAVE_LIBSHELL32 + +/* Define to 1 if you have the `shlwapi' library (-lshlwapi). */ +#undef HAVE_LIBSHLWAPI + +/* Define to 1 if you have the `ssp' library (-lssp). */ +#undef HAVE_LIBSSP + +/* Define to 1 if you have the `user32' library (-luser32). */ +#undef HAVE_LIBUSER32 + +/* Define to 1 if you have the `uuid' library (-luuid). */ +#undef HAVE_LIBUUID + +/* Define to 1 if you have the `winmm' library (-lwinmm). */ +#undef HAVE_LIBWINMM + +/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ +#undef HAVE_LIBWS2_32 + +/* Define this symbol if you have malloc_info */ +#undef HAVE_MALLOC_INFO + +/* Define this symbol if you have mallopt with M_ARENA_MAX */ +#undef HAVE_MALLOPT_ARENA_MAX + +/* Define to 1 if you have the header file. */ +#undef HAVE_MINIUPNPC_MINIUPNPC_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MINIUPNPC_UPNPCOMMANDS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MINIUPNPC_UPNPERRORS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NATPMP_H + +/* Define to 1 if O_CLOEXEC flag is available. */ +#undef HAVE_O_CLOEXEC + +/* Define this symbol if you have posix_fallocate */ +#undef HAVE_POSIX_FALLOCATE + +/* Define if you have POSIX threads libraries and header files. */ +#undef HAVE_PTHREAD + +/* Have PTHREAD_PRIO_INHERIT. */ +#undef HAVE_PTHREAD_PRIO_INHERIT + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have `strerror_r'. */ +#undef HAVE_STRERROR_R + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define this symbol to build code that uses getauxval) */ +#undef HAVE_STRONG_GETAUXVAL + +/* Define this symbol if the BSD sysctl() is available */ +#undef HAVE_SYSCTL + +/* Define this symbol if the BSD sysctl(KERN_ARND) is available */ +#undef HAVE_SYSCTL_ARND + +/* Define to 1 if std::system or ::wsystem is available. */ +#undef HAVE_SYSTEM + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_ENDIAN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PRCTL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_RESOURCES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SELECT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SYSCTL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_VMMETER_H + +/* Define if thread_local is supported. */ +#undef HAVE_THREAD_LOCAL + +/* Define to 1 if you have the `timingsafe_bcmp' function. */ +#undef HAVE_TIMINGSAFE_BCMP + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_VM_VM_PARAM_H + +/* Define to the sub-directory where libtool stores uninstalled libraries. */ +#undef LT_OBJDIR + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + +/* Define this symbol if the qt platform is android */ +#undef QT_QPA_PLATFORM_ANDROID + +/* Define this symbol if the qt platform is cocoa */ +#undef QT_QPA_PLATFORM_COCOA + +/* Define this symbol if the minimal qt platform exists */ +#undef QT_QPA_PLATFORM_MINIMAL + +/* Define this symbol if the qt platform is windows */ +#undef QT_QPA_PLATFORM_WINDOWS + +/* Define this symbol if the qt platform is xcb */ +#undef QT_QPA_PLATFORM_XCB + +/* Define this symbol if qt plugins are static */ +#undef QT_STATICPLUGIN + +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +#undef STDC_HEADERS + +/* Define to 1 if strerror_r returns char *. */ +#undef STRERROR_R_CHAR_P + +/* Define this symbol to build in assembly routines */ +#undef USE_ASM + +/* Define if BDB support should be compiled in */ +#undef USE_BDB + +/* Define if dbus support should be compiled in */ +#undef USE_DBUS + +/* Define to 1 if UPnP support should be compiled in. */ +#undef USE_NATPMP + +/* Define if QR support should be compiled in */ +#undef USE_QRCODE + +/* Define if sqlite support should be compiled in */ +#undef USE_SQLITE + +/* Define to 1 if UPnP support should be compiled in. */ +#undef USE_UPNP + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + +#endif //BITCOIN_CONFIG_H diff --git a/src/primitives/block.cpp b/src/primitives/block.cpp index 6d2d06a83bae3..b67a917576a4e 100644 --- a/src/primitives/block.cpp +++ b/src/primitives/block.cpp @@ -6,7 +6,6 @@ #include #include -#include #include uint256 CBlockHeader::GetHash() const diff --git a/src/primitives/transaction.cpp b/src/primitives/transaction.cpp index d93837e9f6baf..2c913bf4327df 100644 --- a/src/primitives/transaction.cpp +++ b/src/primitives/transaction.cpp @@ -7,7 +7,6 @@ #include #include -#include #include