diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-12-11 23:14:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-12-11 23:14:25 +0000 |
commit | 998e8cba1984c10fd005fc972c4e0aa9a3fd33da (patch) | |
tree | 75080aa589e93dbcde89ecb53422a98f8b6fb020 /lib | |
parent | e3f523ab2aff8b1f260774b7b69e0069bb835209 (diff) | |
download | curl-998e8cba1984c10fd005fc972c4e0aa9a3fd33da.tar.gz |
Dov Murik made defining HTTP_ONLY also disable TFTP
Diffstat (limited to 'lib')
-rw-r--r-- | lib/setup.h | 1 |
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 |