comparison src/puresize.h @ 171:929b76928fce r20-3b12

Import from CVS: tag r20-3b12
author cvs
date Mon, 13 Aug 2007 09:47:52 +0200
parents 7d55a9ba150c
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
170:98a42ee61975 171:929b76928fce
169 (TOOLTALK_PURESIZE_EXTRA) + \ 169 (TOOLTALK_PURESIZE_EXTRA) + \
170 (ENERGIZE_PURESIZE_EXTRA) + \ 170 (ENERGIZE_PURESIZE_EXTRA) + \
171 (SUNPRO_PURESIZE_EXTRA)) 171 (SUNPRO_PURESIZE_EXTRA))
172 172
173 #endif /* !RAW_PURESIZE */ 173 #endif /* !RAW_PURESIZE */
174
175 /* Current build process on NT does not generate a puresize_adjust.h */
176 /* file. --marcpa */
177 #ifdef WINDOWSNT
178 # define PURESIZE_ADJUSTMENT 1000000
179 #else
180 # include <puresize_adjust.h>
181 #endif
182 #define PURESIZE ((RAW_PURESIZE) + (PURESIZE_ADJUSTMENT))
183 174
175 extern long int get_PURESIZE(void);
184 176
185 #endif /* PURESIZE_H */ 177 #endif /* PURESIZE_H */