summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPatrick Monnerat <patrick@monnerat.net>2019-03-17 18:54:36 +0100
committerPatrick Monnerat <patrick@monnerat.net>2019-03-17 18:54:36 +0100
commit520f0b47ad8463979e0ce0b5d08b461fa0bc74b8 (patch)
tree457849747f80d4f94933a0fd010fe8b1a2e193eb /lib
parente3a53e3efb942a5446a22725340e36af63f1632e (diff)
downloadgnurl-520f0b47ad8463979e0ce0b5d08b461fa0bc74b8.tar.gz
gnurl-520f0b47ad8463979e0ce0b5d08b461fa0bc74b8.tar.bz2
gnurl-520f0b47ad8463979e0ce0b5d08b461fa0bc74b8.zip
os400: alt-svc support.
Although experimental, enable it in the platform config file. Upgrade ILE/RPG binding.
Diffstat (limited to 'lib')
-rw-r--r--lib/config-os400.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h
index 7844444fe..d2cb1caff 100644
--- a/lib/config-os400.h
+++ b/lib/config-os400.h
@@ -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