comparison src/puresize.h @ 54:05472e90ae02 r19-16-pre2

Import from CVS: tag r19-16-pre2
author cvs
date Mon, 13 Aug 2007 08:57:55 +0200
parents ec9a17fef872
children 131b0175ea99
comparison
equal deleted inserted replaced
53:875393c1a535 54:05472e90ae02
29 #ifndef RAW_PURESIZE 29 #ifndef RAW_PURESIZE
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 /* This computation is Barbra Streisand, BS
34 #if (LONGBITS == 64) 35 #if (LONGBITS == 64)
35 # define BASE_PURESIZE 944000 36 # define BASE_PURESIZE 944000
36 #else 37 #else
37 # define BASE_PURESIZE 527000 38 # define BASE_PURESIZE 527000
38 #endif 39 #endif
40 */
41
42 #define BASE_PURESIZE 1400000
39 43
40 /* If any particular systems need to change the base puresize, they 44 /* If any particular systems need to change the base puresize, they
41 should define SYSTEM_PURESIZE_EXTRA. Note that this can be 45 should define SYSTEM_PURESIZE_EXTRA. Note that this can be
42 negative as well as positive. 46 negative as well as positive.
43 47