1 #ifndef _AUDIT_MSG_DOT_H 2 #define _AUDIT_MSG_DOT_H 3 4 #include <sgsmsg.h> /* Msg typedef */ 5 6 #ifndef __lint 7 8 #define MSG_SGS_LOCAL_ARRAY __sgs_msg_libconv_audit 9 10 extern const char __sgs_msg_libconv_audit[]; 11 12 #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] 13 14 #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __sgs_msg_libconv_audit) 15 16 extern const char * _sgs_msg_libconv_audit(Msg); 17 18 #define MSG_INTL(x) _sgs_msg_libconv_audit(x) 19 20 21 #define MSG_LA_FLG_BINDTO 1 22 #define MSG_LA_FLG_BINDTO_SIZE 13 23 24 #define MSG_LA_FLG_BINDFROM 15 25 #define MSG_LA_FLG_BINDFROM_SIZE 15 26 27 #define MSG_LA_ACT_CONSISTENT 31 28 #define MSG_LA_ACT_CONSISTENT_SIZE 21 29 30 #define MSG_LA_ACT_ADD 53 31 #define MSG_LA_ACT_ADD_SIZE 14 32 33 #define MSG_LA_ACT_DELETE 68 34 #define MSG_LA_ACT_DELETE_SIZE 17 35 36 #define MSG_LA_SER_ORIG 86 37 #define MSG_LA_SER_ORIG_SIZE 11 38 39 #define MSG_LA_SER_LIBPATH 98 40 #define MSG_LA_SER_LIBPATH_SIZE 14 41 42 #define MSG_LA_SER_RUNPATH 113 43 #define MSG_LA_SER_RUNPATH_SIZE 14 44 45 #define MSG_LA_SER_DEFAULT 128 46 #define MSG_LA_SER_DEFAULT_SIZE 14 47 48 #define MSG_LA_SER_CONFIG 143 49 #define MSG_LA_SER_CONFIG_SIZE 13 50 51 #define MSG_LA_SER_SECURE 157 52 #define MSG_LA_SER_SECURE_SIZE 13 53 54 #define MSG_LA_SYMB_NOPLTENTER 171 55 #define MSG_LA_SYMB_NOPLTENTER_SIZE 18 56 57 #define MSG_LA_SYMB_NOPLTEXIT 190 58 #define MSG_LA_SYMB_NOPLTEXIT_SIZE 17 59 60 #define MSG_LA_SYMB_STRUCTCALL 208 61 #define MSG_LA_SYMB_STRUCTCALL_SIZE 18 62 63 #define MSG_LA_SYMB_DLSYM 227 64 #define MSG_LA_SYMB_DLSYM_SIZE 13 65 66 #define MSG_LA_SYMB_ALTVALUE 241 67 #define MSG_LA_SYMB_ALTVALUE_SIZE 16 68 69 #define MSG_GBL_ZERO 258 70 #define MSG_GBL_ZERO_SIZE 1 71 72 #define MSG_GBL_NULL 0 73 #define MSG_GBL_NULL_SIZE 0 74 75 #else /* __lint */ 76 77 extern const char * _sgs_msg_libconv_audit(Msg); 78 79 #ifndef MSG_SGS_LOCAL_ARRAY 80 #define MSG_SGS_LOCAL_ARRAY "" 81 #endif 82 83 extern const char __sgs_msg_libconv_audit[]; 84 85 #define MSG_ORIG_STRTAB(_x, _s) _x 86 #define MSG_ORIG(x) x 87 #define MSG_INTL(x) x 88 89 #ifndef LINTSUP_SUPPRESS_STRINGS 90 91 #define MSG_LA_FLG_BINDTO "LA_FLG_BINDTO" 92 #define MSG_LA_FLG_BINDTO_SIZE 13 93 94 #define MSG_LA_FLG_BINDFROM "LA_FLG_BINDFROM" 95 #define MSG_LA_FLG_BINDFROM_SIZE 15 96 97 #define MSG_LA_ACT_CONSISTENT "[ LA_ACT_CONSISTENT ]" 98 #define MSG_LA_ACT_CONSISTENT_SIZE 21 99 100 #define MSG_LA_ACT_ADD "[ LA_ACT_ADD ]" 101 #define MSG_LA_ACT_ADD_SIZE 14 102 103 #define MSG_LA_ACT_DELETE "[ LA_ACT_DELETE ]" 104 #define MSG_LA_ACT_DELETE_SIZE 17 105 106 #define MSG_LA_SER_ORIG "LA_SER_ORIG" 107 #define MSG_LA_SER_ORIG_SIZE 11 108 109 #define MSG_LA_SER_LIBPATH "LA_SER_LIBPATH" 110 #define MSG_LA_SER_LIBPATH_SIZE 14 111 112 #define MSG_LA_SER_RUNPATH "LA_SER_RUNPATH" 113 #define MSG_LA_SER_RUNPATH_SIZE 14 114 115 #define MSG_LA_SER_DEFAULT "LA_SER_DEFAULT" 116 #define MSG_LA_SER_DEFAULT_SIZE 14 117 118 #define MSG_LA_SER_CONFIG "LA_SER_CONFIG" 119 #define MSG_LA_SER_CONFIG_SIZE 13 120 121 #define MSG_LA_SER_SECURE "LA_SER_SECURE" 122 #define MSG_LA_SER_SECURE_SIZE 13 123 124 #define MSG_LA_SYMB_NOPLTENTER "LA_SYMB_NOPLTENTER" 125 #define MSG_LA_SYMB_NOPLTENTER_SIZE 18 126 127 #define MSG_LA_SYMB_NOPLTEXIT "LA_SYMB_NOPLTEXIT" 128 #define MSG_LA_SYMB_NOPLTEXIT_SIZE 17 129 130 #define MSG_LA_SYMB_STRUCTCALL "LA_SYMB_STRUCTCALL" 131 #define MSG_LA_SYMB_STRUCTCALL_SIZE 18 132 133 #define MSG_LA_SYMB_DLSYM "LA_SYMB_DLSYM" 134 #define MSG_LA_SYMB_DLSYM_SIZE 13 135 136 #define MSG_LA_SYMB_ALTVALUE "LA_SYMB_ALTVALUE" 137 #define MSG_LA_SYMB_ALTVALUE_SIZE 16 138 139 #define MSG_GBL_ZERO "0" 140 #define MSG_GBL_ZERO_SIZE 1 141 142 #define MSG_GBL_NULL "" 143 #define MSG_GBL_NULL_SIZE 0 144 145 #endif /* LINTSUP_SUPPRESS_STRINGS */ 146 147 #endif /* __lint */ 148 149 #endif 150