From: oes Date: Mon, 4 Mar 2002 17:52:44 +0000 (+0000) Subject: Deleted PID_FILE_PATH X-Git-Tag: v_2_9_12~215 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=10d7e73522bcd80dbeb05465a4e0f91bf7a7e10b;ds=sidebyside Deleted PID_FILE_PATH --- diff --git a/acconfig.h b/acconfig.h index dbd11e99..b70b5ca2 100644 --- a/acconfig.h +++ b/acconfig.h @@ -37,6 +37,9 @@ * * Revisions : * $Log: acconfig.h,v $ + * Revision 1.16 2002/01/10 12:36:18 oes + * Moved HAVE_*_R to acconfig.h, where they belong. + * * Revision 1.15 2001/12/30 14:07:31 steudten * - Add signal handling (unix) * - Add SIGHUP handler (unix) @@ -195,11 +198,6 @@ */ #undef CODE_STATUS -/* - * pid file used under unix. - */ -#undef PID_FILE_PATH - /* * Regular expression matching for URLs. (Highly recommended). * If neither of these are defined then you can ony use prefix matching.