X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32log.h;h=9f3f6b7969d6813b14d198b9dcf72e88b0e2abb1;hp=3c40c4817b6febdfe65363fd9e3c85a048019006;hb=3939d3eae875607c76d7bb3314ff6ca6d0590f40;hpb=362f5979d9efa6e7c1c38c1b75e41e91c710772b diff --git a/w32log.h b/w32log.h index 3c40c481..9f3f6b79 100644 --- a/w32log.h +++ b/w32log.h @@ -1,6 +1,6 @@ -#ifndef _W32LOG_H -#define _W32LOG_H -#define W32LOG_H_VERSION "$Id: w32log.h,v 1.5 2001/06/07 23:08:12 jongfoster Exp $" +#ifndef W32LOG_H_INCLUDED +#define W32LOG_H_INCLUDED +#define W32LOG_H_VERSION "$Id: w32log.h,v 1.7 2001/07/29 18:43:08 jongfoster Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32log.h,v $ @@ -34,6 +34,13 @@ * * Revisions : * $Log: w32log.h,v $ + * Revision 1.7 2001/07/29 18:43:08 jongfoster + * Changing #ifdef _FILENAME_H to FILENAME_H_INCLUDED, to conform to + * ANSI C rules. + * + * Revision 1.6 2001/07/13 14:04:59 oes + * Removed all #ifdef PCRS + * * Revision 1.5 2001/06/07 23:08:12 jongfoster * Forward and ACL edit options removed. * @@ -115,9 +122,9 @@ extern int g_nFontSize; extern const char * g_actions_file; extern const char * g_re_filterfile; -#ifdef TRUST_FILES +#ifdef FEATURE_TRUST extern const char * g_trustfile; -#endif /* def TRUST_FILES */ +#endif /* def FEATURE_TRUST */ /* FIXME: end kludge */ @@ -135,7 +142,7 @@ extern const char w32log_h_rcs[]; } /* extern "C" */ #endif -#endif /* ndef _W32LOG_H */ +#endif /* ndef W32LOG_H_INCLUDED */ /*