X-Git-Url: http://www.privoxy.org/gitweb/templates.html?a=blobdiff_plain;f=acconfig.h;h=9fbe5a72a3cecf581f2d3a0d665664d5e5237d4e;hb=b8f8680019ba02efe0883eb9b8e5b52c329863ed;hp=a55d20a5f163a358bd630803fef55617bf6073c0;hpb=72c9421cb5d9b4155140db25d1bfc41e7ef90040;p=privoxy.git diff --git a/acconfig.h b/acconfig.h index a55d20a5..9fbe5a72 100644 --- a/acconfig.h +++ b/acconfig.h @@ -10,7 +10,7 @@ * introduced because the compile command line started * getting ludicrously long with feature defines. * - * Copyright : Written by and Copyright (C) 2001-2014 the + * Copyright : Written by and Copyright (C) 2001-2021 the * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -72,6 +72,11 @@ */ #undef FEATURE_DYNAMIC_PCRE +/* + * Should pcrs use pcre JIT compilation if it's supported? + */ +#undef DISABLE_PCRE_JIT_COMPILATION + /* * Should pcrs be statically built in instead of linkling with libpcrs? * (This is determined by configure depending on the availiability of @@ -127,6 +132,11 @@ */ #undef FEATURE_PCRE_HOST_PATTERNS +/* + * Gather extended statistics. + */ +#undef FEATURE_EXTENDED_STATISTICS + /* * Allow filtering with scripts and programs. */ @@ -215,11 +225,17 @@ /* Define if pcre.h must be included as */ #undef PCRE_H_IN_SUBDIR +#undef PCRE2_H_IN_SUBDIR + +#undef HAVE_PCRE2 +#undef HAVE_PCRE2POSIX /* Define if pcreposix.h must be included as */ #undef PCREPOSIX_H_IN_SUBDIR +#undef PCRE2POSIX_H_IN_SUBDIR + @BOTTOM@ /*