X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loadcfg.h;h=4c9e992485c7b55e857d031e56cc4683656cbacd;hp=58ed1bbb8a925dd89603f02a8fe4b09ac1e10172;hb=272bd9c70613923fcccb34753dbb2504059a6713;hpb=87a69fc505def6be1c8a4d24ae225c3623b5e861 diff --git a/loadcfg.h b/loadcfg.h index 58ed1bbb..4c9e9924 100644 --- a/loadcfg.h +++ b/loadcfg.h @@ -1,6 +1,6 @@ #ifndef _LOADCFG_H #define _LOADCFG_H -#define LOADCFG_H_VERSION "$Id: loadcfg.h,v 1.2 2001/05/17 23:01:01 oes Exp $" +#define LOADCFG_H_VERSION "$Id: loadcfg.h,v 1.3 2001/05/20 01:21:20 jongfoster Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loadcfg.h,v $ @@ -37,6 +37,19 @@ * * Revisions : * $Log: loadcfg.h,v $ + * Revision 1.3 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.2 2001/05/17 23:01:01 oes * - Cleaned CRLF's from the sources and related files * @@ -96,7 +109,11 @@ extern const char *trustfile; extern const char *re_filterfile; #endif /* def PCRS */ -extern int default_permissions; +#ifdef FAST_REDIRECTS +extern int fast_redirects; +#endif /* def FAST_REDIRECTS */ + +extern int default_permissions; #ifdef JAR_FILES extern const char *jarfile;