mirror of
https://github.com/curl/curl.git
synced 2025-09-21 03:22:41 +03:00
Added 'curl_version_info_data::iconv_ver_num' for iconv version.
This commit is contained in:
parent
43e4544d51
commit
10b7fc7e51
|
@ -1499,6 +1499,9 @@ typedef struct {
|
||||||
|
|
||||||
/* This field was added in CURLVERSION_THIRD */
|
/* This field was added in CURLVERSION_THIRD */
|
||||||
const char *libidn;
|
const char *libidn;
|
||||||
|
|
||||||
|
/* Same as '_libiconv_version' if built with HAVE_ICONV */
|
||||||
|
int iconv_ver_num;
|
||||||
} curl_version_info_data;
|
} curl_version_info_data;
|
||||||
|
|
||||||
#define CURL_VERSION_IPV6 (1<<0) /* IPv6-enabled */
|
#define CURL_VERSION_IPV6 (1<<0) /* IPv6-enabled */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user