From 9a24f977110008324b9b6890a2aff6ab369723f5 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Fri, 2 Aug 2019 14:37:20 -0400 Subject: OS400: Add CURLOPT_H3 symbols Follow-up to 3af0e76 which added experimental H3 support. Closes https://github.com/curl/curl/pull/4185 --- lib/config-os400.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config-os400.h') diff --git a/lib/config-os400.h b/lib/config-os400.h index a741e9185..d14bd3391 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -434,6 +434,9 @@ /* Define to enable alt-svc support (experimental) */ #undef USE_ALTSVC +/* Define to enable HTTP3 support (experimental, requires NGTCP2 or QUICHE) */ +#undef ENABLE_QUIC + /* Version number of package */ #undef VERSION -- cgit v1.2.3