aboutsummaryrefslogtreecommitdiff
path: root/nginx/ngx_js_regex.c
Commit message (Collapse)AuthorAge
* Building regexp backend as an external.Dmitry Volyntsev2021-12-24
This allows not to build PCRE specific code as a part of libnjs.a thus supporting nginx builds with flags like --with-pcre=PCRE_DIR. When --no-pcre configure option is provided external code have to implement methods declared in njs_regex.h. This also closes #18 issue on Github.