=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsdefines.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/tcfs/Attic/tcfsdefines.h 2000/06/18 22:07:24 1.1 +++ src/usr.bin/tcfs/Attic/tcfsdefines.h 2000/06/19 03:23:04 1.2 @@ -14,6 +14,8 @@ #define _TCFSDEFINES_H_ #define UUKEYSIZE ((KEYSIZE / 3 + (KEYSIZE % 3 ? 1 : 0)) * 4) +#define GKEYSIZE (KEYSIZE + KEYSIZE/8) +#define UUGKEYSIZE ((GKEYSIZE / 3 + (GKEYSIZE % 3 ? 1 : 0)) * 4) #define TRUE 1 #define FALSE 0 #define ONE 1 /* decrement key counter by 1 */