X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=acconfig.h;h=b3953b99040bca583346f4862bd76ac51f0b9a8e;hb=f7d2ff41f3452fa40a1760136a79a7a60b637df3;hp=7cd53cabe74159670dbdcf96669455ceaa13de5c;hpb=e72b401da5537a14b29e945944926373cb251825;p=privoxy.git diff --git a/acconfig.h b/acconfig.h index 7cd53cab..b3953b99 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 @@ -146,11 +146,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 */ @@ -167,10 +162,15 @@ #undef FEATURE_EXTENDED_HOST_PATTERNS /* - * Keep outgoing connections alive if possible. + * Keep connections alive if possible. */ #undef FEATURE_CONNECTION_KEEP_ALIVE +/* + * Allow to share outgoing connections between incoming connections. + */ +#undef FEATURE_CONNECTION_SHARING + /* * Use POSIX threads instead of native threads. */