#ifndef _AUDIT_MSG_DOT_H #define _AUDIT_MSG_DOT_H #include /* Msg typedef */ #ifndef __lint #define MSG_SGS_LOCAL_ARRAY __sgs_msg_libconv_audit extern const char __sgs_msg_libconv_audit[]; #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __sgs_msg_libconv_audit) extern const char * _sgs_msg_libconv_audit(Msg); #define MSG_INTL(x) _sgs_msg_libconv_audit(x) #define MSG_LA_FLG_BINDTO 1 #define MSG_LA_FLG_BINDTO_SIZE 13 #define MSG_LA_FLG_BINDFROM 15 #define MSG_LA_FLG_BINDFROM_SIZE 15 #define MSG_LA_ACT_CONSISTENT 31 #define MSG_LA_ACT_CONSISTENT_SIZE 21 #define MSG_LA_ACT_ADD 53 #define MSG_LA_ACT_ADD_SIZE 14 #define MSG_LA_ACT_DELETE 68 #define MSG_LA_ACT_DELETE_SIZE 17 #define MSG_LA_SER_ORIG 86 #define MSG_LA_SER_ORIG_SIZE 11 #define MSG_LA_SER_LIBPATH 98 #define MSG_LA_SER_LIBPATH_SIZE 14 #define MSG_LA_SER_RUNPATH 113 #define MSG_LA_SER_RUNPATH_SIZE 14 #define MSG_LA_SER_DEFAULT 128 #define MSG_LA_SER_DEFAULT_SIZE 14 #define MSG_LA_SER_CONFIG 143 #define MSG_LA_SER_CONFIG_SIZE 13 #define MSG_LA_SER_SECURE 157 #define MSG_LA_SER_SECURE_SIZE 13 #define MSG_LA_SYMB_NOPLTENTER 171 #define MSG_LA_SYMB_NOPLTENTER_SIZE 18 #define MSG_LA_SYMB_NOPLTEXIT 190 #define MSG_LA_SYMB_NOPLTEXIT_SIZE 17 #define MSG_LA_SYMB_STRUCTCALL 208 #define MSG_LA_SYMB_STRUCTCALL_SIZE 18 #define MSG_LA_SYMB_DLSYM 227 #define MSG_LA_SYMB_DLSYM_SIZE 13 #define MSG_LA_SYMB_ALTVALUE 241 #define MSG_LA_SYMB_ALTVALUE_SIZE 16 #define MSG_GBL_ZERO 258 #define MSG_GBL_ZERO_SIZE 1 #define MSG_GBL_NULL 0 #define MSG_GBL_NULL_SIZE 0 #else /* __lint */ extern const char * _sgs_msg_libconv_audit(Msg); #ifndef MSG_SGS_LOCAL_ARRAY #define MSG_SGS_LOCAL_ARRAY "" #endif extern const char __sgs_msg_libconv_audit[]; #define MSG_ORIG_STRTAB(_x, _s) _x #define MSG_ORIG(x) x #define MSG_INTL(x) x #ifndef LINTSUP_SUPPRESS_STRINGS #define MSG_LA_FLG_BINDTO "LA_FLG_BINDTO" #define MSG_LA_FLG_BINDTO_SIZE 13 #define MSG_LA_FLG_BINDFROM "LA_FLG_BINDFROM" #define MSG_LA_FLG_BINDFROM_SIZE 15 #define MSG_LA_ACT_CONSISTENT "[ LA_ACT_CONSISTENT ]" #define MSG_LA_ACT_CONSISTENT_SIZE 21 #define MSG_LA_ACT_ADD "[ LA_ACT_ADD ]" #define MSG_LA_ACT_ADD_SIZE 14 #define MSG_LA_ACT_DELETE "[ LA_ACT_DELETE ]" #define MSG_LA_ACT_DELETE_SIZE 17 #define MSG_LA_SER_ORIG "LA_SER_ORIG" #define MSG_LA_SER_ORIG_SIZE 11 #define MSG_LA_SER_LIBPATH "LA_SER_LIBPATH" #define MSG_LA_SER_LIBPATH_SIZE 14 #define MSG_LA_SER_RUNPATH "LA_SER_RUNPATH" #define MSG_LA_SER_RUNPATH_SIZE 14 #define MSG_LA_SER_DEFAULT "LA_SER_DEFAULT" #define MSG_LA_SER_DEFAULT_SIZE 14 #define MSG_LA_SER_CONFIG "LA_SER_CONFIG" #define MSG_LA_SER_CONFIG_SIZE 13 #define MSG_LA_SER_SECURE "LA_SER_SECURE" #define MSG_LA_SER_SECURE_SIZE 13 #define MSG_LA_SYMB_NOPLTENTER "LA_SYMB_NOPLTENTER" #define MSG_LA_SYMB_NOPLTENTER_SIZE 18 #define MSG_LA_SYMB_NOPLTEXIT "LA_SYMB_NOPLTEXIT" #define MSG_LA_SYMB_NOPLTEXIT_SIZE 17 #define MSG_LA_SYMB_STRUCTCALL "LA_SYMB_STRUCTCALL" #define MSG_LA_SYMB_STRUCTCALL_SIZE 18 #define MSG_LA_SYMB_DLSYM "LA_SYMB_DLSYM" #define MSG_LA_SYMB_DLSYM_SIZE 13 #define MSG_LA_SYMB_ALTVALUE "LA_SYMB_ALTVALUE" #define MSG_LA_SYMB_ALTVALUE_SIZE 16 #define MSG_GBL_ZERO "0" #define MSG_GBL_ZERO_SIZE 1 #define MSG_GBL_NULL "" #define MSG_GBL_NULL_SIZE 0 #endif /* LINTSUP_SUPPRESS_STRINGS */ #endif /* __lint */ #endif