mirror of
https://github.com/curl/curl.git
synced 2026-07-09 16:57:20 +03:00
socks.h: delete obsolete, unused, macros
Unused since dafdb20a26 #9855
Cherry-picked from #20051
Closes #20053
This commit is contained in:
parent
b5aafb81df
commit
df4edd28f2
1 changed files with 2 additions and 6 deletions
|
|
@ -26,11 +26,7 @@
|
|||
|
||||
#include "curl_setup.h"
|
||||
|
||||
#ifdef CURL_DISABLE_PROXY
|
||||
#define Curl_SOCKS4(a, b, c, d, e) CURLE_NOT_BUILT_IN
|
||||
#define Curl_SOCKS5(a, b, c, d, e, f) CURLE_NOT_BUILT_IN
|
||||
#define Curl_SOCKS_getsock(x, y, z) 0
|
||||
#else
|
||||
#ifndef CURL_DISABLE_PROXY
|
||||
/*
|
||||
* Helper read-from-socket functions. Does the same as Curl_read() but it
|
||||
* blocks until all bytes amount of buffersize will be read. No more, no less.
|
||||
|
|
@ -56,6 +52,6 @@ CURLcode Curl_cf_socks_proxy_insert_after(struct Curl_cfilter *cf_at,
|
|||
|
||||
extern struct Curl_cftype Curl_cft_socks_proxy;
|
||||
|
||||
#endif /* CURL_DISABLE_PROXY */
|
||||
#endif /* !CURL_DISABLE_PROXY */
|
||||
|
||||
#endif /* HEADER_CURL_SOCKS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue