/* * * Xt constraint widget. */ #ifndef _X11_CONSTRAINT_H #define _X11_CONSTRAINT_H # ifdef __cplusplus extern "C" { # endif #undef externalref #define externalref extern #ifndef CONSTRAINT /* this matches decw$include:Constraint.h */ externalref WidgetClass constraintWidgetClass __asm("_$$PsectAttributes_GLOBALSYMBOL$$constraintWidgetClass"); #endif #include "decw$include:Constraint.h" # ifdef __cplusplus } # endif #endif /*_X11_CONSTRAINT_H*/