From d64add3c71f0ec55592e9c4699720d107c6c6989 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 11 Nov 2015 22:18:24 +0000 Subject: cmake: Add missing feature macros in config header (Part 2) In addition to commit a215381c94 added the RTSP, RTMP and SMB protocols. --- lib/curl_config.h.cmake | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 203ade687..6b5070a8b 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 -- cgit v1.2.3