X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=acconfig.h;h=76dca51eade6fc88ed71806237d0624c2411c54d;hp=81eb72ab45a8078edefe8942dc1ea9ed4bd17281;hb=11050ad03e957405c4ee436b28ead7b12e98bf25;hpb=1fda133fc65a0233b02d614adbfe7ad03bcc20a0 diff --git a/acconfig.h b/acconfig.h index 81eb72ab..76dca51e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -37,6 +37,10 @@ * * Revisions : * $Log: acconfig.h,v $ + * Revision 1.34 2008/04/06 14:54:26 fabiankeil + * Use PCRE syntax in host patterns when configured + * with --enable-pcre-host-patterns. + * * Revision 1.33 2006/12/17 19:15:26 fabiankeil * Added ./configure switch for FEATURE_GRACEFUL_TERMINATION. * @@ -355,7 +359,7 @@ /* * Allow PCRE syntax in host patterns. */ -#undef FEATURE_PCRE_HOST_PATTERNS +#undef FEATURE_EXTENDED_HOST_PATTERNS /* * Use POSIX threads instead of native threads.