X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=7daeb045a5a37a697a6c868e8da3233f7e8fbfee;hp=fbb871fab29cb884991a639a86259a451ac6e27d;hb=126983736bbaaa3f532c55218f15738beef6a79b;hpb=9fd2c0f49e451b0e327235fe3e0bacc37e1c1eee diff --git a/project.h b/project.h index fbb871fa..7daeb045 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.42 2001/11/05 21:42:41 steudten Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.43 2001/11/22 21:57:51 jongfoster Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -36,6 +36,11 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.43 2001/11/22 21:57:51 jongfoster + * Making action_spec->flags into an unsigned long rather than just an + * unsigned int. + * Adding ACTION_NO_COOKIE_KEEP + * * Revision 1.42 2001/11/05 21:42:41 steudten * Include DBG() macro. * @@ -419,6 +424,10 @@ typedef int jb_err; #define HADDR_DEFAULT "127.0.0.1" #define HADDR_PORT 8000 +/* + * pid file name + */ +#define PID_FILE_NAME "junkbuster.pid" /* Forward defs for various structures */