version 1.3 | | version 1.4 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.3 1999/08/03 00:33:17 cvs Exp $"; | | * "$Id: define.h,v 1.4 1999/08/23 00:26:13 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define SIZEOFFREE 49 | | #define SIZEOFFREE 49 |
| | |
/* | | /* |
* Number of compression methods depend on whether COMPRESS_SUFFIX is defined. | | |
*/ | | |
#ifdef COMPRESS_SUFFIX | | |
#define NROF_COMPRESS_METHODS 4 | | |
#else | | |
#define NROF_COMPRESS_METHODS 3 | | |
#endif | | |
| | |
/* | | |
* Attacktypes: | | * Attacktypes: |
* If this ever exceeds 16, rmember to change all the short's in global.h. | | * If this ever exceeds 16, rmember to change all the short's in global.h. |
* (Already done, Vick 930307 :) | | * (Already done, Vick 930307 :) |