From: Steve Holme Date: Wed, 11 Nov 2015 22:18:24 +0000 (+0000) Subject: cmake: Add missing feature macros in config header (Part 2) X-Git-Tag: curl-7_46_0~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d64add3c71f0ec55592e9c4699720d107c6c6989;p=thirdparty%2Fcurl.git cmake: Add missing feature macros in config header (Part 2) In addition to commit a215381c94 added the RTSP, RTMP and SMB protocols. --- diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 203ade6871..6b5070a8bc 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -45,6 +45,15 @@ /* to disable proxies */ #cmakedefine CURL_DISABLE_PROXY 1 +/* to disable RTSP */ +#cmakedefine CURL_DISABLE_RTSP 1 + +/* to disable RTMP */ +#cmakedefine CURL_DISABLE_RTMP 1 + +/* to disable SMB */ +#cmakedefine CURL_DISABLE_SMB 1 + /* to disable SMTP */ #cmakedefine CURL_DISABLE_SMTP 1