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 /packages/OS400/curl.inc.in | |
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 'packages/OS400/curl.inc.in')
-rw-r--r-- | packages/OS400/curl.inc.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index 8e36bac3b..21da014e1 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -138,6 +138,8 @@ d c X'00800000' d CURL_VERSION_ALTSVC... d c X'01000000' + d CURL_VERSION_HTTP3... + d c X'02000000' * d CURL_HTTPPOST_FILENAME... d c X'00000001' @@ -399,6 +401,9 @@ d CURLU_GUESS_SCHEME... d c X'00000200' * + d CURLH3_DIRECT... + d c X'00000001' + * ************************************************************************** * Types ************************************************************************** @@ -1418,6 +1423,8 @@ d c 10287 d CURLOPT_MAXAGE_CONN... d c 00288 + d CURLOPT_H3... + d c 00289 * /if not defined(CURL_NO_OLDIES) d CURLOPT_FILE c 10001 |