From 9bdb77fa75bbc7bbb3941a3266d1d0a8894a5afc Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Wed, 5 Dec 2018 23:53:04 +0100 Subject: [PATCH] Update and re-sort feature list in --version output --- modules/bindbackend/bindbackend2.cc | 3 +++ pdns/version.cc | 38 ++++++++++++++++++++++++----- 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/modules/bindbackend/bindbackend2.cc b/modules/bindbackend/bindbackend2.cc index 42d427ee73..0f4e70f919 100644 --- a/modules/bindbackend/bindbackend2.cc +++ b/modules/bindbackend/bindbackend2.cc @@ -1384,6 +1384,9 @@ public: g_log << Logger::Info << "[bind2backend] This is the bind backend version " << VERSION #ifndef REPRODUCIBLE << " (" __DATE__ " " __TIME__ ")" +#endif +#ifdef HAVE_SQLITE3 + << " (with bind-dnssec-db support)" #endif << " reporting" << endl; } diff --git a/pdns/version.cc b/pdns/version.cc index 4c46bd8bdd..0ace0e58b9 100644 --- a/pdns/version.cc +++ b/pdns/version.cc @@ -83,24 +83,50 @@ void showProductVersion() void showBuildConfiguration() { g_log<