From: Gisle Vanem Date: Tue, 25 Jul 2006 11:08:42 +0000 (+0000) Subject: Added CURL_VERSION_CONV feature string. X-Git-Tag: curl-7_15_5~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9111909c1d4d31d186d8ebc1f30447bd97969517;p=curl Added CURL_VERSION_CONV feature string. --- diff --git a/src/main.c b/src/main.c index 0125ddf84..3e717a3d2 100644 --- a/src/main.c +++ b/src/main.c @@ -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