mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
conditionally typedef fstrmtable
This commit is contained in:
@@ -894,11 +894,13 @@ typedef struct {
|
|||||||
unsigned int max;
|
unsigned int max;
|
||||||
} intervaltable;
|
} intervaltable;
|
||||||
|
|
||||||
|
#if HAVE_DNSTAP
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const char *name;
|
const char *name;
|
||||||
unsigned int min;
|
unsigned int min;
|
||||||
unsigned int max;
|
unsigned int max;
|
||||||
} fstrmtable;
|
} fstrmtable;
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
optlevel_config,
|
optlevel_config,
|
||||||
|
Reference in New Issue
Block a user