/* define.h : 17 Mar 1994 */

/* memory shortcuts */
#define  MEM_F    (MEMF_FAST | MEMF_CLEAR)
#define  MEM_C    (MEMF_CHIP | MEMF_CLEAR)
#define  MEM_P    (MEMF_PUBLIC | MEMF_CLEAR)

/* structure shortcuts */
#define  DL_S      struct DosLibrary
#define  EB_S      struct ExecBase
#define  FIB_S     struct FileInfoBlock
#define  FH_S      struct FileHandle
#define  IB_S      struct IntuitionBase
#define  IOR_S     struct IORequest
#define  IOSR_S    struct IOStdReq
#define  L_S       struct Library
#define  M_S       struct Message
#define  MP_S      struct MsgPort
#define  P_S       struct Process
#define  T_S       struct Task
#define  WBS_S     struct WBStartup
