Skip to content

Commit f71610e

Browse files
committed
Enabled threaded resolver for Linux curl
1 parent 9a53841 commit f71610e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/curl/lib/config-linux.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
/* #undef EGD_SOCKET */
6666

6767
/* Define if you want to enable IPv6 support */
68-
#define ENABLE_IPV6 1
68+
/* #undef ENABLE_IPV6 */
6969

7070
/* Define to the type qualifier of arg 1 for getnameinfo. */
7171
/* #undef GETNAMEINFO_QUAL_ARG1 */
@@ -883,7 +883,7 @@
883883
/* #undef USE_ARES */
884884

885885
/* Define if you want to enable POSIX threaded DNS lookup */
886-
/* #undef USE_THREADS_POSIX */
886+
#define USE_THREADS_POSIX 1
887887

888888
/* Define to disable non-blocking sockets. */
889889
/* #undef USE_BLOCKING_SOCKETS */

0 commit comments

Comments
 (0)