diff options
Diffstat (limited to 'lib/bind/config.h')
-rw-r--r-- | lib/bind/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h index bf6f8ce..d743db2 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -283,8 +283,14 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the <net/if6.h> header file. */ /* #undef HAVE_NET_IF6_H */ +/* Define if your OpenSSL version supports ECDSA. */ +#define HAVE_OPENSSL_ECDSA 1 + /* Define if your OpenSSL version supports GOST. */ /* #undef HAVE_OPENSSL_GOST */ + +/* Define to 1 if you have the <regex.h> header file. */ +#define HAVE_REGEX_H 1 /* Define to 1 if you have the `setegid' function. */ #define HAVE_SETEGID 1 |