]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix detection of a specific nghttp2 feature
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 25 Sep 2024 18:41:39 +0000 (20:41 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 28 Jan 2025 13:37:19 +0000 (14:37 +0100)
commite8e6f4619f49b84b44de9795d7146506bf9caa89
tree2383fe72a33e1d5214ffa0645a53d9c9002bc94c
parent245fee69c71983bd50fa7a6f5c474ddd03a6f0ff
dnsdist: Fix detection of a specific nghttp2 feature

The `#if` should be `#ifdef` or `#if defined`, as otherwise it fails
with the `config.h` generated by `meson`.
pdns/dnsdistdist/dnsdist-nghttp2-in.cc