/* Define for the system type. This will control the allocation */ /* size of the workfile LRU cache and set the type (int or short) */ /* for the index entries. They should be SHORT INT for 32 systems */ #define NMACROS 8 #define _NMACROS 8 #define _MACSIZE 512 #define VAXVMS 1 #define RSTS 0 #define POS 0 #define MSDOS 0 #define RT11 0 #define RSX 0 #ifdef vms #if vms #define VAXVMS 1 #define RSX 0 #define RSTS 0 #define RT11 0 #define MSDOS 0 #endif #endif #ifdef decus #if decus #define VAXVMS 0 #define RSX 1 #define RSTS 0 #define RT11 0 #define MSDOS 0 #endif #endif #if VAXVMS #define ADDR_SIZE 32 #define NWINDOWS 2 #define _FILESIZE 128 #define BIGBUFFER 1 #define CHARCOUNT 1 #else #define ADDR_SIZE 16 #define NWINDOWS 1 #define _FILESIZE 64 #define BIGBUFFER 0 #define CHARCOUNT 0 #endif #if RSX #define NWINDOWS 2 #endif