X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=acconfig.h;h=3adead6e6f31c6037943cda1d71f3b67f3ca9a49;hp=ac950bfa5893a50b575f28d1db26f1042ed66e82;hb=6c35c723ae248b035491e2cead62793c868f98f9;hpb=b9d96835b666ba142057c0ef0c426d23b8bbd3d1 diff --git a/acconfig.h b/acconfig.h index ac950bfa..3adead6e 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 the SourceForge + * Copyright : Written by and Copyright (C) 2001-2009 the * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -85,6 +85,11 @@ */ #undef FEATURE_ACL +/* + * Allow Privoxy to use accf_http(9) if supported. + */ +#undef FEATURE_ACCEPT_FILTER + /* * Enables the web-based configuration (actionsfile) editor. If you * have a shared proxy, you might want to turn this off. @@ -146,11 +151,6 @@ */ #undef FEATURE_IMAGE_DETECT_MSIE -/* - * Kills JavaScript popups - window.open, onunload, etc. - */ -#undef FEATURE_KILL_POPUPS - /* * Use PNG instead of GIF for built-in images */