From 5d8c53d320acb585f72ad6298d8a18715771459f Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sat, 9 May 2020 00:16:39 +0200 Subject: CMake: add ENABLE_ALT_SVC option Tested alt-svc with quiche. While at it, add missing MultiSSL reporting (not tested). --- lib/curl_config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/curl_config.h.cmake') diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 7a77e9482..39160a9a8 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -1005,6 +1005,9 @@ ${SIZEOF_TIME_T_CODE} /* if Unix domain sockets are enabled */ #cmakedefine USE_UNIX_SOCKETS +/* to enable alt-svc */ +#cmakedefine USE_ALTSVC 1 + /* Define to 1 if you are building a Windows target with large file support. */ #cmakedefine USE_WIN32_LARGE_FILES 1 -- cgit v1.2.3