#ifndef _TIME_MSG_DOT_H #define _TIME_MSG_DOT_H #include /* Msg typedef */ #ifndef __lint #define MSG_SGS_LOCAL_ARRAY __sgs_msg_libconv_time extern const char __sgs_msg_libconv_time[]; #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __sgs_msg_libconv_time) extern const char * _sgs_msg_libconv_time(Msg); #define MSG_INTL(x) _sgs_msg_libconv_time(x) #define MSG_TIME_HMSF 1 #define MSG_TIME_HMSF_SIZE 19 #define MSG_TIME_MSF 4 #define MSG_TIME_MSF_SIZE 16 #define MSG_TIME_SF 7 #define MSG_TIME_SF_SIZE 13 #else /* __lint */ extern const char * _sgs_msg_libconv_time(Msg); #ifndef MSG_SGS_LOCAL_ARRAY #define MSG_SGS_LOCAL_ARRAY "" #endif extern const char __sgs_msg_libconv_time[]; #define MSG_ORIG_STRTAB(_x, _s) _x #define MSG_ORIG(x) x #define MSG_INTL(x) x #ifndef LINTSUP_SUPPRESS_STRINGS #define MSG_TIME_HMSF "%d.%d.%.2ld.%.6ld: " #define MSG_TIME_HMSF_SIZE 19 #define MSG_TIME_MSF "%d.%.2ld.%.6ld: " #define MSG_TIME_MSF_SIZE 16 #define MSG_TIME_SF "%.2ld.%.6ld: " #define MSG_TIME_SF_SIZE 13 #endif /* LINTSUP_SUPPRESS_STRINGS */ #endif /* __lint */ #endif