aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/config.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2016-09-29 18:24:29 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2016-09-29 18:24:29 +0000
commitb5663de9eb877cb7ebb54c4ae4eb81007bb17df4 (patch)
treec71a63b65af86d3bb13a920be50d4e4c00d96647 /contrib/unbound/config.h
parent863ef2ca62df17d196f6b9c642b607910b28864f (diff)
parent27c2fff0f2fef695b0599fc3931cacfc16376e88 (diff)
downloadsrc-b5663de9eb877cb7ebb54c4ae4eb81007bb17df4.tar.gz
src-b5663de9eb877cb7ebb54c4ae4eb81007bb17df4.zip
Notes
Diffstat (limited to 'contrib/unbound/config.h')
-rw-r--r--contrib/unbound/config.h57
1 files changed, 54 insertions, 3 deletions
diff --git a/contrib/unbound/config.h b/contrib/unbound/config.h
index 5890e7a91fc3..c8c0cf76f311 100644
--- a/contrib/unbound/config.h
+++ b/contrib/unbound/config.h
@@ -52,6 +52,9 @@
/* Define to 1 if you have the `chroot' function. */
#define HAVE_CHROOT 1
+/* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
+#define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
+
/* Define to 1 if you have the `ctime_r' function. */
#define HAVE_CTIME_R 1
@@ -111,9 +114,18 @@
/* Define to 1 if you have the `endprotoent' function. */
#define HAVE_ENDPROTOENT 1
+/* Define to 1 if you have the `endpwent' function. */
+#define HAVE_ENDPWENT 1
+
/* Define to 1 if you have the `endservent' function. */
#define HAVE_ENDSERVENT 1
+/* Define to 1 if you have the `ERR_free_strings' function. */
+#define HAVE_ERR_FREE_STRINGS 1
+
+/* Define to 1 if you have the `ERR_load_crypto_strings' function. */
+#define HAVE_ERR_LOAD_CRYPTO_STRINGS 1
+
/* Define to 1 if you have the `event_base_free' function. */
/* #undef HAVE_EVENT_BASE_FREE */
@@ -129,6 +141,9 @@
/* Define to 1 if you have the <event.h> header file. */
/* #undef HAVE_EVENT_H */
+/* Define to 1 if you have the `EVP_cleanup' function. */
+#define HAVE_EVP_CLEANUP 1
+
/* Define to 1 if you have the `EVP_MD_CTX_new' function. */
/* #undef HAVE_EVP_MD_CTX_NEW */
@@ -255,24 +270,48 @@
/* Use libnettle for crypto */
/* #undef HAVE_NETTLE */
+/* Define to 1 if you have the <nettle/dsa-compat.h> header file. */
+/* #undef HAVE_NETTLE_DSA_COMPAT_H */
+
/* Use libnss for crypto */
/* #undef HAVE_NSS */
+/* Define to 1 if you have the `OpenSSL_add_all_digests' function. */
+#define HAVE_OPENSSL_ADD_ALL_DIGESTS 1
+
+/* Define to 1 if you have the <openssl/bn.h> header file. */
+#define HAVE_OPENSSL_BN_H 1
+
/* Define to 1 if you have the `OPENSSL_config' function. */
#define HAVE_OPENSSL_CONFIG 1
/* Define to 1 if you have the <openssl/conf.h> header file. */
#define HAVE_OPENSSL_CONF_H 1
+/* Define to 1 if you have the <openssl/dh.h> header file. */
+#define HAVE_OPENSSL_DH_H 1
+
+/* Define to 1 if you have the <openssl/dsa.h> header file. */
+#define HAVE_OPENSSL_DSA_H 1
+
/* Define to 1 if you have the <openssl/engine.h> header file. */
#define HAVE_OPENSSL_ENGINE_H 1
/* Define to 1 if you have the <openssl/err.h> header file. */
#define HAVE_OPENSSL_ERR_H 1
+/* Define to 1 if you have the `OPENSSL_init_crypto' function. */
+/* #undef HAVE_OPENSSL_INIT_CRYPTO */
+
+/* Define to 1 if you have the `OPENSSL_init_ssl' function. */
+/* #undef HAVE_OPENSSL_INIT_SSL */
+
/* Define to 1 if you have the <openssl/rand.h> header file. */
#define HAVE_OPENSSL_RAND_H 1
+/* Define to 1 if you have the <openssl/rsa.h> header file. */
+#define HAVE_OPENSSL_RSA_H 1
+
/* Define to 1 if you have the <openssl/ssl.h> header file. */
#define HAVE_OPENSSL_SSL_H 1
@@ -297,6 +336,9 @@
/* Define to 1 if you have the `random' function. */
#define HAVE_RANDOM 1
+/* Define to 1 if you have the `RAND_cleanup' function. */
+#define HAVE_RAND_CLEANUP 1
+
/* Define to 1 if you have the `reallocarray' function. */
#define HAVE_REALLOCARRAY 1
@@ -524,7 +566,7 @@
#define PACKAGE_NAME "unbound"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "unbound 1.5.9"
+#define PACKAGE_STRING "unbound 1.5.10"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "unbound"
@@ -533,7 +575,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.5.9"
+#define PACKAGE_VERSION "1.5.10"
/* default pidfile location */
#define PIDFILE "/var/unbound/unbound.pid"
@@ -552,7 +594,7 @@
#define ROOT_CERT_FILE "/var/unbound/icannbundle.pem"
/* version number for resource files */
-#define RSRC_PACKAGE_VERSION 1,5,9,0
+#define RSRC_PACKAGE_VERSION 1,5,10,0
/* Directory to chdir to */
#define RUN_DIR "/var/unbound"
@@ -611,6 +653,12 @@
/* Define if you want to use internal select based events */
#define USE_MINI_EVENT 1
+/* Define this to enable client TCP Fast Open. */
+/* #undef USE_MSG_FASTOPEN */
+
+/* Define this to enable client TCP Fast Open. */
+/* #undef USE_OSX_MSG_FASTOPEN */
+
/* Define this to enable SHA256 and SHA512 support. */
#define USE_SHA2 1
@@ -636,6 +684,9 @@
#endif
+/* Define this to enable server TCP Fast Open. */
+/* #undef USE_TCP_FASTOPEN */
+
/* Whether the windows socket API is used */
/* #undef USE_WINSOCK */