From b592b10d989301d195b76cd1666b13c2f0199623 Mon Sep 17 00:00:00 2001 From: gruve-p Date: Tue, 31 Oct 2023 17:39:14 +0100 Subject: [PATCH] more cleanup --- src/groestlcoin.cpp | 4 +--- src/groestlcoin.h | 3 +-- src/grs-config.h | 48 +++++++++++++++++++++------------------------ 3 files changed, 24 insertions(+), 31 deletions(-) diff --git a/src/groestlcoin.cpp b/src/groestlcoin.cpp index 7e4de76de5a87..9c275278ac545 100644 --- a/src/groestlcoin.cpp +++ b/src/groestlcoin.cpp @@ -1,6 +1,4 @@ -// Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2009-2022 The Bitcoin Core developers -// Copyright (c) 2014-2022 The Groestlcoin developers +// Copyright (c) 2014-2023 The Groestlcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/groestlcoin.h b/src/groestlcoin.h index 66d54e43dd2f7..9c1c4fa10cff3 100755 --- a/src/groestlcoin.h +++ b/src/groestlcoin.h @@ -1,5 +1,4 @@ -// Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2014-2022 The Groestlcoin developers +// Copyright (c) 2014-2023 The Groestlcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/grs-config.h b/src/grs-config.h index f0149b8330e32..158a5a01b750c 100644 --- a/src/grs-config.h +++ b/src/grs-config.h @@ -1,36 +1,32 @@ -#pragma once +// #pragma once -#define UCFG_DEFINE_NDEBUG 0 +// #define UCFG_DEFINE_NDEBUG 0 // Check if this can be removed #define BUILD_DESC "v26.0.0" -#if defined(_MSC_VER) && !defined(RC_COMPILER) -# include -#endif +// #if defined(_MSC_VER) && !defined(RC_COMPILER) +// # include +// #endif -#pragma warning(disable: 4018 4101 4146 4242 4244 4267 4290 4334 4717 4789 4800 4804) +// #pragma warning(disable: 4018 4101 4146 4242 4244 4267 4290 4334 4717 4789 4800 4804) -#define WIN32 +// #define WIN32 -#define _CRT_SECURE_NO_DEPRECATE 1 -#define _SCL_SECURE_NO_WARNINGS +// #define _CRT_SECURE_NO_DEPRECATE 1 +// #define _SCL_SECURE_NO_WARNINGS -#define HAVE_DECL_HTOBE16 1 -#define HAVE_DECL_HTOLE16 1 -#define HAVE_DECL_BE16TOH 1 -#define HAVE_DECL_LE16TOH 1 -#define HAVE_DECL_HTOLE32 1 -#define HAVE_DECL_BE32TOH 1 -#define HAVE_DECL_LE32TOH 1 -#define HAVE_DECL_HTOBE64 1 -#define HAVE_DECL_HTOLE64 1 -#define HAVE_DECL_BE64TOH 1 -#define HAVE_DECL_LE64TOH 1 +// #define HAVE_DECL_HTOBE16 1 +// #define HAVE_DECL_HTOLE16 1 +// #define HAVE_DECL_BE16TOH 1 +// #define HAVE_DECL_LE16TOH 1 +// #define HAVE_DECL_HTOLE32 1 +// #define HAVE_DECL_BE32TOH 1 +// #define HAVE_DECL_LE32TOH 1 +// #define HAVE_DECL_HTOBE64 1 +// #define HAVE_DECL_HTOLE64 1 +// #define HAVE_DECL_BE64TOH 1 +// #define HAVE_DECL_LE64TOH 1 -#define HAVE_DECL_STRNLEN 1 -#define HAVE_DECL_EVP_MD_CTX_NEW 1 - -#define HAVE_WORKING_BOOST_SLEEP_FOR 1 - -#define BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT noexcept +// #define HAVE_DECL_STRNLEN 1 +// #define HAVE_DECL_EVP_MD_CTX_NEW 1