diff options
| author | Michael Forney <mforney@mforney.org> | 2020-06-25 00:19:10 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-06-30 13:00:03 -0700 |
| commit | ea8181ae6b127a92e503c5307d980134ee37f092 (patch) | |
| tree | e8851e3de0ad85ec0b30f80f076810644e0fca39 /pkg/curl/curl_config.h | |
| parent | 32f82cd1715e12cc155ebfa24fed913a49884c65 (diff) | |
curl: Update to 7.71.0
Diffstat (limited to 'pkg/curl/curl_config.h')
| -rw-r--r-- | pkg/curl/curl_config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h index 59135da3..47658d45 100644 --- a/pkg/curl/curl_config.h +++ b/pkg/curl/curl_config.h @@ -181,6 +181,7 @@ /* #undef HAVE_PROTO_BSDSOCKET_H */ #define HAVE_PTHREAD_H 1 #define HAVE_PWD_H 1 +/* #undef HAVE_QUICHE_CONN_SET_QLOG_FD */ /* #undef HAVE_QUICHE_H */ /* #undef HAVE_RAND_EGD */ #define HAVE_RECV 1 @@ -227,6 +228,7 @@ #define HAVE_STRTOLL 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_STRUCT_TIMEVAL 1 +#define HAVE_SUSECONDS_T 1 /* #undef HAVE_SYS_FILIO_H */ #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 @@ -261,9 +263,10 @@ /* #undef HAVE_WINSOCK_H */ /* #undef HAVE_WOLFSSH_SSH_H */ /* #undef HAVE_WOLFSSLV3_CLIENT_METHOD */ +/* #undef HAVE_WOLFSSL_DES_SET_ODD_PARITY */ /* #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE */ /* #undef HAVE_WOLFSSL_USEALPN */ -/* #undef HAVE_WRITABLE_ARGV */ +#define HAVE_WRITABLE_ARGV 1 #define HAVE_WRITEV 1 /* #undef HAVE_WS2TCPIP_H */ /* #undef HAVE_X509_H */ |
