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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-10-15 16:55:15 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-10-15 16:55:15 +0300
commit93f241ddbde92fbcccb0474185e10559279e2745 (patch)
treeabbdf744683e0a784439bdcd0c2d502cf6300bac /include/sysinc.h
parent15519f37f68d213f0d746bd8c46e4667ae061e79 (diff)
.......PS. [ZBXNEXT-2475] added web monitoring with content encoding
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 41193c5c00f..a5269d90bba 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -391,6 +391,11 @@
# if 0x071400 <= LIBCURL_VERSION_NUM /* version 7.20.0 */
# define HAVE_SMTP_AUTHENTICATION 1
# endif
+# if 0x071501 <= LIBCURL_VERSION_NUM /* version 7.21.6 */
+# define ZBX_CURLOPT_ACCEPT_ENCODING CURLOPT_ACCEPT_ENCODING
+# else
+# define ZBX_CURLOPT_ACCEPT_ENCODING CURLOPT_ENCODING
+# endif
# define ZBX_CURLOPT_MAXREDIRS 10L
#endif