/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:37:35 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:34:34 _$11$DUA933:[BUILD.SDL]OBJFMT.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $EMHDEF ***/ #ifndef __EMHDEF_LOADED #define __EMHDEF_LOADED 1 #pragma nostandard #ifdef __cplusplus extern "C" { #define __unknown_params ... #else #define __unknown_params #endif #if !defined(__VAXC) && !defined(VAXC) #define __struct struct #define __union union #else #define __struct variant_struct #define __union variant_union #endif /* */ /* EVAX Module header record (EMH) */ /* */ #define EMH$C_MHD 0 /*Main header record */ #define EMH$C_LNM 1 /*Language name and version */ #define EMH$C_SRC 2 /*Source file specification */ #define EMH$C_TTL 3 /*Title text of module */ #define EMH$C_CPR 4 /*Copyright notice */ #define EMH$C_MTC 5 /*Maintenence status */ #define EMH$C_GTX 6 /*General text */ #define EMH$C_MAXHDRTYP 6 /*Maximum allowable type */ struct emhdef { unsigned short int emh$w_rectyp; /*Record type (OBJ$C_MHD) */ unsigned short int emh$w_size; /*length of this EMH */ unsigned short int emh$w_hdrtyp; /*Type field for MHD */ /*Types of header records */ unsigned char emh$b_strlvl; /*Structure level */ unsigned char emh$b_temp; /*temp pad byte */ int emh$l_arch1; /*target architecture LW1 */ int emh$l_arch2; /*target architecture LW2 */ unsigned int emh$l_recsiz; /*Maximum record size */ unsigned char emh$b_namlng; /*Module name length */ char emh$t_name [31]; /*Module name */ } ; #ifdef __cplusplus } #endif #pragma standard #endif /* __EMHDEF_LOADED */