/* */ /* This is the IA64 version of ARCH_DEFS.H. It contains architectural */ /* definitions for compiling VMS sources for VAX, ALPHA and IA64 systems. */ /* */ #define VAX 0 #define EVAX 0 /* Old, obsolete name */ #define ALPHA 0 /* New name for architecture */ #define IA64 1 #define VAXPAGE 0 #define BIGPAGE 1 #define AXTOOLS 0 #define IXTOOLS 0 #define IXVMS 0 #define AXVMS 0 /* This is not allowed as a compile-time definition. How is this done? */ /*#define ADDRESSBITS (8 * sizeof(char *)) !Same for VAX and EVAX */ /* *** I've assumed there's a 32-bit C compiler used for EVAX *** */ #define ADDRESSBITS 32