diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-16 22:14:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-16 22:14:37 +0000 |
commit | 67a83c1b3465c44b249eaa44fdc492952e59b31f (patch) | |
tree | 7240899b4d2b76095abdb09dcccd657a6177e9b5 /curl-config.in | |
parent | 1e8d094274139238fb710451e069ce42317e55e4 (diff) | |
download | curl-67a83c1b3465c44b249eaa44fdc492952e59b31f.tar.gz |
David Shaw finally removed all traces of Gopher and we are now officially
not supporting it. It hasn't been functioning for years anyway, so this is
just finally stating what already was true. And a cleanup at the same time.
Diffstat (limited to 'curl-config.in')
-rw-r--r-- | curl-config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/curl-config.in b/curl-config.in index 2f5187185..8f89049ca 100644 --- a/curl-config.in +++ b/curl-config.in @@ -101,9 +101,6 @@ while test $# -gt 0; do echo "FTPS" fi fi - if test "@CURL_DISABLE_GOPHER@" != "1"; then - echo "GOPHER" - fi if test "@CURL_DISABLE_FILE@" != "1"; then echo "FILE" fi |