X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.h;h=1e75adbf2ffcb13ae314bd14a3c86585c0dddb99;hb=ffc1ab733579543abf77003e7d4b1a373d81c7a3;hp=a435e9ea68ded5d4aed6a0adf1ccb5f35f43c170;hpb=87a69fc505def6be1c8a4d24ae225c3623b5e861;p=privoxy.git diff --git a/config.h b/config.h index a435e9ea..1e75adbf 100644 --- a/config.h +++ b/config.h @@ -39,6 +39,23 @@ * * Revisions : * $Log: config.h,v $ + * Revision 1.4 2001/05/25 22:17:28 jongfoster + * Resurrecting these files which are required for the MS Visual C++ + * build only. + * + * Revision 1.2 2001/05/20 01:21:20 jongfoster + * Version 2.9.4 checkin. + * - Merged popupfile and cookiefile, and added control over PCRS + * filtering, in new "permissionsfile". + * - Implemented LOG_LEVEL_FATAL, so that if there is a configuration + * file error you now get a message box (in the Win32 GUI) rather + * than the program exiting with no explanation. + * - Made killpopup use the PCRS MIME-type checking and HTTP-header + * skipping. + * - Removed tabs from "config" + * - Moved duplicated url parsing code in "loaders.c" to a new funcition. + * - Bumped up version number. + * * Revision 1.1.1.1 2001/05/15 13:58:49 oes * Initial import of version 2.9.3 source tree * @@ -112,6 +129,11 @@ */ #define FORCE_LOAD 1 +/* + * Locally redirect remote script-redirect URLs + */ +#define FAST_REDIRECTS 1 + /* * Split the show-proxy-args page into a page for each config file. */