From f77031401c513882baaf4d58e4d0ae048df39c83 Mon Sep 17 00:00:00 2001 From: oes Date: Mon, 4 Mar 2002 18:28:55 +0000 Subject: [PATCH] Deleted PID_FILE_NAME --- project.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 */ -- 2.39.2