summaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-08-31 09:45:09 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-31 09:45:09 +0200
commite37e4468688d8f6b9038a0d7085f8c0b2695d112 (patch)
tree50a23e0cfd3a46f332226fe354091d38bfc11b46 /lib/url.c
parentede125b7b7ca8fc5a1fe3d7c1aee6bff2ea0bf24 (diff)
downloadcurl-e37e4468688d8f6b9038a0d7085f8c0b2695d112.tar.gz
mqtt: enable by default
No longer considered experimental. Closes #5858
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 2f879a61c..689682c53 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -227,7 +227,7 @@ static const struct Curl_handler * const protocols[] = {
&Curl_handler_rtsp,
#endif
-#ifdef CURL_ENABLE_MQTT
+#ifndef CURL_DISABLE_MQTT
&Curl_handler_mqtt,
#endif