summaryrefslogtreecommitdiff
path: root/usr.sbin/unbound/config.h.in
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2022-10-20 08:26:15 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2022-10-20 08:26:15 +0000
commit5f037c8aad4bc789f846be5f975c63b37296275b (patch)
tree3e1c385ea62052348f9f8431c2f10072c823f2a2 /usr.sbin/unbound/config.h.in
parentb528c8e58143aeb27a71ade420fe2fecb5da5bb9 (diff)
merge unbound 1.17.0
Diffstat (limited to 'usr.sbin/unbound/config.h.in')
-rw-r--r--usr.sbin/unbound/config.h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/unbound/config.h.in b/usr.sbin/unbound/config.h.in
index 07d47a8641c..1f1d87b43fa 100644
--- a/usr.sbin/unbound/config.h.in
+++ b/usr.sbin/unbound/config.h.in
@@ -298,6 +298,9 @@
/* Define to 1 if you have the `getrlimit' function. */
#undef HAVE_GETRLIMIT
+/* Define to 1 if you have the `gettid' function. */
+#undef HAVE_GETTID
+
/* Define to 1 if you have the `glob' function. */
#undef HAVE_GLOB
@@ -460,6 +463,12 @@
/* Define to 1 if you have the `OSSL_PARAM_BLD_new' function. */
#undef HAVE_OSSL_PARAM_BLD_NEW
+/* Define to 1 if you have the `poll' function. */
+#undef HAVE_POLL
+
+/* Define to 1 if you have the <poll.h> header file. */
+#undef HAVE_POLL_H
+
/* Define if you have POSIX threads libraries and header files. */
#undef HAVE_PTHREAD
@@ -803,12 +812,18 @@
/* Shared data */
#undef SHARE_DIR
+/* The size of `pthread_t', as computed by sizeof. */
+#undef SIZEOF_PTHREAD_T
+
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T
/* The size of `time_t', as computed by sizeof. */
#undef SIZEOF_TIME_T
+/* The size of `unsigned long', as computed by sizeof. */
+#undef SIZEOF_UNSIGNED_LONG
+
/* define if (v)snprintf does not return length needed, (but length used) */
#undef SNPRINTF_RET_BROKEN