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:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-11-23 16:55:48 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-11-23 16:55:48 +0300
commit06b0660f5996cdfafaa16573cba0f331c24a24f9 (patch)
treef9e3f2fbc89ca7cf419e1f36300fae55b85c88a6 /include/sysinc.h
parent2908adf7dfe637e6d3efa8c47a8f54ef13f7ac5f (diff)
.......... [ZBXNEXT-4922] added ifdefs around old pcre code
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 09325a651bb..c8992d6044e 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -351,11 +351,11 @@
# include <math.h>
#endif
-#ifdef HAVE_PCRE_H
+#ifdef USE_PCRE
# include <pcre.h>
#endif
-#ifdef HAVE_PCRE2_H
+#ifdef USE_PCRE2
# define PCRE2_CODE_UNIT_WIDTH 8
# include <pcre2.h>
#endif