From: Daniel Stenberg Date: Sun, 4 Sep 2005 18:15:24 +0000 (+0000) Subject: --protocols now supports TFTP X-Git-Tag: curl-7_15_0~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e55f502e2f2e1fc862e701e1c88db3b71f2419ce;p=curl --protocols now supports TFTP --- diff --git a/curl-config.in b/curl-config.in index b755ad5a4..2f5187185 100644 --- a/curl-config.in +++ b/curl-config.in @@ -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@