#ifndef _LDDSTUB_MSG_DOT_H #define _LDDSTUB_MSG_DOT_H #include /* Msg typedef */ #ifndef __lint #define MSG_SGS_LOCAL_ARRAY __sgs_msg_libconv_lddstub extern const char __sgs_msg_libconv_lddstub[]; #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __sgs_msg_libconv_lddstub) extern const char * _sgs_msg_libconv_lddstub(Msg); #define MSG_INTL(x) _sgs_msg_libconv_lddstub(x) #define MSG_ORG_32LDD_32STUB 4 #define MSG_ORG_32LDD_32STUB_SIZE 15 #define MSG_ORG_32LDD_64STUB 23 #define MSG_ORG_32LDD_64STUB_SIZE 18 #define MSG_ORG_64LDD_32STUB 1 #define MSG_ORG_64LDD_32STUB_SIZE 18 #define MSG_ORG_64LDD_64STUB 20 #define MSG_ORG_64LDD_64STUB_SIZE 21 #define MSG_PTH_LDDSTUB 42 #define MSG_PTH_LDDSTUB_SIZE 16 #define MSG_PTH_LDDSTUB_64 59 #define MSG_PTH_LDDSTUB_64_SIZE 19 #else /* __lint */ extern const char * _sgs_msg_libconv_lddstub(Msg); #ifndef MSG_SGS_LOCAL_ARRAY #define MSG_SGS_LOCAL_ARRAY "" #endif extern const char __sgs_msg_libconv_lddstub[]; #define MSG_ORIG_STRTAB(_x, _s) _x #define MSG_ORIG(x) x #define MSG_INTL(x) x #ifndef LINTSUP_SUPPRESS_STRINGS #define MSG_ORG_32LDD_32STUB "/../lib/lddstub" #define MSG_ORG_32LDD_32STUB_SIZE 15 #define MSG_ORG_32LDD_64STUB "/../lib/64/lddstub" #define MSG_ORG_32LDD_64STUB_SIZE 18 #define MSG_ORG_64LDD_32STUB "/../../lib/lddstub" #define MSG_ORG_64LDD_32STUB_SIZE 18 #define MSG_ORG_64LDD_64STUB "/../../lib/64/lddstub" #define MSG_ORG_64LDD_64STUB_SIZE 21 #define MSG_PTH_LDDSTUB "/usr/lib/lddstub" #define MSG_PTH_LDDSTUB_SIZE 16 #define MSG_PTH_LDDSTUB_64 "/usr/lib/64/lddstub" #define MSG_PTH_LDDSTUB_64_SIZE 19 #endif /* LINTSUP_SUPPRESS_STRINGS */ #endif /* __lint */ #endif