aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-09-03 07:13:45 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-09-03 07:13:45 +0000
commit6fae67da247296c5844ea54a5fc238184ed50046 (patch)
treedf1f07c78f187c54ea276c24753c42174127668e /lib
parent1d449f95f29a1b01342ee6c733f8dcac9f4dce3c (diff)
parent4a28185ca651dac3b9efa694040b80ab0eaa0690 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/bind/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h
index 003a7568d701..ca364b5233bb 100644
--- a/lib/bind/config.h
+++ b/lib/bind/config.h
@@ -187,9 +187,18 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the <devpoll.h> header file. */
/* #undef HAVE_DEVPOLL_H */
+/* Define to 1 if you have the `dlclose' function. */
+#define HAVE_DLCLOSE 1
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
+/* Define to 1 if you have the `dlopen' function. */
+#define HAVE_DLOPEN 1
+
+/* Define to 1 if you have the `dlsym' function. */
+#define HAVE_DLSYM 1
+
/* Define to 1 if you have the `EVP_sha256' function. */
#define HAVE_EVP_SHA256 1
@@ -352,6 +361,9 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to the flags type used by getnameinfo(3). */
#define IRS_GETNAMEINFO_FLAGS_T int
+/* Define to allow building of objects for dlopen(). */
+#define ISC_DLZ_DLOPEN 1
+
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#define LT_OBJDIR ".libs/"