mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
conditionally typedef fstrmtable
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user