diff options
Diffstat (limited to 'libs/libcurl/src/config-os400.h')
-rw-r--r-- | libs/libcurl/src/config-os400.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcurl/src/config-os400.h b/libs/libcurl/src/config-os400.h index af97f64947..d33185a390 100644 --- a/libs/libcurl/src/config-os400.h +++ b/libs/libcurl/src/config-os400.h @@ -57,7 +57,7 @@ #undef NEED_REENTRANT
/* Define if you want to enable IPv6 support */
-#define ENABLE_IPV6
+#define USE_IPV6
/* Define if struct sockaddr_in6 has the sin6_scope_id member */
#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
@@ -237,7 +237,7 @@ /* Define to enable HTTP3 support (experimental, requires NGTCP2, QUICHE or
MSH3) */
-#undef ENABLE_QUIC
+#undef USE_HTTP3
/* Version number of package */
#undef VERSION
|