diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2010-03-29 06:31:58 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-29 06:31:58 +0000 |
| commit | ecb246eba62d141db0fc21e8cdded1a2c3dd6283 (patch) | |
| tree | 7d03af905e8e5dca0c5b374e07b28212171e88b6 /lib/bind | |
| parent | b3aa5b386da3fcb80084ff85473d0a83f368bb17 (diff) | |
Notes
Diffstat (limited to 'lib/bind')
| -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 1d68450eafb5..3038b5b0d301 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -166,6 +166,12 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 +/* Define to 1 if you have the `EVP_sha256' function. */ +#define HAVE_EVP_SHA256 1 + +/* Define to 1 if you have the `EVP_sha512' function. */ +#define HAVE_EVP_SHA512 1 + /* Define to 1 if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H 1 |
