mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 18:53:12 +02:00
core: add options "dns_servers" and "accepttimeout_ms" for curl (libcurl >= 7.24.0)
This commit is contained in:
@@ -728,6 +728,11 @@ struct t_url_option url_options[] =
|
||||
#if LIBCURL_VERSION_NUM >= 0x071503
|
||||
/* libcurl >= 7.21.3 */
|
||||
/*URL_DEF_OPTION(RESOLVE, LIST, NULL),*/
|
||||
#endif
|
||||
#if LIBCURL_VERSION_NUM >= 0x071800
|
||||
/* libcurl >= 7.24.0 */
|
||||
URL_DEF_OPTION(DNS_SERVERS, STRING, NULL),
|
||||
URL_DEF_OPTION(ACCEPTTIMEOUT_MS, LONG, NULL),
|
||||
#endif
|
||||
/*
|
||||
* SSL and security options
|
||||
|
||||
Reference in New Issue
Block a user