]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: Add missing feature macros in config header (Part 2)
authorSteve Holme <steve_holme@hotmail.com>
Wed, 11 Nov 2015 22:18:24 +0000 (22:18 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 11 Nov 2015 22:18:24 +0000 (22:18 +0000)
In addition to commit a215381c94 added the RTSP, RTMP and SMB protocols.

lib/curl_config.h.cmake

index 203ade6871cb513bf795727965e9abbbf0540fff..6b5070a8bcd6dd4d7f037fc575889dcd9f87ad99 100644 (file)
 /* 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