From 2522903b792ac5a802f780df60dc4647c58e2477 Mon Sep 17 00:00:00 2001 From: Bjorn Stenberg Date: Tue, 14 Apr 2020 11:19:12 +0200 Subject: mqtt: add new experimental protocol Closes #5173 --- lib/curl_config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/curl_config.h.cmake') diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 24b693eec..57a86e50a 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -63,6 +63,9 @@ /* to disable LDAPS */ #cmakedefine CURL_DISABLE_LDAPS 1 +/* to enable MQTT */ +#undef CURL_ENABLE_MQTT + /* to disable POP3 */ #cmakedefine CURL_DISABLE_POP3 1 -- cgit v1.2.1