From: wessels <> Date: Wed, 3 Feb 1999 06:57:22 +0000 (+0000) Subject: experimenting with USE_TRUNCATE_NOT_UNLINK X-Git-Tag: SQUID_3_0_PRE1~2310 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15870cd75211785e777a362347be0c742de2e627;p=thirdparty%2Fsquid.git experimenting with USE_TRUNCATE_NOT_UNLINK --- diff --git a/src/defines.h b/src/defines.h index 258ee78d15..8f5736640d 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1,6 +1,6 @@ /* - * $Id: defines.h,v 1.70 1998/12/05 00:54:21 wessels Exp $ + * $Id: defines.h,v 1.71 1999/02/02 23:57:22 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -268,3 +268,5 @@ #ifndef _PATH_DEVNULL #define _PATH_DEVNULL "/dev/null" #endif + +#define USE_TRUNCATE_NOT_UNLINK 1