summaryrefslogtreecommitdiff
path: root/lib/mqtt.h
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/mqtt.h
parentede125b7b7ca8fc5a1fe3d7c1aee6bff2ea0bf24 (diff)
downloadcurl-e37e4468688d8f6b9038a0d7085f8c0b2695d112.tar.gz
mqtt: enable by default
No longer considered experimental. Closes #5858
Diffstat (limited to 'lib/mqtt.h')
-rw-r--r--lib/mqtt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mqtt.h b/lib/mqtt.h
index 37463d58a..37c044135 100644
--- a/lib/mqtt.h
+++ b/lib/mqtt.h
@@ -22,7 +22,7 @@
*
***************************************************************************/
-#ifdef CURL_ENABLE_MQTT
+#ifndef CURL_DISABLE_MQTT
extern const struct Curl_handler Curl_handler_mqtt;
#endif