]> granicus.if.org Git - curl/commit
cmake: Add missing feature macros in config header
authorDouglas Creager <dcreager@google.com>
Tue, 10 Nov 2015 19:46:49 +0000 (14:46 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 10 Nov 2015 21:38:52 +0000 (22:38 +0100)
commita215381c94e8e4d03d69e858925b4ae84ca7bcd8
treee83dea383a239ebea76696ff84c760be779e0ee4
parent3e0d64d075f7907f1ba322eb427fd07b96c1258c
cmake: Add missing feature macros in config header

The curl_config.h file can be generated either from curl_config.h.cmake
or curl_config.h.in, depending on whether you're building using CMake or
the autotools.  The CMake template header doesn't include entries for
all of the protocols that you can disable, which (I think) means that
you can't actually disable those protocols when building via CMake.

Closes #523
lib/curl_config.h.cmake