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-01 17:12:46 +0300
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2015-06-01 17:12:46 +0300
commit687e6d38d952c2a5acd26bd97171d015fecb87ac (patch)
treefea71534a5eb586cc5a35bc26854f73269113736 /include/sysinc.h
parentdcb964d1ad8d0b3e2bbf65119d01ea4b4152102c (diff)
........S. [ZBXNEXT-679] moved the check for SMTP authentication feature into one place
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index e8c35074748..496e7abf94e 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -385,6 +385,9 @@
# 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 */
+# define HAVE_SMTP_AUTHENTICATION 1
+# endif
# define ZBX_CURLOPT_MAXREDIRS 10L
#endif