mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
OS400: Add CURLOPT_H3 symbols
Follow-up to 3af0e76
which added experimental H3 support.
Closes https://github.com/curl/curl/pull/4185
This commit is contained in:
parent
cc28a502bc
commit
9a24f97711
@ -434,6 +434,9 @@
|
|||||||
/* Define to enable alt-svc support (experimental) */
|
/* Define to enable alt-svc support (experimental) */
|
||||||
#undef USE_ALTSVC
|
#undef USE_ALTSVC
|
||||||
|
|
||||||
|
/* Define to enable HTTP3 support (experimental, requires NGTCP2 or QUICHE) */
|
||||||
|
#undef ENABLE_QUIC
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#undef VERSION
|
#undef VERSION
|
||||||
|
|
||||||
|
@ -138,6 +138,8 @@
|
|||||||
d c X'00800000'
|
d c X'00800000'
|
||||||
d CURL_VERSION_ALTSVC...
|
d CURL_VERSION_ALTSVC...
|
||||||
d c X'01000000'
|
d c X'01000000'
|
||||||
|
d CURL_VERSION_HTTP3...
|
||||||
|
d c X'02000000'
|
||||||
*
|
*
|
||||||
d CURL_HTTPPOST_FILENAME...
|
d CURL_HTTPPOST_FILENAME...
|
||||||
d c X'00000001'
|
d c X'00000001'
|
||||||
@ -399,6 +401,9 @@
|
|||||||
d CURLU_GUESS_SCHEME...
|
d CURLU_GUESS_SCHEME...
|
||||||
d c X'00000200'
|
d c X'00000200'
|
||||||
*
|
*
|
||||||
|
d CURLH3_DIRECT...
|
||||||
|
d c X'00000001'
|
||||||
|
*
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Types
|
* Types
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
@ -1418,6 +1423,8 @@
|
|||||||
d c 10287
|
d c 10287
|
||||||
d CURLOPT_MAXAGE_CONN...
|
d CURLOPT_MAXAGE_CONN...
|
||||||
d c 00288
|
d c 00288
|
||||||
|
d CURLOPT_H3...
|
||||||
|
d c 00289
|
||||||
*
|
*
|
||||||
/if not defined(CURL_NO_OLDIES)
|
/if not defined(CURL_NO_OLDIES)
|
||||||
d CURLOPT_FILE c 10001
|
d CURLOPT_FILE c 10001
|
||||||
|
Loading…
Reference in New Issue
Block a user