Add FEATURE_EXTENDED_STATISTICS to gather filter statistics
[privoxy.git] / acconfig.h
index abbe2e2..9ec87fd 100644 (file)
 /*
  * Allow PCRE syntax in host patterns.
  */
-#undef FEATURE_EXTENDED_HOST_PATTERNS
+#undef FEATURE_PCRE_HOST_PATTERNS
+
+/*
+ * Gather extended statistics.
+ */
+#undef FEATURE_EXTENDED_STATISTICS
 
 /*
  * Allow filtering with scripts and programs.