aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-11 23:14:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-11 23:14:25 +0000
commit998e8cba1984c10fd005fc972c4e0aa9a3fd33da (patch)
tree75080aa589e93dbcde89ecb53422a98f8b6fb020
parente3f523ab2aff8b1f260774b7b69e0069bb835209 (diff)
Dov Murik made defining HTTP_ONLY also disable TFTP
-rw-r--r--lib/setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 8f19dde3f..2fcc29cd8 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -24,6 +24,7 @@
***************************************************************************/
#ifdef HTTP_ONLY
+#define CURL_DISABLE_TFTP
#define CURL_DISABLE_FTP
#define CURL_DISABLE_LDAP
#define CURL_DISABLE_TELNET