#ifndef _VERSION_MSG_DOT_H #define _VERSION_MSG_DOT_H #include /* Msg typedef */ #ifndef __lint #define MSG_SGS_LOCAL_ARRAY __sgs_msg_libconv_version extern const char __sgs_msg_libconv_version[]; #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __sgs_msg_libconv_version) extern const char * _sgs_msg_libconv_version(Msg); #define MSG_INTL(x) _sgs_msg_libconv_version(x) #define MSG_VER_FLG_WEAK 1 #define MSG_VER_FLG_WEAK_SIZE 4 #define MSG_VER_FLG_BASE 6 #define MSG_VER_FLG_BASE_SIZE 4 #define MSG_VER_FLG_INFO 11 #define MSG_VER_FLG_INFO_SIZE 4 #define MSG_VERSYM_ELIMINATE 16 #define MSG_VERSYM_ELIMINATE_SIZE 4 #define MSG_GBL_NULL 0 #define MSG_GBL_NULL_SIZE 0 #define MSG_VERSYM_FMT 21 #define MSG_VERSYM_FMT_SIZE 2 #define MSG_VERSYM_GNUH_FMT 24 #define MSG_VERSYM_GNUH_FMT_SIZE 3 #else /* __lint */ extern const char * _sgs_msg_libconv_version(Msg); #ifndef MSG_SGS_LOCAL_ARRAY #define MSG_SGS_LOCAL_ARRAY "" #endif extern const char __sgs_msg_libconv_version[]; #define MSG_ORIG_STRTAB(_x, _s) _x #define MSG_ORIG(x) x #define MSG_INTL(x) x #ifndef LINTSUP_SUPPRESS_STRINGS #define MSG_VER_FLG_WEAK "WEAK" #define MSG_VER_FLG_WEAK_SIZE 4 #define MSG_VER_FLG_BASE "BASE" #define MSG_VER_FLG_BASE_SIZE 4 #define MSG_VER_FLG_INFO "INFO" #define MSG_VER_FLG_INFO_SIZE 4 #define MSG_VERSYM_ELIMINATE "ELIM" #define MSG_VERSYM_ELIMINATE_SIZE 4 #define MSG_GBL_NULL "" #define MSG_GBL_NULL_SIZE 0 #define MSG_VERSYM_FMT "%d" #define MSG_VERSYM_FMT_SIZE 2 #define MSG_VERSYM_GNUH_FMT "%dH" #define MSG_VERSYM_GNUH_FMT_SIZE 3 #endif /* LINTSUP_SUPPRESS_STRINGS */ #endif /* __lint */ #endif