aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2020-05-09 00:16:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-10 23:36:54 +0200
commit5d8c53d320acb585f72ad6298d8a18715771459f (patch)
treeeb17657e4153f1992218006e33cb1b8b6f9ca3ed /lib
parent5bfc874a359c229adf82ab7495c8f7d28dea992e (diff)
CMake: add ENABLE_ALT_SVC option
Tested alt-svc with quiche. While at it, add missing MultiSSL reporting (not tested).
Diffstat (limited to 'lib')
-rw-r--r--lib/curl_config.h.cmake3
1 files changed, 3 insertions, 0 deletions
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