X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=acconfig.h;h=6d3639ae7e560527ae3a4dc193e754d3726637e3;hp=286ff629d7d692c891ce30734734edbdb2e2b086;hb=24d2ea4ae0d8c02803e0441f748a977b8015750f;hpb=21ea098609f18d524ca41b90b48d037f0703e04e diff --git a/acconfig.h b/acconfig.h index 286ff629..6d3639ae 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-2009 the + * Copyright : Written by and Copyright (C) 2001-2014 the * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -67,10 +67,10 @@ /* * Should pcre be statically built in instead of linkling with libpcre? * (This is determined by configure depending on the availiability of - * libpcre and user preferences). The name is ugly, but pcre needs it. + * libpcre and user preferences). * Don't bother to change this here! Use configure instead. */ -#undef STATIC_PCRE +#undef FEATURE_DYNAMIC_PCRE /* * Should pcrs be statically built in instead of linkling with libpcrs? @@ -161,6 +161,11 @@ */ #undef FEATURE_EXTENDED_HOST_PATTERNS +/* + * Allow filtering with scripts and programs. + */ +#undef FEATURE_EXTERNAL_FILTERS + /* * Keep connections alive if possible. */