From: Gabor Liptak <gliptak@gmail.com>
Date: Thu, 4 Apr 2002 21:15:50 +0000 (+0000)
Subject: Added FEATURE_NO_GIFS define to make the same as config.h
X-Git-Tag: v_2_9_14~213
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/static/diff?a=commitdiff_plain;h=619eb5e5e4ca3b6dd7c66d1185bb13d55e4a0423;p=privoxy.git

Added FEATURE_NO_GIFS define to make the same as config.h
---

diff --git a/config.h.win b/config.h.win
index ce13e57f..c872bb5e 100755
--- a/config.h.win
+++ b/config.h.win
@@ -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
  *
@@ -298,6 +301,11 @@
  */
 #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.
  */
diff --git a/config.h.win32threads.win b/config.h.win32threads.win
index d444ea45..9d2abb79 100644
--- a/config.h.win32threads.win
+++ b/config.h.win32threads.win
@@ -37,6 +37,9 @@
  *
  * Revisions   :
  *    $Log: config.h.win32threads.win,v $
+ *    Revision 1.15  2002/04/04 00:36:36  gliptak
+ *    always use pcre for matching
+ *
  *    Revision 1.14  2002/03/26 22:29:54  swa
  *    we have a new homepage!
  *
@@ -295,6 +298,11 @@
  */
 #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.
  */