Skip to content

Commit 6e12f64

Browse files
patrikjuvonenccw808
authored andcommitted
curl: disable IPv6 in config-linux.h
1 parent 8da5f88 commit 6e12f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/curl/lib/config-linux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
/* #undef EGD_SOCKET */
9393

9494
/* Define if you want to enable IPv6 support */
95-
#define ENABLE_IPV6 1
95+
/* #define ENABLE_IPV6 1 */
9696

9797
/* Define to the type of arg 2 for gethostname. */
9898
#define GETHOSTNAME_TYPE_ARG2 size_t

0 commit comments

Comments
 (0)