#ifndef _CAP_MSG_DOT_H #define _CAP_MSG_DOT_H #include /* Msg typedef */ #ifndef __lint #define MSG_SGS_LOCAL_ARRAY __sgs_msg_libconv_cap extern const char __sgs_msg_libconv_cap[]; #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __sgs_msg_libconv_cap) extern const char * _sgs_msg_libconv_cap(Msg); #define MSG_INTL(x) _sgs_msg_libconv_cap(x) #define MSG_CA_SUNW_NULL_CF 1 #define MSG_CA_SUNW_NULL_CF_SIZE 12 #define MSG_CA_SUNW_NULL_NF 14 #define MSG_CA_SUNW_NULL_NF_SIZE 4 #define MSG_CA_SUNW_HW_1_CF 19 #define MSG_CA_SUNW_HW_1_CF_SIZE 12 #define MSG_CA_SUNW_HW_1_NF 32 #define MSG_CA_SUNW_HW_1_NF_SIZE 4 #define MSG_CA_SUNW_SF_1_CF 37 #define MSG_CA_SUNW_SF_1_CF_SIZE 12 #define MSG_CA_SUNW_SF_1_NF 50 #define MSG_CA_SUNW_SF_1_NF_SIZE 4 #define MSG_CA_SUNW_HW_2_CF 55 #define MSG_CA_SUNW_HW_2_CF_SIZE 12 #define MSG_CA_SUNW_HW_2_NF 68 #define MSG_CA_SUNW_HW_2_NF_SIZE 4 #define MSG_CA_SUNW_PLAT_CF 73 #define MSG_CA_SUNW_PLAT_CF_SIZE 12 #define MSG_CA_SUNW_PLAT_NF 86 #define MSG_CA_SUNW_PLAT_NF_SIZE 4 #define MSG_CA_SUNW_MACH_CF 91 #define MSG_CA_SUNW_MACH_CF_SIZE 12 #define MSG_CA_SUNW_MACH_NF 104 #define MSG_CA_SUNW_MACH_NF_SIZE 4 #define MSG_CA_SUNW_ID_CF 109 #define MSG_CA_SUNW_ID_CF_SIZE 10 #define MSG_CA_SUNW_ID_NF 120 #define MSG_CA_SUNW_ID_NF_SIZE 2 #define MSG_GBL_ZERO 123 #define MSG_GBL_ZERO_SIZE 1 #define MSG_GBL_OSQBRKT 125 #define MSG_GBL_OSQBRKT_SIZE 10 #define MSG_GBL_CSQBRKT 136 #define MSG_GBL_CSQBRKT_SIZE 2 #else /* __lint */ extern const char * _sgs_msg_libconv_cap(Msg); #ifndef MSG_SGS_LOCAL_ARRAY #define MSG_SGS_LOCAL_ARRAY "" #endif extern const char __sgs_msg_libconv_cap[]; #define MSG_ORIG_STRTAB(_x, _s) _x #define MSG_ORIG(x) x #define MSG_INTL(x) x #ifndef LINTSUP_SUPPRESS_STRINGS #define MSG_CA_SUNW_NULL_CF "CA_SUNW_NULL" #define MSG_CA_SUNW_NULL_CF_SIZE 12 #define MSG_CA_SUNW_NULL_NF "null" #define MSG_CA_SUNW_NULL_NF_SIZE 4 #define MSG_CA_SUNW_HW_1_CF "CA_SUNW_HW_1" #define MSG_CA_SUNW_HW_1_CF_SIZE 12 #define MSG_CA_SUNW_HW_1_NF "hw_1" #define MSG_CA_SUNW_HW_1_NF_SIZE 4 #define MSG_CA_SUNW_SF_1_CF "CA_SUNW_SF_1" #define MSG_CA_SUNW_SF_1_CF_SIZE 12 #define MSG_CA_SUNW_SF_1_NF "sf_1" #define MSG_CA_SUNW_SF_1_NF_SIZE 4 #define MSG_CA_SUNW_HW_2_CF "CA_SUNW_HW_2" #define MSG_CA_SUNW_HW_2_CF_SIZE 12 #define MSG_CA_SUNW_HW_2_NF "hw_2" #define MSG_CA_SUNW_HW_2_NF_SIZE 4 #define MSG_CA_SUNW_PLAT_CF "CA_SUNW_PLAT" #define MSG_CA_SUNW_PLAT_CF_SIZE 12 #define MSG_CA_SUNW_PLAT_NF "plat" #define MSG_CA_SUNW_PLAT_NF_SIZE 4 #define MSG_CA_SUNW_MACH_CF "CA_SUNW_MACH" #define MSG_CA_SUNW_MACH_CF_SIZE 12 #define MSG_CA_SUNW_MACH_NF "mach" #define MSG_CA_SUNW_MACH_NF_SIZE 4 #define MSG_CA_SUNW_ID_CF "CA_SUNW_ID" #define MSG_CA_SUNW_ID_CF_SIZE 10 #define MSG_CA_SUNW_ID_NF "id" #define MSG_CA_SUNW_ID_NF_SIZE 2 #define MSG_GBL_ZERO "0" #define MSG_GBL_ZERO_SIZE 1 #define MSG_GBL_OSQBRKT "0x%llx [ " #define MSG_GBL_OSQBRKT_SIZE 10 #define MSG_GBL_CSQBRKT " ]" #define MSG_GBL_CSQBRKT_SIZE 2 #endif /* LINTSUP_SUPPRESS_STRINGS */ #endif /* __lint */ #endif