Yang Tse: removes GOPHER protocol when HTTP is disabled
This commit is contained in:
parent
2f684351bf
commit
8a246a4a9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user