aboutsummaryrefslogtreecommitdiff
path: root/nginx/ngx_js_regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'nginx/ngx_js_regex.c')
-rw-r--r--nginx/ngx_js_regex.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/nginx/ngx_js_regex.c b/nginx/ngx_js_regex.c
new file mode 100644
index 00000000..b88316ef
--- /dev/null
+++ b/nginx/ngx_js_regex.c
@@ -0,0 +1,16 @@
+
+/*
+ * Copyright (C) Dmitry Volyntsev
+ * Copyright (C) NGINX, Inc.
+ */
+
+
+#include <ngx_config.h>
+
+#if (NGX_PCRE2)
+
+#define NJS_HAVE_PCRE2 1
+
+#endif
+
+#include "../external/njs_regex.c"