aboutsummaryrefslogtreecommitdiff
path: root/lib/bind
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-03-03 05:45:24 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-03-03 05:45:24 +0000
commiteda14e83f216771932ca56c65bc62d994af63706 (patch)
tree62d02001f69506ed0ec63ea339614e3658d10ebf /lib/bind
parent9be0746b5fea430f6dd3031cf32a361d5a197cf3 (diff)
parent841024d54f1f0a07feccf84d8938b00bc1f362b5 (diff)
Notes
Diffstat (limited to 'lib/bind')
-rw-r--r--lib/bind/config.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h
index 1d68450eafb57..3391059500cb2 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
@@ -277,10 +283,6 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
-#define LT_OBJDIR ".libs/"
-
/* Defined if extern char *optarg is not declared. */
/* #undef NEED_OPTARG */