version 1.97 | | version 1.98 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.97 2005/10/24 18:27:37 akirschbaum Exp $"; | | * "$Id: define.h,v 1.98 2005/11/01 13:42:15 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define PU_READABLES 0x00400000 | | #define PU_READABLES 0x00400000 |
#define PU_MAGIC_DEVICE 0x00800000 | | #define PU_MAGIC_DEVICE 0x00800000 |
| | |
| | #define PU_NOT_CURSED 0x01000000 |
| | |
| | |
/* Instead of using arbitrary constants for indexing the | | /* Instead of using arbitrary constants for indexing the |
* freearr, add these values. <= SIZEOFFREE1 will get you | | * freearr, add these values. <= SIZEOFFREE1 will get you |