aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:54:35 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 11:54:35 +0000
commit15de2de8449b4f5063f93578ae68aa0bc79a205c (patch)
treef0a7e3230212205e7ff88a2900de97026940f63c /config.h.in
parent689b65913bba5320ef50befddf4743c6dafde873 (diff)
downloadsrc-15de2de8449b4f5063f93578ae68aa0bc79a205c.tar.gz
src-15de2de8449b4f5063f93578ae68aa0bc79a205c.zip
Notes
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index eacbc7f69ee0..04aa762c58a9 100644
--- a/config.h.in
+++ b/config.h.in
@@ -79,6 +79,10 @@
don't. */
#undef HAVE_DECL_INET_PTON
+/* Define to 1 if you have the declaration of `NID_ED25519', and to 0 if you
+ don't. */
+#undef HAVE_DECL_NID_ED25519
+
/* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you
don't. */
#undef HAVE_DECL_NID_SECP384R1
@@ -157,6 +161,9 @@
/* Define to 1 if you have the `EVP_cleanup' function. */
#undef HAVE_EVP_CLEANUP
+/* Define to 1 if you have the `EVP_DigestVerify' function. */
+#undef HAVE_EVP_DIGESTVERIFY
+
/* Define to 1 if you have the `EVP_dss1' function. */
#undef HAVE_EVP_DSS1
@@ -666,6 +673,9 @@
/* Define to 1 to enable dnscrypt support */
#undef USE_DNSCRYPT
+/* Define to 1 to enable dnscrypt with xchacha20 support */
+#undef USE_DNSCRYPT_XCHACHA20
+
/* Define to 1 to enable dnstap support */
#undef USE_DNSTAP
@@ -678,9 +688,15 @@
/* Define this to enable an EVP workaround for older openssl */
#undef USE_ECDSA_EVP_WORKAROUND
+/* Define this to enable ED25519 support. */
+#undef USE_ED25519
+
/* Define this to enable GOST support. */
#undef USE_GOST
+/* Define to 1 to use ipsecmod support. */
+#undef USE_IPSECMOD
+
/* Define if you want to use internal select based events */
#undef USE_MINI_EVENT