/* * * Motif string definitions. */ #ifndef _XM_XMSTRDEFS_H #define _XM_XMSTRDEFS_H # ifdef __cplusplus extern "C" { # endif #undef externalref #define externalref extern #ifdef XMSTRINGDEFINES #else /* !XMSTRINGDEFINES */ #ifndef _XmConst #define _XmConst __const__ #endif externalref _XmConst char _XmStrings[] __asm("_$$PsectAttributes_GLOBALSYMBOL_NOWRT$$_XmStrings"); # ifdef DEC_MOTIF_EXTENSION externalref _XmConst char _DXmStrings[] __asm("_$$PsectAttributes_GLOBALSYMBOL_NOWRT$$_DXmStrings"); # endif #endif /* !XMSTRINGDEFINES */ #include "decw$include:XmStrDefs.h" # ifdef __cplusplus } # endif #endif /*_XM_XMSTRDEFS_H*/