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-12-15 15:24:20 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-12-15 17:31:03 +0300
commitf1b3aedfea2f9730dbaa55d60e8fa1ce6bfc811a (patch)
tree55577bf96812d0a684a258497dffac559323ca7b /include/sysinc.h
parent7acd66fcc9f602c55ded73e540516955c5e3b720 (diff)
...G...PS. [ZBXNEXT-4922] updated autoconf logic and macros
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 c8992d6044e..09325a651bb 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -351,11 +351,11 @@
# include <math.h>
#endif
-#ifdef USE_PCRE
+#ifdef HAVE_PCRE_H
# include <pcre.h>
#endif
-#ifdef USE_PCRE2
+#ifdef HAVE_PCRE2_H
# define PCRE2_CODE_UNIT_WIDTH 8
# include <pcre2.h>
#endif