diff options
Diffstat (limited to 'libs/libcurl/src/curl_config.h.in')
-rw-r--r-- | libs/libcurl/src/curl_config.h.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/libs/libcurl/src/curl_config.h.in b/libs/libcurl/src/curl_config.h.in index dc792f4ca7..2f5511a747 100644 --- a/libs/libcurl/src/curl_config.h.in +++ b/libs/libcurl/src/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 |