]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Core] Define SWITCH_PCRE2 macro 2858/head
authorAndrey Volk <andywolk@gmail.com>
Mon, 21 Jul 2025 20:31:07 +0000 (23:31 +0300)
committerAndrey Volk <andywolk@gmail.com>
Mon, 21 Jul 2025 20:31:07 +0000 (23:31 +0300)
src/include/switch_regex.h

index 04aebf15d0ad138c31c993b6bdc5cd001bbfdcac..f00f8b4d02bb9961b4fea4752d6480f285dcd6af 100644 (file)
@@ -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;