Mercurial > hg > xemacs-beta
comparison src/xmmanagerp.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | 70921960b980 |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
21 /* Synched up with: Not in FSF. */ | 21 /* Synched up with: Not in FSF. */ |
22 | 22 |
23 /* ManagerP.h doesn't exist in old versions of Motif; the stuff is | 23 /* ManagerP.h doesn't exist in old versions of Motif; the stuff is |
24 in XmP.h instead */ | 24 in XmP.h instead */ |
25 | 25 |
26 #ifndef INCLUDED_xmmanagerp_h_ | |
27 #define INCLUDED_xmmanagerp_h_ | |
28 | |
26 #include <Xm/Xm.h> /* to get XmVersion */ | 29 #include <Xm/Xm.h> /* to get XmVersion */ |
27 #if (XmVersion >= 1002) | 30 #if (XmVersion >= 1002) |
28 # include <Xm/ManagerP.h> | 31 # include <Xm/ManagerP.h> |
29 #else | 32 #else |
30 # include <Xm/XmP.h> | 33 # include <Xm/XmP.h> |
31 #endif | 34 #endif |
35 | |
36 #endif /* INCLUDED_xmmanagerp_h_ */ |