/* * * OBJFMT -- linker options record (LNK) */ #ifndef _LNKDEF_H #define _LNKDEF_H #define LNK$C_OLB 0 /* object library spec */ #define LNK$C_SHR 1 /* shareable image library spec */ #define LNK$C_OLI 2 /* object library with inclusion list */ #define LNK$C_OBJ 3 /* object file or symbol table file */ #define LNK$C_SHA 4 /* individually specified shr img */ #define LNK$C_MAXRECTYP 4 /* highest current record type */ #define LNK$V_SELSER 0 #define LNK$V_LIBSRCH 1 #define LNK$M_SELSER (1<