/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:37:31 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:34:34 _$11$DUA933:[BUILD.SDL]OBJFMT.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $MHDEF ***/ #ifndef __MHDEF_LOADED #define __MHDEF_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 /* */ /* Module header record (MHD) */ /* */ #define MHD$C_MHD 0 /*Main header record */ #define MHD$C_LNM 1 /*Language name and version */ #define MHD$C_SRC 2 /*Source file specification */ #define MHD$C_TTL 3 /*Title text of module */ #define MHD$C_CPR 4 /*Copyright notice */ #define MHD$C_MTC 5 /*Maintenence status */ #define MHD$C_GTX 6 /*General text */ #define MHD$C_MAXHDRTYP 6 /*Maximum allowable type */ struct mhdef { unsigned char mhd$b_rectyp; /*Record type (OBJ$C_MHD) */ unsigned char mhd$b_hdrtyp; /*Type field for MHD */ /*Types of header records */ unsigned char mhd$b_strlvl; /*Structure level */ unsigned short int mhd$w_recsiz; /*Maximum record size */ unsigned char mhd$b_namlng; /*Module name length */ char mhd$t_name [31]; /*Module name */ } ; #ifdef __cplusplus } #endif #pragma standard #endif /* __MHDEF_LOADED */