From 909247067bd55a08db84bad2a00960bf822f1141 Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Mon, 21 Jul 2025 23:31:07 +0300 Subject: [PATCH] [Core] Define SWITCH_PCRE2 macro --- src/include/switch_regex.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/switch_regex.h b/src/include/switch_regex.h index 04aebf15d0..f00f8b4d02 100644 --- a/src/include/switch_regex.h +++ b/src/include/switch_regex.h @@ -40,6 +40,9 @@ SWITCH_BEGIN_EXTERN_C * @ingroup FREESWITCH * @{ */ + +#define SWITCH_PCRE2 1 + typedef struct pcre2_real_code switch_regex_t; typedef struct pcre2_real_match_data_8 switch_regex_match_t; typedef struct pcre2_real_compile_context_8 switch_regex_compile_context_t; -- 2.47.2