diff 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
line wrap: on
line diff
--- a/src/puresize.h	Mon Aug 13 08:51:05 2007 +0200
+++ b/src/puresize.h	Mon Aug 13 08:51:32 2007 +0200
@@ -27,7 +27,7 @@
 /* If PURESIZE is already defined then the user overrode it at
    configure time. */
 #ifndef PURESIZE
-
+#if 0
 /* Basic amount of purespace to use, in the absence of extra
    things configured in. */
 
@@ -121,6 +121,10 @@
 		  (TOOLTALK_PURESIZE_EXTRA) + (ENERGIZE_PURESIZE_EXTRA) + \
 		  (SUNPRO_PURESIZE_EXTRA))
 
+#endif
+
+# include "PURESIZE.h"
+
 #endif /* !PURESIZE */
 
 #endif /* PURESIZE_H */