From: oes Date: Wed, 18 Jul 2001 12:31:58 +0000 (+0000) Subject: moved #define freez from jcc.h to project.h X-Git-Tag: v_2_9_9~237 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=932b0e0990a5b719a28397e8d20f64a4ecd2a56c moved #define freez from jcc.h to project.h --- diff --git a/jcc.h b/jcc.h index a43a12cc..f2560d33 100644 --- a/jcc.h +++ b/jcc.h @@ -1,6 +1,6 @@ #ifndef _JCC_H #define _JCC_H -#define JCC_H_VERSION "$Id: jcc.h,v 1.1.1.1 2001/05/15 13:58:56 oes Exp $" +#define JCC_H_VERSION "$Id: jcc.h,v 1.2 2001/05/31 21:24:47 jongfoster Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.h,v $ @@ -35,6 +35,12 @@ * * Revisions : * $Log: jcc.h,v $ + * Revision 1.2 2001/05/31 21:24:47 jongfoster + * Changed "permission" to "action" throughout. + * Removed DEFAULT_USER_AGENT - it must now be specified manually. + * Moved vanilla wafer check into chat(), since we must now + * decide whether or not to add it based on the URL. + * * Revision 1.1.1.1 2001/05/15 13:58:56 oes * Initial import of version 2.9.3 source tree * @@ -54,12 +60,8 @@ extern "C" { #endif -#define freez(X) if(X) free(X); X = NULL - - /* Global variables */ - #ifdef STATISTICS extern int urls_read; extern int urls_rejected;