diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 0182145366c6..c336ba349d38 100644 --- a/config.h.in +++ b/config.h.in @@ -169,6 +169,10 @@ int sigwait(const unsigned int *set, int *sig); /* Define to enable "rrset-order fixed" syntax. */ #undef DNS_RDATASET_FIXED +/* Define to enable the "fetches-per-server" and "fetches-per-zone" options. + */ +#undef ENABLE_FETCHLIMIT + /* Define to enable rpz-nsdname rules. */ #undef ENABLE_RPZ_NSDNAME @@ -470,6 +474,9 @@ int sigwait(const unsigned int *set, int *sig); /* Enable DNS Response Rate Limiting */ #undef USE_RRL +/* Define to enable very verbose query trace logging. */ +#undef WANT_QUERYTRACE + /* define if idnkit support is to be included. */ #undef WITH_IDN |
