Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2015-06-02 10:12:34 +0300
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2015-06-02 10:12:34 +0300
commitc94b3401a3fa69dc1837e1129036c2676b6c0eac (patch)
tree4e3fa7dbdc8d46296359aa9cefbbb37796a4055e /include/sysinc.h
parentb017c3b100753d62124c210a62820333573514f8 (diff)
........S. [ZBXNEXT-679] added support for login options with cURL 7.31.0 to 7.33.0
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 496e7abf94e..c969084cc2b 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -385,7 +385,7 @@
# if 0x071004 >= LIBCURL_VERSION_NUM /* version 7.16.4 */
# define CURLOPT_KEYPASSWD CURLOPT_SSLKEYPASSWD
# endif
-# if 0x072200 <= LIBCURL_VERSION_NUM /* version 7.34.0, required for CURLOPT_LOGIN_OPTIONS */
+# if 0x071f00 <= LIBCURL_VERSION_NUM /* version 7.31.0 */
# define HAVE_SMTP_AUTHENTICATION 1
# endif
# define ZBX_CURLOPT_MAXREDIRS 10L