1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

Yang Tse: removes GOPHER protocol when HTTP is disabled

This commit is contained in:
Daniel Stenberg 2005-11-24 20:37:13 +00:00
parent 2f684351bf
commit 8a246a4a9f

View File

@ -310,6 +310,10 @@ typedef int curl_socket_t;
#endif
#endif
#if defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_GOPHER)
#define CURL_DISABLE_GOPHER
#endif
#ifdef CURLDEBUG
#define DEBUGF(x) x
#else