mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:13:32 +03:00
os400: alt-svc support.
Although experimental, enable it in the platform config file. Upgrade ILE/RPG binding.
This commit is contained in:
parent
e3a53e3efb
commit
520f0b47ad
4 changed files with 29 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -425,6 +425,9 @@
|
|||
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
||||
#define TIME_WITH_SYS_TIME
|
||||
|
||||
/* to enable alt-svc */
|
||||
#define USE_ALTSVC 1
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue