Mercurial > hg > xemacs-beta
comparison src/puresize.h @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 0d2f883870bc |
children | a145efe76779 |
comparison
equal
deleted
inserted
replaced
99:2d83cbd90d8d | 100:4be1180a9e89 |
---|---|
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 893000 | 35 # define BASE_PURESIZE 938000 |
36 #else | 36 #else |
37 # define BASE_PURESIZE 563000 | 37 # define BASE_PURESIZE 563000 |
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 |
118 #endif | 118 #endif |
119 | 119 |
120 /* Extra amount of purespace needed for Sunpro builds. */ | 120 /* Extra amount of purespace needed for Sunpro builds. */ |
121 | 121 |
122 #ifdef SUNPRO | 122 #ifdef SUNPRO |
123 #define SUNPRO_PURESIZE_EXTRA 85000 | 123 #define SUNPRO_PURESIZE_EXTRA 95000 |
124 #else | 124 #else |
125 # define SUNPRO_PURESIZE_EXTRA 0 | 125 # define SUNPRO_PURESIZE_EXTRA 0 |
126 #endif | 126 #endif |
127 | 127 |
128 #define PURESIZE ((BASE_PURESIZE) + (MENUBAR_PURESIZE_EXTRA) + \ | 128 #define PURESIZE ((BASE_PURESIZE) + (MENUBAR_PURESIZE_EXTRA) + \ |