1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Dov Murik made defining HTTP_ONLY also disable TFTP

This commit is contained in:
Daniel Stenberg 2005-12-11 23:14:25 +00:00
parent e3f523ab2a
commit 998e8cba19

View File

@ -24,6 +24,7 @@
***************************************************************************/ ***************************************************************************/
#ifdef HTTP_ONLY #ifdef HTTP_ONLY
#define CURL_DISABLE_TFTP
#define CURL_DISABLE_FTP #define CURL_DISABLE_FTP
#define CURL_DISABLE_LDAP #define CURL_DISABLE_LDAP
#define CURL_DISABLE_TELNET #define CURL_DISABLE_TELNET