mirror of
https://github.com/curl/curl.git
synced 2026-07-29 05:03:06 +03:00
lib: drop USE_SOCKETPAIR in favor of CURL_DISABLE_SOCKETPAIR
.. since the former is undocumented and they both do the same thing. Closes https://github.com/curl/curl/pull/6517
This commit is contained in:
parent
b48db908e0
commit
b9f11ae875
3 changed files with 11 additions and 15 deletions
|
|
@ -30,7 +30,4 @@ int Curl_socketpair(int domain, int type, int protocol,
|
|||
#define Curl_socketpair(a,b,c,d) socketpair(a,b,c,d)
|
||||
#endif
|
||||
|
||||
/* Defined here to allow specific build configs to disable it completely */
|
||||
#define USE_SOCKETPAIR 1
|
||||
|
||||
#endif /* HEADER_CURL_SOCKETPAIR_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue