We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bfd48 commit 9092470Copy full SHA for 9092470
src/include/switch_regex.h
@@ -40,6 +40,9 @@ SWITCH_BEGIN_EXTERN_C
40
* @ingroup FREESWITCH
41
* @{
42
*/
43
+
44
+#define SWITCH_PCRE2 1
45
46
typedef struct pcre2_real_code switch_regex_t;
47
typedef struct pcre2_real_match_data_8 switch_regex_match_t;
48
typedef struct pcre2_real_compile_context_8 switch_regex_compile_context_t;
0 commit comments