#ifndef _CONFIG_MSG_DOT_H #define _CONFIG_MSG_DOT_H #include /* Msg typedef */ #ifndef __lint #define MSG_SGS_LOCAL_ARRAY __sgs_msg_libconv_config extern const char __sgs_msg_libconv_config[]; #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __sgs_msg_libconv_config) extern const char * _sgs_msg_libconv_config(Msg); #define MSG_INTL(x) _sgs_msg_libconv_config(x) #define MSG_CONF_EDLIBPATH 1 #define MSG_CONF_EDLIBPATH_SIZE 19 #define MSG_CONF_ESLIBPATH 21 #define MSG_CONF_ESLIBPATH_SIZE 18 #define MSG_CONF_ADLIBPATH 40 #define MSG_CONF_ADLIBPATH_SIZE 20 #define MSG_CONF_ASLIBPATH 61 #define MSG_CONF_ASLIBPATH_SIZE 19 #define MSG_CONF_DIRCFG 81 #define MSG_CONF_DIRCFG_SIZE 16 #define MSG_CONF_OBJALT 98 #define MSG_CONF_OBJALT_SIZE 19 #define MSG_CONF_MEMRESV 118 #define MSG_CONF_MEMRESV_SIZE 18 #define MSG_CONF_ENVS 137 #define MSG_CONF_ENVS_SIZE 21 #define MSG_CONF_FLTR 159 #define MSG_CONF_FLTR_SIZE 19 #define MSG_CONF_DIRENT 179 #define MSG_CONF_DIRENT_SIZE 3 #define MSG_CONF_ALLENTS 183 #define MSG_CONF_ALLENTS_SIZE 11 #define MSG_CONF_NOEXIST 195 #define MSG_CONF_NOEXIST_SIZE 12 #define MSG_CONF_EXEC 208 #define MSG_CONF_EXEC_SIZE 4 #define MSG_CONF_OPTIONAL 213 #define MSG_CONF_OPTIONAL_SIZE 18 #define MSG_CONF_ALTER 235 #define MSG_CONF_ALTER_SIZE 9 #define MSG_CONF_DUMP 245 #define MSG_CONF_DUMP_SIZE 6 #define MSG_CONF_REALPATH 252 #define MSG_CONF_REALPATH_SIZE 8 #define MSG_CONF_NOALTER 232 #define MSG_CONF_NOALTER_SIZE 12 #define MSG_CONF_GROUP 261 #define MSG_CONF_GROUP_SIZE 5 #define MSG_CONF_APP 267 #define MSG_CONF_APP_SIZE 12 #define MSG_CONF_CMDLINE 280 #define MSG_CONF_CMDLINE_SIZE 12 #define MSG_CONF_FILTER 293 #define MSG_CONF_FILTER_SIZE 6 #define MSG_CONF_FILTEE 300 #define MSG_CONF_FILTEE_SIZE 6 #define MSG_GBL_NULL 0 #define MSG_GBL_NULL_SIZE 0 #else /* __lint */ extern const char * _sgs_msg_libconv_config(Msg); #ifndef MSG_SGS_LOCAL_ARRAY #define MSG_SGS_LOCAL_ARRAY "" #endif extern const char __sgs_msg_libconv_config[]; #define MSG_ORIG_STRTAB(_x, _s) _x #define MSG_ORIG(x) x #define MSG_INTL(x) x #ifndef LINTSUP_SUPPRESS_STRINGS #define MSG_CONF_EDLIBPATH "ELF-DEFAULT-LIBPATH" #define MSG_CONF_EDLIBPATH_SIZE 19 #define MSG_CONF_ESLIBPATH "ELF-SECURE-LIBPATH" #define MSG_CONF_ESLIBPATH_SIZE 18 #define MSG_CONF_ADLIBPATH "AOUT-DEFAULT-LIBPATH" #define MSG_CONF_ADLIBPATH_SIZE 20 #define MSG_CONF_ASLIBPATH "AOUT-SECURE-LIBPATH" #define MSG_CONF_ASLIBPATH_SIZE 19 #define MSG_CONF_DIRCFG "DIRECTORY-CONFIG" #define MSG_CONF_DIRCFG_SIZE 16 #define MSG_CONF_OBJALT "OBJECT-ALTERNATIVES" #define MSG_CONF_OBJALT_SIZE 19 #define MSG_CONF_MEMRESV "MEMORY-RESERVATION" #define MSG_CONF_MEMRESV_SIZE 18 #define MSG_CONF_ENVS "ENVIRONMENT-VARIABLES" #define MSG_CONF_ENVS_SIZE 21 #define MSG_CONF_FLTR "FILTER-ASSOCIATIONS" #define MSG_CONF_FLTR_SIZE 19 #define MSG_CONF_DIRENT "DIR" #define MSG_CONF_DIRENT_SIZE 3 #define MSG_CONF_ALLENTS "ALL-ENTRIES" #define MSG_CONF_ALLENTS_SIZE 11 #define MSG_CONF_NOEXIST "NON-EXISTENT" #define MSG_CONF_NOEXIST_SIZE 12 #define MSG_CONF_EXEC "EXEC" #define MSG_CONF_EXEC_SIZE 4 #define MSG_CONF_OPTIONAL "OPTIONAL-ALTERNATE" #define MSG_CONF_OPTIONAL_SIZE 18 #define MSG_CONF_ALTER "ALTERNATE" #define MSG_CONF_ALTER_SIZE 9 #define MSG_CONF_DUMP "DUMPED" #define MSG_CONF_DUMP_SIZE 6 #define MSG_CONF_REALPATH "REALPATH" #define MSG_CONF_REALPATH_SIZE 8 #define MSG_CONF_NOALTER "NO-ALTERNATE" #define MSG_CONF_NOALTER_SIZE 12 #define MSG_CONF_GROUP "GROUP" #define MSG_CONF_GROUP_SIZE 5 #define MSG_CONF_APP "SPECIFIC-APP" #define MSG_CONF_APP_SIZE 12 #define MSG_CONF_CMDLINE "COMMAND-LINE" #define MSG_CONF_CMDLINE_SIZE 12 #define MSG_CONF_FILTER "FILTER" #define MSG_CONF_FILTER_SIZE 6 #define MSG_CONF_FILTEE "FILTEE" #define MSG_CONF_FILTEE_SIZE 6 #define MSG_GBL_NULL "" #define MSG_GBL_NULL_SIZE 0 #endif /* LINTSUP_SUPPRESS_STRINGS */ #endif /* __lint */ #endif