diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 7953ea7a..466a5c2c 100644 --- a/config.h.in +++ b/config.h.in @@ -274,6 +274,9 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the <linux/capability.h> header file. */ #undef HAVE_LINUX_CAPABILITY_H +/* Define to 1 if you have the <linux/types.h> header file. */ +#undef HAVE_LINUX_TYPES_H + /* Define to 1 if you have the <locale.h> header file. */ #undef HAVE_LOCALE_H @@ -434,6 +437,9 @@ int sigwait(const unsigned int *set, int *sig); non-blocking. */ #undef USE_FIONBIO_IOCTL +/* Enable DNS Response Rate Limiting */ +#undef USE_RRL + /* define if idnkit support is to be included. */ #undef WITH_IDN |