Commit d64add3c authored by Steve Holme's avatar Steve Holme
Browse files

cmake: Add missing feature macros in config header (Part 2)

In addition to commit a215381c added the RTSP, RTMP and SMB protocols.
parent a215381c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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