X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=acconfig.h;h=dbf443bb2a3be85d25a80630581ea37232689caa;hp=ab59de810150005b5bf7f5e0b22eb2449c311744;hb=c206d23359fbd4db0fdaa4d2e153b6206bebdbd3;hpb=dfee05ac44a416695bfc01be2994582440efa12c diff --git a/acconfig.h b/acconfig.h index ab59de81..dbf443bb 100644 --- a/acconfig.h +++ b/acconfig.h @@ -10,8 +10,8 @@ * introduced because the compile command line started * getting ludicrously long with feature defines. * - * Copyright : Written by and Copyright (C) 2001-2014 the - * Privoxy team. http://www.privoxy.org/ + * Copyright : Written by and Copyright (C) 2001-2021 the + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -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 @@ -125,7 +130,12 @@ /* * Allow PCRE syntax in host patterns. */ -#undef FEATURE_EXTENDED_HOST_PATTERNS +#undef FEATURE_PCRE_HOST_PATTERNS + +/* + * Gather extended statistics. + */ +#undef FEATURE_EXTENDED_STATISTICS /* * Allow filtering with scripts and programs.