make --version|-v display info about encoding detection

This commit is contained in:
Andrzej Rybczak
2009-10-03 19:08:45 +02:00
parent fcf3acb6dd
commit b2aeb9f609

View File

@@ -83,6 +83,12 @@ void ParseArgv(int argc, char **argv)
# ifdef ENABLE_CLOCK # ifdef ENABLE_CLOCK
<< " - clock\n" << " - clock\n"
# endif # endif
<< "\nencoding detection: "
# ifdef HAVE_LANGINFO_H
<< "enabled"
# else
<< "disabled"
# endif // HAVE_LANGINFO_H
<< "\nbuilt with support for:" << "\nbuilt with support for:"
# ifdef HAVE_CURL_CURL_H # ifdef HAVE_CURL_CURL_H
<< " curl" << " curl"