/* * * Commonly used constant strings */ #ifndef _X11_STRINGDEFS_H #define _X11_STRINGDEFS_H # ifdef __cplusplus extern "C" { # endif #undef externalref #define externalref extern #ifdef X11R3 /* old DECwindows */ #else /* Motif */ #ifdef XTSTRINGDEFINES #else /* !XTSTRINGDEFINES */ externalref __const char _XtStrings[] __asm("_$$PsectAttributes_GLOBALSYMBOL_NOWRT$$_XtStrings"); #endif /* !XTSTRINGDEFINES */ #endif /* ?X11R3 */ #include "decw$include:StringDefs.h" # ifdef __cplusplus } # endif #endif /*_X11_STRINGDEFS_H*/