aboutsummaryrefslogtreecommitdiffstats
path: root/lib/curl_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_config.h.in')
-rw-r--r--lib/curl_config.h.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/curl_config.h.in b/lib/curl_config.h.in
index dc792f4c..2f5511a7 100644
--- a/lib/curl_config.h.in
+++ b/lib/curl_config.h.in
@@ -434,6 +434,9 @@
/* if zlib is available */
#undef HAVE_LIBZ
+/* Define to 1 if you have the `zstd' library (-lzstd). */
+#undef HAVE_LIBZSTD
+
/* Define to 1 if you have the <linux/tcp.h> header file. */
#undef HAVE_LINUX_TCP_H
@@ -798,8 +801,8 @@
/* Define to 1 if you have the `wolfSSLv3_client_method' function. */
#undef HAVE_WOLFSSLV3_CLIENT_METHOD
-/* if you have wolfSSL_DES_set_odd_parity */
-#undef HAVE_WOLFSSL_DES_SET_ODD_PARITY
+/* if you have wolfSSL_DES_ecb_encrypt */
+#undef HAVE_WOLFSSL_DES_ECB_ENCRYPT
/* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */
#undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE
@@ -822,6 +825,12 @@
/* if you have the zlib.h header file */
#undef HAVE_ZLIB_H
+/* if libzstd is in use */
+#undef HAVE_ZSTD
+
+/* Define to 1 if you have the <zstd.h> header file. */
+#undef HAVE_ZSTD_H
+
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR