#ifndef NAMELENGTH
#define NAMELENGTH 20

   typedef char name_t[NAMELENGTH];
   typedef enum {FALSE=0, TRUE} boolean;
#endif