X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=acconfig.h;h=81eb72ab45a8078edefe8942dc1ea9ed4bd17281;hp=2274f848775c70b8017d0cd2c48b168581c3eab9;hb=1fda133fc65a0233b02d614adbfe7ad03bcc20a0;hpb=60df494d6edf42e4cdf89c7c918c0ba48e731c29 diff --git a/acconfig.h b/acconfig.h index 2274f848..81eb72ab 100644 --- a/acconfig.h +++ b/acconfig.h @@ -37,6 +37,9 @@ * * Revisions : * $Log: acconfig.h,v $ + * Revision 1.33 2006/12/17 19:15:26 fabiankeil + * Added ./configure switch for FEATURE_GRACEFUL_TERMINATION. + * * Revision 1.32 2006/07/18 14:48:45 david__schmidt * Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) * with what was really the latest development (the v_3_0_branch branch) @@ -349,6 +352,11 @@ */ #undef FEATURE_GRACEFUL_TERMINATION +/* + * Allow PCRE syntax in host patterns. + */ +#undef FEATURE_PCRE_HOST_PATTERNS + /* * Use POSIX threads instead of native threads. */