From: oes <oes@users.sourceforge.net>
Date: Mon, 4 Mar 2002 18:28:55 +0000 (+0000)
Subject: Deleted PID_FILE_NAME
X-Git-Tag: v_2_9_12~202
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/@user-manual@?a=commitdiff_plain;h=f77031401c513882baaf4d58e4d0ae048df39c83;p=privoxy.git

Deleted PID_FILE_NAME
---

diff --git a/project.h b/project.h
index 795015b1..f8b2d96e 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.47 2002/02/20 23:15:13 jongfoster Exp $"
+#define PROJECT_H_VERSION "$Id: project.h,v 1.48 2002/03/03 14:50:40 oes Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/project.h,v $
@@ -36,6 +36,9 @@
  *
  * Revisions   :
  *    $Log: project.h,v $
+ *    Revision 1.48  2002/03/03 14:50:40  oes
+ *    Fixed CLF logging: Added ocmd member for client's request to struct http_request
+ *
  *    Revision 1.47  2002/02/20 23:15:13  jongfoster
  *    Parsing functions now handle out-of-memory gracefully by returning
  *    an error code.
@@ -457,11 +460,6 @@ 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 */
 
 /* Need this for struct client_state */