Mercurial > hg > xemacs-beta
comparison src/puresize.h @ 98:0d2f883870bc r20-1b1
Import from CVS: tag r20-1b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:13:56 +0200 |
parents | 821dec489c24 |
children | 4be1180a9e89 |
comparison
equal
deleted
inserted
replaced
97:498bf5da1c90 | 98:0d2f883870bc |
---|---|
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 893000 |
36 #else | 36 #else |
37 # define BASE_PURESIZE 518000 | 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 |
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. |
81 #ifdef HAVE_CANNA | 81 #ifdef HAVE_CANNA |
82 # define MULE_PURESIZE_CANNA 5000 | 82 # define MULE_PURESIZE_CANNA 5000 |
83 #else | 83 #else |
84 # define MULE_PURESIZE_CANNA 0 | 84 # define MULE_PURESIZE_CANNA 0 |
85 #endif | 85 #endif |
86 #ifdef HAVE_WNN | |
87 # define MULE_PURESIZE_WNN 5000 | |
88 #else | |
89 # define MULE_PURESIZE_WNN 0 | |
90 #endif | |
86 # if (LONGBITS == 64) | 91 # if (LONGBITS == 64) |
87 # define MULE_PURESIZE_EXTRA 99000+MULE_PURESIZE_CANNA | 92 # define MULE_PURESIZE_EXTRA 99000+MULE_PURESIZE_CANNA+MULE_PURESIZE_WNN |
88 # else | 93 # else |
89 # define MULE_PURESIZE_EXTRA 78000+MULE_PURESIZE_CANNA | 94 # define MULE_PURESIZE_EXTRA 78000+MULE_PURESIZE_CANNA+MULE_PURESIZE_WNN |
90 # endif | 95 # endif |
91 #else | 96 #else |
92 # define MULE_PURESIZE_EXTRA 0 | 97 # define MULE_PURESIZE_EXTRA 0 |
93 #endif | 98 #endif |
94 | 99 |
113 #endif | 118 #endif |
114 | 119 |
115 /* Extra amount of purespace needed for Sunpro builds. */ | 120 /* Extra amount of purespace needed for Sunpro builds. */ |
116 | 121 |
117 #ifdef SUNPRO | 122 #ifdef SUNPRO |
118 #ifdef MULE /* ~50k extra for tm */ | |
119 # define SUNPRO_PURESIZE_EXTRA 135000 | |
120 #else | |
121 #define SUNPRO_PURESIZE_EXTRA 85000 | 123 #define SUNPRO_PURESIZE_EXTRA 85000 |
122 #endif | |
123 #else | 124 #else |
124 # define SUNPRO_PURESIZE_EXTRA 0 | 125 # define SUNPRO_PURESIZE_EXTRA 0 |
125 #endif | 126 #endif |
126 | 127 |
127 #define PURESIZE ((BASE_PURESIZE) + (MENUBAR_PURESIZE_EXTRA) + \ | 128 #define PURESIZE ((BASE_PURESIZE) + (MENUBAR_PURESIZE_EXTRA) + \ |