From 9111909c1d4d31d186d8ebc1f30447bd97969517 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Tue, 25 Jul 2006 11:08:42 +0000 Subject: Added CURL_VERSION_CONV feature string. --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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