diff options
author | Peter Wu <peter@lekensteyn.nl> | 2020-05-09 00:16:39 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-10 23:36:54 +0200 |
commit | 5d8c53d320acb585f72ad6298d8a18715771459f (patch) | |
tree | eb17657e4153f1992218006e33cb1b8b6f9ca3ed /lib | |
parent | 5bfc874a359c229adf82ab7495c8f7d28dea992e (diff) | |
download | curl-5d8c53d320acb585f72ad6298d8a18715771459f.tar.gz |
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.cmake | 3 |
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 |