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:18:06 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-11-23 16:18:06 +0300
commit2908adf7dfe637e6d3efa8c47a8f54ef13f7ac5f (patch)
tree6532750fe5c067a78cfaf3ee85d19a26643cef10 /include/sysinc.h
parent18917f919a68abc863a5c79ba88c0cb156255fdc (diff)
.......... [ZBXNEXT-4922] got configure script working
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 a5269d90bba..09325a651bb 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -355,6 +355,11 @@
# include <pcre.h>
#endif
+#ifdef HAVE_PCRE2_H
+# define PCRE2_CODE_UNIT_WIDTH 8
+# include <pcre2.h>
+#endif
+
#ifdef HAVE_VM_VM_PARAM_H
# include <vm/vm_param.h>
#endif