/* $Id: config.h,v 2.2 2005/10/09 04:27:48 ksb Exp $ * Configuration for the binpack explode modules, rather than using * an out-of-date copy. */ typedef long int VEWEIGHT; typedef struct VEnode { long int iSize; void *pTdir; char *pcName; char *pcChunkFile; } VE; #define VE_MASS(Mx) (& (Mx)) #define VE_MASS_DECL VE *