]> granicus.if.org Git - curl/commitdiff
--protocols now supports TFTP
authorDaniel Stenberg <daniel@haxx.se>
Sun, 4 Sep 2005 18:15:24 +0000 (18:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 4 Sep 2005 18:15:24 +0000 (18:15 +0000)
curl-config.in

index b755ad5a46b2ea6bfe6c9f95c3db5dc8126f0b65..2f51871852cd32e4e230eea5c87ad0aca695b453 100644 (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@