2
0
mirror of https://github.com/curl/curl.git synced 2025-03-31 16:00:35 +08:00

curl_setup.h: Removed duplicate CURL_DISABLE_RTSP when HTTP_ONLY defined

This commit is contained in:
Steve Holme 2015-11-11 22:19:39 +00:00
parent d64add3c71
commit 6479f5a076

@ -181,9 +181,6 @@
# ifndef CURL_DISABLE_SMTP
# define CURL_DISABLE_SMTP
# endif
# ifndef CURL_DISABLE_RTSP
# define CURL_DISABLE_RTSP
# endif
# ifndef CURL_DISABLE_RTMP
# define CURL_DISABLE_RTMP
# endif