Added CURL_VERSION_CONV feature string.

This commit is contained in:
Gisle Vanem 2006-07-25 11:08:42 +00:00
parent 4a1a1a75fb
commit 9111909c1d
1 changed files with 2 additions and 1 deletions

View File

@ -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++) {