]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
conditionally typedef fstrmtable
authorMark Andrews <marka@isc.org>
Tue, 20 Feb 2018 01:48:29 +0000 (12:48 +1100)
committerMark Andrews <marka@isc.org>
Sun, 25 Feb 2018 23:40:09 +0000 (10:40 +1100)
(cherry picked from commit dcd309bea1a1e8029512d0d1045d2734215d88e1)

lib/bind9/check.c

index dfa312b795970d63079eb6be22f49f18dc050acb..c40f287012a7a83a4502e1cf12843bae26a561b4 100644 (file)
@@ -881,11 +881,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,