From e1be8254534898fccafc5d6cd04f6235f283cfbd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 3 Mar 2019 11:17:52 +0100 Subject: alt-svc: the libcurl bits --- lib/version.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/version.c') diff --git a/lib/version.c b/lib/version.c index c1be9ab6d..9369ae8e3 100644 --- a/lib/version.c +++ b/lib/version.c @@ -369,6 +369,9 @@ static curl_version_info_data version_info = { #endif #if defined(HAVE_BROTLI) | CURL_VERSION_BROTLI +#endif +#if defined(USE_ALTSVC) + | CURL_VERSION_ALTSVC #endif , NULL, /* ssl_version */ -- cgit v1.2.3