From: Otto Moerbeek Date: Wed, 5 Jan 2022 12:21:43 +0000 (+0100) Subject: Add feature printing so it's more easy to check if GSS-TSIG is compiled in. X-Git-Tag: rec-4.8.0-alpha1~31^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12cf223b733406b0da7bcc7cbbb8c79634c281d9;p=thirdparty%2Fpdns.git Add feature printing so it's more easy to check if GSS-TSIG is compiled in. --- diff --git a/pdns/version.cc b/pdns/version.cc index d8f5d404bd..721439b2e4 100644 --- a/pdns/version.cc +++ b/pdns/version.cc @@ -144,6 +144,9 @@ void showBuildConfiguration() #ifdef HAVE_EVP_PKEY_CTX_SET1_SCRYPT_SALT "scrypt " << #endif +#ifdef ENABLE_GSS_TSIG + "gss-tsig " << +#endif #ifdef VERBOSELOG "verboselog" << #endif