diff options
Diffstat (limited to 'libs/libcurl/src/config-os400.h')
-rw-r--r-- | libs/libcurl/src/config-os400.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/libcurl/src/config-os400.h b/libs/libcurl/src/config-os400.h index d68cb4b18e..dc9e206605 100644 --- a/libs/libcurl/src/config-os400.h +++ b/libs/libcurl/src/config-os400.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2022, 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 @@ -371,7 +371,8 @@ /* Define if you can safely include both <sys/time.h> and <time.h>. */ #define TIME_WITH_SYS_TIME -/* Define to enable HTTP3 support (experimental, requires NGTCP2 or QUICHE) */ +/* Define to enable HTTP3 support (experimental, requires NGTCP2, QUICHE or + MSH3) */ #undef ENABLE_QUIC /* Version number of package */ |