Added FEATURE_NO_GIFS define to make the same as config.h
[privoxy.git] / config.h.win
index ce13e57..c872bb5 100755 (executable)
@@ -37,6 +37,9 @@
  *
  * Revisions   :
  *    $Log: config.h.win,v $
+ *    Revision 1.21  2002/04/04 00:36:36  gliptak
+ *    always use pcre for matching
+ *
  *    Revision 1.20  2002/04/03 22:28:03  gliptak
  *    Removed references to gnu_regex
  *
  */
 #define FEATURE_KILL_POPUPS 1
 
+/*
+ * Use PNG instead of GIF for built-in images
+ */
+/* #undef FEATURE_NO_GIFS */
+
 /*
  * Use POSIX threads instead of native threads.
  */