aboutsummaryrefslogtreecommitdiff
path: root/nginx/ngx_js_regex.c
blob: b88316ef8bf1a9d6f56fbff24c43bde55b215186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"