Oh well, rename the --enable-pcre-host-patterns option to
[privoxy.git] / acconfig.h
index 81eb72a..76dca51 100644 (file)
  *
  * 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.
  *
 /*
  * Allow PCRE syntax in host patterns.
  */
-#undef FEATURE_PCRE_HOST_PATTERNS
+#undef FEATURE_EXTENDED_HOST_PATTERNS
 
 /*
  * Use POSIX threads instead of native threads.