From: wessels <> Date: Wed, 26 May 1999 09:18:15 +0000 (+0000) Subject: STORE_SWAP_BUF and VM_WINDOW_SZ are the same as DISK_PAGE_SIZE. Having X-Git-Tag: SQUID_3_0_PRE1~2177 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07d537f9b4be8879e274450f1166f401183ed340;p=thirdparty%2Fsquid.git STORE_SWAP_BUF and VM_WINDOW_SZ are the same as DISK_PAGE_SIZE. Having different names is only confusing. --- diff --git a/src/defines.h b/src/defines.h index 0edaf806f0..389ae3dd73 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1,6 +1,6 @@ /* - * $Id: defines.h,v 1.73 1999/04/16 01:00:50 wessels Exp $ + * $Id: defines.h,v 1.74 1999/05/26 03:18:15 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -205,8 +205,6 @@ #define STORE_ENTRY_WITH_MEMOBJ 1 #define STORE_ENTRY_WITHOUT_MEMOBJ 0 -#define STORE_SWAP_BUF DISK_PAGE_SIZE -#define VM_WINDOW_SZ DISK_PAGE_SIZE #define SKIP_BASIC_SZ ((size_t) 6)