--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 b755ad5..2f51871 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@