mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
Added CURL_VERSION_CONV feature string.
This commit is contained in:
parent
4a1a1a75fb
commit
9111909c1d
@ -2284,7 +2284,8 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||||||
{"SSL", CURL_VERSION_SSL},
|
{"SSL", CURL_VERSION_SSL},
|
||||||
{"SSPI", CURL_VERSION_SSPI},
|
{"SSPI", CURL_VERSION_SSPI},
|
||||||
{"krb4", CURL_VERSION_KERBEROS4},
|
{"krb4", CURL_VERSION_KERBEROS4},
|
||||||
{"libz", CURL_VERSION_LIBZ}
|
{"libz", CURL_VERSION_LIBZ},
|
||||||
|
{"CharConv", CURL_VERSION_CONV}
|
||||||
};
|
};
|
||||||
printf("Features: ");
|
printf("Features: ");
|
||||||
for(i=0; i<sizeof(feats)/sizeof(feats[0]); i++) {
|
for(i=0; i<sizeof(feats)/sizeof(feats[0]); i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user