From: Mark Andrews Date: Tue, 20 Feb 2018 01:48:29 +0000 (+1100) Subject: conditionally typedef fstrmtable X-Git-Tag: v9.13.0~136^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcd309bea1a1e8029512d0d1045d2734215d88e1;p=thirdparty%2Fbind9.git conditionally typedef fstrmtable --- diff --git a/lib/bind9/check.c b/lib/bind9/check.c index 06709638fb2..6f0145e80c0 100644 --- a/lib/bind9/check.c +++ b/lib/bind9/check.c @@ -894,11 +894,13 @@ typedef struct { unsigned int max; } intervaltable; +#if HAVE_DNSTAP typedef struct { const char *name; unsigned int min; unsigned int max; } fstrmtable; +#endif typedef enum { optlevel_config,