summaryrefslogtreecommitdiff
path: root/lib/socketpair.h
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2021-01-25 01:27:13 -0500
committerJay Satiro <raysatiro@yahoo.com>2021-02-09 02:47:51 -0500
commitb9f11ae87564447e61533eeafea9a1caa4cfa31d (patch)
tree222f75683fa4ce2e7d03f29bb52e3e264e816356 /lib/socketpair.h
parentb48db908e08cf6dca67ef12f29738e7188702299 (diff)
downloadcurl-b9f11ae87564447e61533eeafea9a1caa4cfa31d.tar.gz
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
Diffstat (limited to 'lib/socketpair.h')
-rw-r--r--lib/socketpair.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/socketpair.h b/lib/socketpair.h
index 033a235aa..2319c2c56 100644
--- a/lib/socketpair.h
+++ b/lib/socketpair.h
@@ -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 */