| # | Line 10 | Line 10 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 10 | #include "holo.h" | |
| 11 | ||
| 12 | #ifndef CACHESIZE | |
| 13 | < | #ifdef BIGMEM |
| 14 | < | #define CACHESIZE 17 /* default cache size (Mbytes, 0==inf) */ |
| 15 | < | #else |
| 13 | > | #ifdef SMLMEM |
| 14 | #define CACHESIZE 5 | |
| 15 | + | #else |
| 16 | + | #define CACHESIZE 17 /* default cache size (Mbytes, 0==inf) */ |
| 17 | #endif | |
| 18 | #endif | |
| 19 | #ifndef FREEBEAMS | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |