X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=config.h.win;h=c872bb5e0dd6a813e215154fed1631f7aab9c5c2;hp=ce13e57f7ff5b61ee5c2eda4f9fff0506142d17f;hb=0a8865e0da215820eeb4f691f0d5f0de4b8896dc;hpb=4b3c9b925e5be187be35cb31f797dcd34ee2d255 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. */