version 1.25 | | version 1.26 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.25 2000/12/19 06:54:51 peterm Exp $"; | | * "$Id: define.h,v 1.26 2000/12/24 01:48:20 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
#define MAX_NAME 16 | | #define MAX_NAME 16 |
#define BIG_NAME 32 | | #define BIG_NAME 32 |
| | |
| | /* Instead of using arbitrary constants for indexing the |
| | * freearr, add these values. <= SIZEOFFREE1 will get you |
| | * within 1 space. <= SIZEOFFREE2 wll get you withing |
| | * 2 spaces, and the entire array (<= SIZEOFFREE) is |
| | * three spaces |
| | */ |
| | #define SIZEOFFREE1 8 |
| | #define SIZEOFFREE2 24 |
#define SIZEOFFREE 49 | | #define SIZEOFFREE 49 |
| | |
#define PATH_NULL 0x00000000 /* 0 */ | | #define PATH_NULL 0x00000000 /* 0 */ |