X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=errlog.h;h=d5edaaef7a12a3fa260a9aa1ffa8aa61edc54292;hb=4e9c3c17844ce6c7d89884472549602bc596c327;hp=18f6c910cb4d4b4c82d881b34b50dd4deaa3a940;hpb=5511418f4b6874b99a6b3d57e46aea61c507bd9e;p=privoxy.git diff --git a/errlog.h b/errlog.h index 18f6c910..d5edaaef 100644 --- a/errlog.h +++ b/errlog.h @@ -1,6 +1,6 @@ #ifndef _ERRLOG_H #define _ERRLOG_H -#define ERRLOG_H_VERSION "$Id: errlog.h,v 1.5 2001/05/26 17:25:14 jongfoster Exp $" +#define ERRLOG_H_VERSION "$Id: errlog.h,v 1.6 2001/07/13 13:59:22 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/errlog.h,v $ @@ -35,6 +35,11 @@ * * Revisions : * $Log: errlog.h,v $ + * Revision 1.6 2001/07/13 13:59:22 oes + * - Added LOG_LEVEL_DEANIMATE + * - Changed LOG_LEVEL_CLF + * - Removed all #ifdef PCRS + * * Revision 1.5 2001/05/26 17:25:14 jongfoster * Added support for CLF (Common Log Format) and fixed LOG_LEVEL_LOG * @@ -118,6 +123,9 @@ extern "C" { #define LOG_LEVEL_DEANIMATE 0x0100 #define LOG_LEVEL_CLF 0x0200 /* Common Log File format */ +#ifdef KILLPOPUPS +#define LOG_LEVEL_POPUPS 0x0400 /* Kill Popups */ +#endif /* def KILLPOPUPS */ /* Following are always on: */ #define LOG_LEVEL_INFO 0x1000