]> 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)
committerEvan Hunt <each@isc.org>
Sun, 25 Feb 2018 01:49:49 +0000 (17:49 -0800)
lib/bind9/check.c

index 06709638fb2cf6861a13175edd360a6af1b0f68c..6f0145e80c0674d9e76b7e6042f396bf1c119f2d 100644 (file)
@@ -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,