Skip to content

Commit

Permalink
--protocols now supports TFTP
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 4, 2005
1 parent e369270 commit e55f502
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions curl-config.in
Expand Up @@ -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@
Expand Down

0 comments on commit e55f502

Please sign in to comment.