Mercurial > hg > xemacs-beta
comparison src/xmmanagerp.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
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 | |
29 #include <Xm/Xm.h> /* to get XmVersion */ | 26 #include <Xm/Xm.h> /* to get XmVersion */ |
30 #if (XmVersion >= 1002) | 27 #if (XmVersion >= 1002) |
31 # include <Xm/ManagerP.h> | 28 # include <Xm/ManagerP.h> |
32 #else | 29 #else |
33 # include <Xm/XmP.h> | 30 # include <Xm/XmP.h> |
34 #endif | 31 #endif |
35 | |
36 #endif /* INCLUDED_xmmanagerp_h_ */ |