Mercurial > hg > xemacs-beta
comparison src/puresize.h @ 20:859a2309aef8 r19-15b93
Import from CVS: tag r19-15b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:05 +0200 |
parents | 0293115a14e9 |
children | 441bb1e64a06 |
comparison
equal
deleted
inserted
replaced
19:ac1f612d5250 | 20:859a2309aef8 |
---|---|
108 #endif | 108 #endif |
109 | 109 |
110 /* Extra amount of purespace needed for Sunpro builds. */ | 110 /* Extra amount of purespace needed for Sunpro builds. */ |
111 | 111 |
112 #ifdef SUNPRO | 112 #ifdef SUNPRO |
113 # define SUNPRO_PURESIZE_EXTRA 40000 | 113 # define SUNPRO_PURESIZE_EXTRA 135000 |
114 #else | 114 #else |
115 # define SUNPRO_PURESIZE_EXTRA 0 | 115 # define SUNPRO_PURESIZE_EXTRA 0 |
116 #endif | 116 #endif |
117 | 117 |
118 #define PURESIZE ((BASE_PURESIZE) + (MENUBAR_PURESIZE_EXTRA) + \ | 118 #define PURESIZE ((BASE_PURESIZE) + (MENUBAR_PURESIZE_EXTRA) + \ |