summaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
authorBjorn Stenberg <bjorn@haxx.se>2020-04-14 11:19:12 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-14 13:03:40 +0200
commit2522903b792ac5a802f780df60dc4647c58e2477 (patch)
tree4ccf24997d616fce58a798cbb3bcad3557e976db /lib/version.c
parent8909865191072b6fc3e040ab0caccc2ec09d8763 (diff)
downloadgnurl-2522903b792ac5a802f780df60dc4647c58e2477.tar.gz
gnurl-2522903b792ac5a802f780df60dc4647c58e2477.tar.bz2
gnurl-2522903b792ac5a802f780df60dc4647c58e2477.zip
mqtt: add new experimental protocol
Closes #5173
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/version.c b/lib/version.c
index 4d7c2d0a3..47204e881 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -271,6 +271,9 @@ static const char * const protocols[] = {
"ldaps",
#endif
#endif
+#ifdef CURL_ENABLE_MQTT
+ "mqtt",
+#endif
#ifndef CURL_DISABLE_POP3
"pop3",
#endif