mirror of
https://github.com/curl/curl.git
synced 2026-07-27 17:38:57 +03:00
Added CURL_VERSION_CONV feature string.
This commit is contained in:
parent
4a1a1a75fb
commit
9111909c1d
1 changed files with 2 additions and 1 deletions
|
|
@ -2284,7 +2284,8 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||
{"SSL", CURL_VERSION_SSL},
|
||||
{"SSPI", CURL_VERSION_SSPI},
|
||||
{"krb4", CURL_VERSION_KERBEROS4},
|
||||
{"libz", CURL_VERSION_LIBZ}
|
||||
{"libz", CURL_VERSION_LIBZ},
|
||||
{"CharConv", CURL_VERSION_CONV}
|
||||
};
|
||||
printf("Features: ");
|
||||
for(i=0; i<sizeof(feats)/sizeof(feats[0]); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue