Skip to content

Commit 9092470

Browse files
committed
[Core] Define SWITCH_PCRE2 macro
1 parent 42bfd48 commit 9092470

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/include/switch_regex.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ SWITCH_BEGIN_EXTERN_C
4040
* @ingroup FREESWITCH
4141
* @{
4242
*/
43+
44+
#define SWITCH_PCRE2 1
45+
4346
typedef struct pcre2_real_code switch_regex_t;
4447
typedef struct pcre2_real_match_data_8 switch_regex_match_t;
4548
typedef struct pcre2_real_compile_context_8 switch_regex_compile_context_t;

0 commit comments

Comments
 (0)