1 #ifndef _CONFIG_MSG_DOT_H 2 #define _CONFIG_MSG_DOT_H 3 4 #include <sgsmsg.h> /* Msg typedef */ 5 6 #ifndef __lint 7 8 #define MSG_SGS_LOCAL_ARRAY __sgs_msg_libconv_config 9 10 extern const char __sgs_msg_libconv_config[]; 11 12 #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] 13 14 #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __sgs_msg_libconv_config) 15 16 extern const char * _sgs_msg_libconv_config(Msg); 17 18 #define MSG_INTL(x) _sgs_msg_libconv_config(x) 19 20 21 #define MSG_CONF_EDLIBPATH 1 22 #define MSG_CONF_EDLIBPATH_SIZE 19 23 24 #define MSG_CONF_ESLIBPATH 21 25 #define MSG_CONF_ESLIBPATH_SIZE 18 26 27 #define MSG_CONF_ADLIBPATH 40 28 #define MSG_CONF_ADLIBPATH_SIZE 20 29 30 #define MSG_CONF_ASLIBPATH 61 31 #define MSG_CONF_ASLIBPATH_SIZE 19 32 33 #define MSG_CONF_DIRCFG 81 34 #define MSG_CONF_DIRCFG_SIZE 16 35 36 #define MSG_CONF_OBJALT 98 37 #define MSG_CONF_OBJALT_SIZE 19 38 39 #define MSG_CONF_MEMRESV 118 40 #define MSG_CONF_MEMRESV_SIZE 18 41 42 #define MSG_CONF_ENVS 137 43 #define MSG_CONF_ENVS_SIZE 21 44 45 #define MSG_CONF_FLTR 159 46 #define MSG_CONF_FLTR_SIZE 19 47 48 #define MSG_CONF_DIRENT 179 49 #define MSG_CONF_DIRENT_SIZE 3 50 51 #define MSG_CONF_ALLENTS 183 52 #define MSG_CONF_ALLENTS_SIZE 11 53 54 #define MSG_CONF_NOEXIST 195 55 #define MSG_CONF_NOEXIST_SIZE 12 56 57 #define MSG_CONF_EXEC 208 58 #define MSG_CONF_EXEC_SIZE 4 59 60 #define MSG_CONF_OPTIONAL 213 61 #define MSG_CONF_OPTIONAL_SIZE 18 62 63 #define MSG_CONF_ALTER 235 64 #define MSG_CONF_ALTER_SIZE 9 65 66 #define MSG_CONF_DUMP 245 67 #define MSG_CONF_DUMP_SIZE 6 68 69 #define MSG_CONF_REALPATH 252 70 #define MSG_CONF_REALPATH_SIZE 8 71 72 #define MSG_CONF_NOALTER 232 73 #define MSG_CONF_NOALTER_SIZE 12 74 75 #define MSG_CONF_GROUP 261 76 #define MSG_CONF_GROUP_SIZE 5 77 78 #define MSG_CONF_APP 267 79 #define MSG_CONF_APP_SIZE 12 80 81 #define MSG_CONF_CMDLINE 280 82 #define MSG_CONF_CMDLINE_SIZE 12 83 84 #define MSG_CONF_FILTER 293 85 #define MSG_CONF_FILTER_SIZE 6 86 87 #define MSG_CONF_FILTEE 300 88 #define MSG_CONF_FILTEE_SIZE 6 89 90 #define MSG_GBL_NULL 0 91 #define MSG_GBL_NULL_SIZE 0 92 93 #else /* __lint */ 94 95 extern const char * _sgs_msg_libconv_config(Msg); 96 97 #ifndef MSG_SGS_LOCAL_ARRAY 98 #define MSG_SGS_LOCAL_ARRAY "" 99 #endif 100 101 extern const char __sgs_msg_libconv_config[]; 102 103 #define MSG_ORIG_STRTAB(_x, _s) _x 104 #define MSG_ORIG(x) x 105 #define MSG_INTL(x) x 106 107 #ifndef LINTSUP_SUPPRESS_STRINGS 108 109 #define MSG_CONF_EDLIBPATH "ELF-DEFAULT-LIBPATH" 110 #define MSG_CONF_EDLIBPATH_SIZE 19 111 112 #define MSG_CONF_ESLIBPATH "ELF-SECURE-LIBPATH" 113 #define MSG_CONF_ESLIBPATH_SIZE 18 114 115 #define MSG_CONF_ADLIBPATH "AOUT-DEFAULT-LIBPATH" 116 #define MSG_CONF_ADLIBPATH_SIZE 20 117 118 #define MSG_CONF_ASLIBPATH "AOUT-SECURE-LIBPATH" 119 #define MSG_CONF_ASLIBPATH_SIZE 19 120 121 #define MSG_CONF_DIRCFG "DIRECTORY-CONFIG" 122 #define MSG_CONF_DIRCFG_SIZE 16 123 124 #define MSG_CONF_OBJALT "OBJECT-ALTERNATIVES" 125 #define MSG_CONF_OBJALT_SIZE 19 126 127 #define MSG_CONF_MEMRESV "MEMORY-RESERVATION" 128 #define MSG_CONF_MEMRESV_SIZE 18 129 130 #define MSG_CONF_ENVS "ENVIRONMENT-VARIABLES" 131 #define MSG_CONF_ENVS_SIZE 21 132 133 #define MSG_CONF_FLTR "FILTER-ASSOCIATIONS" 134 #define MSG_CONF_FLTR_SIZE 19 135 136 #define MSG_CONF_DIRENT "DIR" 137 #define MSG_CONF_DIRENT_SIZE 3 138 139 #define MSG_CONF_ALLENTS "ALL-ENTRIES" 140 #define MSG_CONF_ALLENTS_SIZE 11 141 142 #define MSG_CONF_NOEXIST "NON-EXISTENT" 143 #define MSG_CONF_NOEXIST_SIZE 12 144 145 #define MSG_CONF_EXEC "EXEC" 146 #define MSG_CONF_EXEC_SIZE 4 147 148 #define MSG_CONF_OPTIONAL "OPTIONAL-ALTERNATE" 149 #define MSG_CONF_OPTIONAL_SIZE 18 150 151 #define MSG_CONF_ALTER "ALTERNATE" 152 #define MSG_CONF_ALTER_SIZE 9 153 154 #define MSG_CONF_DUMP "DUMPED" 155 #define MSG_CONF_DUMP_SIZE 6 156 157 #define MSG_CONF_REALPATH "REALPATH" 158 #define MSG_CONF_REALPATH_SIZE 8 159 160 #define MSG_CONF_NOALTER "NO-ALTERNATE" 161 #define MSG_CONF_NOALTER_SIZE 12 162 163 #define MSG_CONF_GROUP "GROUP" 164 #define MSG_CONF_GROUP_SIZE 5 165 166 #define MSG_CONF_APP "SPECIFIC-APP" 167 #define MSG_CONF_APP_SIZE 12 168 169 #define MSG_CONF_CMDLINE "COMMAND-LINE" 170 #define MSG_CONF_CMDLINE_SIZE 12 171 172 #define MSG_CONF_FILTER "FILTER" 173 #define MSG_CONF_FILTER_SIZE 6 174 175 #define MSG_CONF_FILTEE "FILTEE" 176 #define MSG_CONF_FILTEE_SIZE 6 177 178 #define MSG_GBL_NULL "" 179 #define MSG_GBL_NULL_SIZE 0 180 181 #endif /* LINTSUP_SUPPRESS_STRINGS */ 182 183 #endif /* __lint */ 184 185 #endif 186