diff 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
line wrap: on
line diff
--- a/src/puresize.h	Mon Aug 13 09:13:58 2007 +0200
+++ b/src/puresize.h	Mon Aug 13 09:15:11 2007 +0200
@@ -32,7 +32,7 @@
    things configured in. */
 
 #if (LONGBITS == 64)
-# define BASE_PURESIZE 893000
+# define BASE_PURESIZE 938000
 #else
 # define BASE_PURESIZE 563000
 #endif
@@ -120,7 +120,7 @@
 /* Extra amount of purespace needed for Sunpro builds. */
 
 #ifdef SUNPRO
-#define SUNPRO_PURESIZE_EXTRA 85000
+#define SUNPRO_PURESIZE_EXTRA 95000
 #else
 # define SUNPRO_PURESIZE_EXTRA 0
 #endif