#ifndef _GROUP_MSG_DOT_H #define _GROUP_MSG_DOT_H #include /* Msg typedef */ #ifndef __lint #define MSG_SGS_LOCAL_ARRAY __sgs_msg_libconv_group extern const char __sgs_msg_libconv_group[]; #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __sgs_msg_libconv_group) extern const char * _sgs_msg_libconv_group(Msg); #define MSG_INTL(x) _sgs_msg_libconv_group(x) #define MSG_GPH_PUBLIC 1 #define MSG_GPH_PUBLIC_SIZE 10 #define MSG_GPH_PRIVATE 12 #define MSG_GPH_PRIVATE_SIZE 11 #define MSG_GPH_ZERO 24 #define MSG_GPH_ZERO_SIZE 8 #define MSG_GPH_LDSO 33 #define MSG_GPH_LDSO_SIZE 8 #define MSG_GPH_FIRST 42 #define MSG_GPH_FIRST_SIZE 9 #define MSG_GPH_FILTEE 52 #define MSG_GPH_FILTEE_SIZE 10 #define MSG_GPH_INITIAL 63 #define MSG_GPH_INITIAL_SIZE 11 #define MSG_GPD_DLSYM 75 #define MSG_GPD_DLSYM_SIZE 9 #define MSG_GPD_RELOC 85 #define MSG_GPD_RELOC_SIZE 9 #define MSG_GPD_ADDEPS 95 #define MSG_GPD_ADDEPS_SIZE 10 #define MSG_GPD_PARENT 106 #define MSG_GPD_PARENT_SIZE 10 #define MSG_GPD_FILTER 117 #define MSG_GPD_FILTER_SIZE 10 #define MSG_GPD_REMOVE 128 #define MSG_GPD_REMOVE_SIZE 10 #define MSG_GBL_NULL 0 #define MSG_GBL_NULL_SIZE 0 #else /* __lint */ extern const char * _sgs_msg_libconv_group(Msg); #ifndef MSG_SGS_LOCAL_ARRAY #define MSG_SGS_LOCAL_ARRAY "" #endif extern const char __sgs_msg_libconv_group[]; #define MSG_ORIG_STRTAB(_x, _s) _x #define MSG_ORIG(x) x #define MSG_INTL(x) x #ifndef LINTSUP_SUPPRESS_STRINGS #define MSG_GPH_PUBLIC "GPH_PUBLIC" #define MSG_GPH_PUBLIC_SIZE 10 #define MSG_GPH_PRIVATE "GPH_PRIVATE" #define MSG_GPH_PRIVATE_SIZE 11 #define MSG_GPH_ZERO "GPH_ZERO" #define MSG_GPH_ZERO_SIZE 8 #define MSG_GPH_LDSO "GPH_LDSO" #define MSG_GPH_LDSO_SIZE 8 #define MSG_GPH_FIRST "GPH_FIRST" #define MSG_GPH_FIRST_SIZE 9 #define MSG_GPH_FILTEE "GPH_FILTEE" #define MSG_GPH_FILTEE_SIZE 10 #define MSG_GPH_INITIAL "GPH_INITIAL" #define MSG_GPH_INITIAL_SIZE 11 #define MSG_GPD_DLSYM "GPD_DLSYM" #define MSG_GPD_DLSYM_SIZE 9 #define MSG_GPD_RELOC "GPD_RELOC" #define MSG_GPD_RELOC_SIZE 9 #define MSG_GPD_ADDEPS "GPD_ADDEPS" #define MSG_GPD_ADDEPS_SIZE 10 #define MSG_GPD_PARENT "GPD_PARENT" #define MSG_GPD_PARENT_SIZE 10 #define MSG_GPD_FILTER "GPD_FILTER" #define MSG_GPD_FILTER_SIZE 10 #define MSG_GPD_REMOVE "GPD_REMOVE" #define MSG_GPD_REMOVE_SIZE 10 #define MSG_GBL_NULL "" #define MSG_GBL_NULL_SIZE 0 #endif /* LINTSUP_SUPPRESS_STRINGS */ #endif /* __lint */ #endif