diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-08-02 14:37:20 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-08-04 11:04:51 -0400 |
commit | 9a24f977110008324b9b6890a2aff6ab369723f5 (patch) | |
tree | 48a55e37e4f85d126ee7cbeca61de01a23995371 /lib | |
parent | cc28a502bc3555fc9ebbcbbda6d0cbe561516541 (diff) |
OS400: Add CURLOPT_H3 symbols
Follow-up to 3af0e76 which added experimental H3 support.
Closes https://github.com/curl/curl/pull/4185
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config-os400.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |