#define TRUE 1
#define FALSE 0

#define GNU                   /* Define this for the GNU compiler */
/*#define MWC*/              /* Define this for the Mark Williams compiler */

#ifdef GNU
#  define ONE_LONG              /* Use one long for time in evnt_multi */
#  define OTYPE void **         /* Type of object pointer for rsrc functions */
#endif

/* Set up some stuff for the MWC compiler */
#ifdef MWC
#  define NO_GRECT              /* Dont use GRECT structs for rectangle ops. */
#  define NO_ISXDIGIT           /* Dont have an isxdigit function */
#  define TWO_INTS              /* Use two ints for time in evnt_multi */
#  define OTYPE OBJECT **       /* Type of object pointer for rsrc functions */
#endif
