mirror of
https://github.com/curl/curl.git
synced 2026-05-14 14:46:21 +03:00
Yang Tse: removes GOPHER protocol when HTTP is disabled
This commit is contained in:
parent
2f684351bf
commit
8a246a4a9f
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue