diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-09-04 18:15:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-09-04 18:15:24 +0000 |
commit | e55f502e2f2e1fc862e701e1c88db3b71f2419ce (patch) | |
tree | dba2ffcbdfc1a64f3d73307b8d2e22e591ff99a6 /curl-config.in | |
parent | e369270f88c86dc6c0acdd2665cc7064b20d8de9 (diff) | |
download | curl-e55f502e2f2e1fc862e701e1c88db3b71f2419ce.tar.gz |
--protocols now supports TFTP
Diffstat (limited to 'curl-config.in')
-rw-r--r-- | curl-config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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@ |