aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-07-25 11:08:42 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-07-25 11:08:42 +0000
commit9111909c1d4d31d186d8ebc1f30447bd97969517 (patch)
treed9a2711e5fa29ec4b14b1091b69f5782021a30ac
parent4a1a1a75fb88481bd898e2168d1b20d0697b66e4 (diff)
Added CURL_VERSION_CONV feature string.
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
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<sizeof(feats)/sizeof(feats[0]); i++) {