--protocols now supports TFTP

This commit is contained in:
Daniel Stenberg 2005-09-04 18:15:24 +00:00
parent e369270f88
commit e55f502e2f
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,9 @@ while test $# -gt 0; do
if test "@CURL_DISABLE_DICT@" != "1"; then
echo "DICT"
fi
if test "@CURL_DISABLE_TFTP@" != "1"; then
echo "TFTP"
fi
;;
--version)
echo libcurl @VERSION@