mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
--protocols now supports TFTP
This commit is contained in:
parent
e369270f88
commit
e55f502e2f
@ -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…
Reference in New Issue
Block a user