Updated from configure.in
[privoxy.git] / acconfig.h
index aabec4c..e67b2cb 100644 (file)
  *
  * Revisions   :
  *    $Log: acconfig.h,v $
+ *    Revision 1.14  2001/10/23 21:24:09  jongfoster
+ *    Support for FEATURE_CGI_EDIT_ACTIONS
+ *
+ *    Revision 1.13  2001/10/07 15:30:41  oes
+ *    Removed FEATURE_DENY_GZIP
+ *
  *    Revision 1.12  2001/09/13 19:56:37  jongfoster
  *    Reverting to revision 1.10 - previous checking was majorly broken.
  *
  */
 #undef CODE_STATUS
 
+/*
+ * pid file used under unix.
+ */
+#undef PID_FILE_PATH 
+
 /*
  * Regular expression matching for URLs.  (Highly recommended).
  * If neither of these are defined then you can ony use prefix matching.
  */
 #undef FEATURE_ACL
 
+/*
+ * Enables the web-based configuration (actionsfile) editor.  If you
+ * have a shared proxy, you might want to turn this off.
+ */
+#undef FEATURE_CGI_EDIT_ACTIONS
+
 /*
  * Allows the use of jar files to capture cookies.
  */