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 11:30:37 +0300
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2015-06-02 11:30:37 +0300
commit09fb911cde89fa683539a71dcd7fad718a5b907b (patch)
tree3321cfacb0e2e015eca8055b5147ed9956867564 /include/sysinc.h
parentc94b3401a3fa69dc1837e1129036c2676b6c0eac (diff)
........S. [ZBXNEXT-679] lowered libcurl version requirement to 7.20.0 by omitting explicit login options
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 c969084cc2b..05ab4a5cbcf 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 0x071f00 <= LIBCURL_VERSION_NUM /* version 7.31.0 */
+# if 0x071400 <= LIBCURL_VERSION_NUM /* version 7.20.0 */
# define HAVE_SMTP_AUTHENTICATION 1
# endif
# define ZBX_CURLOPT_MAXREDIRS 10L