X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=acconfig.h;h=9604b1cf11723ccdb657d72587e4f8f1c9435a5d;hb=200d4570b7ed6f19659aa7cdb81235a906bf137c;hp=b3953b99040bca583346f4862bd76ac51f0b9a8e;hpb=1f425ac39a94553c6d7bc6b9c744bdb50fcf649e;p=privoxy.git diff --git a/acconfig.h b/acconfig.h index b3953b99..9604b1cf 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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. @@ -131,7 +136,7 @@ * User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) * Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, * / * * - * And no, I haven't got that backwards - IE is being wierd. + * And no, I haven't got that backwards - IE is being weird. * * Known limitations: * 1) If you press shift-reload on a blocked HTML page, you get @@ -282,7 +287,7 @@ /* * It's too easy to accidentally use a Cygwin or MinGW32 version of config.h - * under VC++, and it usually gives many wierd error messages. Let's make + * under VC++, and it usually gives many weird error messages. Let's make * the error messages understandable, by bailing out now. */ #ifdef _MSC_VER