comparison src/puresize.h @ 4:b82b59fe008d r19-15b3

Import from CVS: tag r19-15b3
author cvs
date Mon, 13 Aug 2007 08:46:56 +0200
parents ac2d302a0011
children 0293115a14e9
comparison
equal deleted inserted replaced
3:30df88044ec6 4:b82b59fe008d
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 912000 35 # define BASE_PURESIZE 944000
36 #else 36 #else
37 # define BASE_PURESIZE 552000 37 # define BASE_PURESIZE 584000
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.