comparison src/puresize.h @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents b9518feda344
children ac0620f6398e
comparison
equal deleted inserted replaced
81:ebca3d831cea 82:6a378aca36af
30 30
31 /* Basic amount of purespace to use, in the absence of extra 31 /* Basic amount of purespace to use, in the absence of extra
32 things configured in. */ 32 things configured in. */
33 33
34 #if (LONGBITS == 64) 34 #if (LONGBITS == 64)
35 # define BASE_PURESIZE 922000 35 # define BASE_PURESIZE 847000
36 #else 36 #else
37 # define BASE_PURESIZE 562000 37 # define BASE_PURESIZE 467000
38 #endif 38 #endif
39 39
40 /* If any particular systems need to change the base puresize, they 40 /* If any particular systems need to change the base puresize, they
41 should define SYSTEM_PURESIZE_EXTRA. Note that this can be 41 should define SYSTEM_PURESIZE_EXTRA. Note that this can be
42 negative as well as positive. 42 negative as well as positive.