version 1.10 | | version 1.11 |
---|
| | |
/* | | /* |
* static char *rcsid_config_h = | | * static char *rcsid_config_h = |
* "$Id: config.h,v 1.10 2000/12/11 03:59:49 cvs Exp $"; | | * "$Id: config.h,v 1.11 2000/12/18 07:38:24 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* maps. | | * maps. |
*/ | | */ |
| | |
#define MAP_MAXTIMEOUT 1000 /* How many ticks till maps are swapped out */ | | /* How many ticks till maps are swapped out */ |
#define MAP_MINTIMEOUT 500 /* At least that many ticks before swapout */ | | #define MAP_MAXTIMEOUT 1000 |
| | /* At least that many ticks before swapout */ |
| | #define MAP_MINTIMEOUT 500 |
| | |
/* | | /* |
* MAP_RESET tells whether map is reset after some time. If it is defined, | | * MAP_RESET tells whether map is reset after some time. If it is defined, |