Mercurial > hg > xemacs-beta
comparison src/puresize.h @ 26:441bb1e64a06 r19-15b96
Import from CVS: tag r19-15b96
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:32 +0200 |
parents | 859a2309aef8 |
children | 1917ad0d78d7 |
comparison
equal
deleted
inserted
replaced
25:383a494979f8 | 26:441bb1e64a06 |
---|---|
25 #define PURESIZE_H | 25 #define PURESIZE_H |
26 | 26 |
27 /* If PURESIZE is already defined then the user overrode it at | 27 /* If PURESIZE is already defined then the user overrode it at |
28 configure time. */ | 28 configure time. */ |
29 #ifndef PURESIZE | 29 #ifndef PURESIZE |
30 | 30 #if 0 |
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 944000 | 35 # define BASE_PURESIZE 944000 |
119 (X11_PURESIZE_EXTRA) + \ | 119 (X11_PURESIZE_EXTRA) + \ |
120 (SYSTEM_PURESIZE_EXTRA) + (MULE_PURESIZE_EXTRA) + \ | 120 (SYSTEM_PURESIZE_EXTRA) + (MULE_PURESIZE_EXTRA) + \ |
121 (TOOLTALK_PURESIZE_EXTRA) + (ENERGIZE_PURESIZE_EXTRA) + \ | 121 (TOOLTALK_PURESIZE_EXTRA) + (ENERGIZE_PURESIZE_EXTRA) + \ |
122 (SUNPRO_PURESIZE_EXTRA)) | 122 (SUNPRO_PURESIZE_EXTRA)) |
123 | 123 |
124 #endif | |
125 | |
126 # include "PURESIZE.h" | |
127 | |
124 #endif /* !PURESIZE */ | 128 #endif /* !PURESIZE */ |
125 | 129 |
126 #endif /* PURESIZE_H */ | 130 #endif /* PURESIZE_H */ |