mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:23:39 +03:00
--protocols now supports TFTP
This commit is contained in:
parent
e369270f88
commit
e55f502e2f
1 changed files with 3 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ while test $# -gt 0; do
|
||||||
if test "@CURL_DISABLE_DICT@" != "1"; then
|
if test "@CURL_DISABLE_DICT@" != "1"; then
|
||||||
echo "DICT"
|
echo "DICT"
|
||||||
fi
|
fi
|
||||||
|
if test "@CURL_DISABLE_TFTP@" != "1"; then
|
||||||
|
echo "TFTP"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
--version)
|
--version)
|
||||||
echo libcurl @VERSION@
|
echo libcurl @VERSION@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue