X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=acconfig.h;fp=acconfig.h;h=a8be622c400f52b63508b33845d582af46f99db1;hp=76dca51eade6fc88ed71806237d0624c2411c54d;hb=a3449b7cd5c1215848814d37d1fc3553aa563dcd;hpb=c18f7d72aa8bc5c31a7c375a626935933bbd8522 diff --git a/acconfig.h b/acconfig.h index 76dca51e..a8be622c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -37,6 +37,10 @@ * * Revisions : * $Log: acconfig.h,v $ + * Revision 1.35 2008/04/06 15:18:33 fabiankeil + * Oh well, rename the --enable-pcre-host-patterns option to + * --enable-extended-host-patterns as it's not really PCRE syntax. + * * Revision 1.34 2008/04/06 14:54:26 fabiankeil * Use PCRE syntax in host patterns when configured * with --enable-pcre-host-patterns. @@ -361,6 +365,11 @@ */ #undef FEATURE_EXTENDED_HOST_PATTERNS +/* + * Keep outgoing connections alive if possible. + */ +#undef FEATURE_CONNECTION_KEEP_ALIVE + /* * Use POSIX threads instead of native threads. */