X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=config.h;h=1e75adbf2ffcb13ae314bd14a3c86585c0dddb99;hp=6f50a5354940ca6d4110b29203e3b1b533733d63;hb=40632a90a4121008cd4f9f312df8569daa92370a;hpb=c954b107b30f349dc33c016e6625c35d967239c4 diff --git a/config.h b/config.h index 6f50a535..1e75adbf 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ #define _CONFIG_H /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/Attic/config.h,v $ + * File : $Source: /cvsroot/ijbswa/current/config.h,v $ * * Purpose : This file should be the first thing included in every * .c file. (Before even system headers). It contains @@ -39,6 +39,10 @@ * * 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 @@ -125,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. */