Use PCRE syntax in host patterns when configured
[privoxy.git] / acconfig.h
index 2274f84..81eb72a 100644 (file)
@@ -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)
  */
 #undef FEATURE_GRACEFUL_TERMINATION
 
+/*
+ * Allow PCRE syntax in host patterns.
+ */
+#undef FEATURE_PCRE_HOST_PATTERNS
+
 /*
  * Use POSIX threads instead of native threads.
  */