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, 10 insertions, 3 deletions
diff --git a/libs/libcurl/src/curl_config.h.in b/libs/libcurl/src/curl_config.h.in index 2bce4ecc48..40176f9325 100644 --- a/libs/libcurl/src/curl_config.h.in +++ b/libs/libcurl/src/curl_config.h.in @@ -446,6 +446,9 @@ /* Define to 1 if you have the MSG_NOSIGNAL flag. */ #undef HAVE_MSG_NOSIGNAL +/* Define to 1 if you have the <msh3.h> header file. */ +#undef HAVE_MSH3_H + /* Define to 1 if you have the <netdb.h> header file. */ #undef HAVE_NETDB_H @@ -492,7 +495,8 @@ /* Define to 1 if you have the <openssl/rsa.h> header file. */ #undef HAVE_OPENSSL_RSA_H -/* if you have the function SRP_Calc_client_key */ +/* if you have the functions SSL_CTX_set_srp_username and + SSL_CTX_set_srp_password */ #undef HAVE_OPENSSL_SRP /* Define to 1 if you have the <openssl/ssl.h> header file. */ @@ -938,6 +942,9 @@ /* GSASL support enabled */ #undef USE_GSASL +/* enable headers-api */ +#undef USE_HEADERS_API + /* if hyper is in use */ #undef USE_HYPER @@ -959,8 +966,8 @@ /* if mbedTLS is enabled */ #undef USE_MBEDTLS -/* if MesaLink is enabled */ -#undef USE_MESALINK +/* if msh3 is in use */ +#undef USE_MSH3 /* if nghttp2 is in use */ #undef USE_NGHTTP2 |
