diff options
Diffstat (limited to 'test-dnscrypt_cc.cc')
-rw-r--r-- | test-dnscrypt_cc.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-dnscrypt_cc.cc b/test-dnscrypt_cc.cc index f19010c..d6d48f6 100644 --- a/test-dnscrypt_cc.cc +++ b/test-dnscrypt_cc.cc @@ -19,7 +19,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef BOOST_TEST_DYN_LINK #define BOOST_TEST_DYN_LINK +#endif + #define BOOST_TEST_NO_MAIN #include <boost/test/unit_test.hpp> @@ -32,9 +35,6 @@ #include <unistd.h> bool g_verbose{false}; -bool g_syslog{true}; -bool g_logtimestamps{false}; -std::optional<std::ofstream> g_verboseStream{std::nullopt}; BOOST_AUTO_TEST_SUITE(test_dnscrypt_cc) |