diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-02-25 12:45:21 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-02-25 16:41:35 +0100 |
commit | 1b2098c3c9580c431cc9c4b110249abfd94792ed (patch) | |
tree | cbbd7c527a921a371eca23d8ade670efb1bc5077 /lib/config-plan9.h | |
parent | 71bfa5aca8bf93a47aae9632323f024dfc11b06a (diff) | |
download | curl-1b2098c3c9580c431cc9c4b110249abfd94792ed.tar.gz |
build: remove all traces of USE_BLOCKING_SOCKETS
libcurl doesn't behave properly with the define set
Closes #6655
Diffstat (limited to 'lib/config-plan9.h')
-rw-r--r-- | lib/config-plan9.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config-plan9.h b/lib/config-plan9.h index f33d3f66b..fc19c5f03 100644 --- a/lib/config-plan9.h +++ b/lib/config-plan9.h @@ -201,7 +201,6 @@ #define STRERROR_R_TYPE_ARG3 int #define TIME_WITH_SYS_TIME 1 -#define USE_BLOCKING_SOCKETS 1 #define USE_MANUAL 1 #define __attribute__(x) |