From df410e5e815bc7c6d2f273c9d39f2bba91f4ab91 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 22 Aug 2023 11:30:29 +0200 Subject: [PATCH] Auth: Print the list of loaded modules next to the config.h preset --- pdns/version.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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<