DATSIZE
char dbuf[DATSIZE];
dat.len = dat.maxlen = DATSIZE;
char dbuf[DATSIZE]; /* must start on word boundary */
dat.maxlen = dat.len = DATSIZE;