cmake: Add missing feature macros in config header (Part 2)
In addition to commit a215381c94
added the RTSP, RTMP and SMB protocols.
This commit is contained in:
parent
a215381c94
commit
d64add3c71
@ -45,6 +45,15 @@
|
|||||||
/* to disable proxies */
|
/* to disable proxies */
|
||||||
#cmakedefine CURL_DISABLE_PROXY 1
|
#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 */
|
/* to disable SMTP */
|
||||||
#cmakedefine CURL_DISABLE_SMTP 1
|
#cmakedefine CURL_DISABLE_SMTP 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user