From: Fred Morcos Date: Tue, 22 Aug 2023 09:30:29 +0000 (+0200) Subject: Auth: Print the list of loaded modules next to the config.h preset X-Git-Tag: rec-5.0.0-alpha1~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df410e5e815bc7c6d2f273c9d39f2bba91f4ab91;p=thirdparty%2Fpdns.git Auth: Print the list of loaded modules next to the config.h preset --- diff --git a/pdns/version.cc b/pdns/version.cc index 3575303ca5..7f608572b3 100644 --- a/pdns/version.cc +++ b/pdns/version.cc @@ -24,6 +24,9 @@ #endif #include "logger.hh" #include "version.hh" +#include "dnsbackend.hh" + +#include static ProductType productType; @@ -153,7 +156,9 @@ void showBuildConfiguration() endl; #ifdef PDNS_MODULES // Auth only - g_log<