X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=da8548e0dd16368333cbe9ba0647d48788bc8912;hp=ca8ea3af8f6ae7b1d9844ac8c8adb200051cb672;hb=7ee754dbd6237cdb224bc9cf5876c9dd6aa0be87;hpb=4b3c9b925e5be187be35cb31f797dcd34ee2d255 diff --git a/project.h b/project.h index ca8ea3af..da8548e0 100644 --- a/project.h +++ b/project.h @@ -1,6 +1,6 @@ #ifndef PROJECT_H_INCLUDED #define PROJECT_H_INCLUDED -#define PROJECT_H_VERSION "$Id: project.h,v 1.64 2002/04/03 22:28:03 gliptak Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.65 2002/04/04 00:36:36 gliptak Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -36,6 +36,9 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.65 2002/04/04 00:36:36 gliptak + * always use pcre for matching + * * Revision 1.64 2002/04/03 22:28:03 gliptak * Removed references to gnu_regex * @@ -993,7 +996,7 @@ struct configuration_spec int debug; int multi_threaded; - /* Features that can be enabled/disabled throuigh the config file */ + /* Features that can be enabled/disabled through the config file */ unsigned feature_flags; const char *logfile;