From 619eb5e5e4ca3b6dd7c66d1185bb13d55e4a0423 Mon Sep 17 00:00:00 2001 From: Gabor Liptak Date: Thu, 4 Apr 2002 21:15:50 +0000 Subject: [PATCH] Added FEATURE_NO_GIFS define to make the same as config.h --- config.h.win | 8 ++++++++ config.h.win32threads.win | 8 ++++++++ 2 files changed, 16 insertions(+) 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. */ -- 2.39.2