]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist --version: report yaml support 15959/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 4 Aug 2025 11:56:05 +0000 (13:56 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 4 Aug 2025 11:56:05 +0000 (13:56 +0200)
pdns/dnsdistdist/dnsdist.cc

index 35e489979853efca27a8862aee62ae4e9f55fe67..fde6281ebedd363c3fa3ea0d03cfbd4f6e6e6882 100644 (file)
@@ -2983,7 +2983,10 @@ static void reportFeatures()
   cout << "snmp ";
 #endif
 #ifdef HAVE_SYSTEMD
-  cout << "systemd";
+  cout << "systemd ";
+#endif
+#ifdef HAVE_YAML_CONFIGURATION
+  cout << "yaml ";
 #endif
   cout << endl;
 // NOLINTBEGIN(cppcoreguidelines-macro-usage)