From: Daniel Stenberg Date: Sun, 11 Dec 2005 23:14:25 +0000 (+0000) Subject: Dov Murik made defining HTTP_ONLY also disable TFTP X-Git-Tag: curl-7_15_2~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=998e8cba1984c10fd005fc972c4e0aa9a3fd33da;p=thirdparty%2Fcurl.git Dov Murik made defining HTTP_ONLY also disable TFTP --- diff --git a/lib/setup.h b/lib/setup.h index 8f19dde3f2..2fcc29cd84 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