Mercurial > hg > xemacs-beta
annotate src/xmmanagerp.h @ 5933:c1e8f3294298 cygwin
revert timeval comment, backed out change to winsock.h and just lots of warnings???
Also updated config.inc.samp to reflect a way to work around lack of windows-runnable hg
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 10 Dec 2015 17:55:59 +0000 |
parents | 308d34e9f07d |
children |
rev | line source |
---|---|
428 | 1 /* This file just includes the Motif header file ManagerP.h, but does |
2 the necessary magic to do this properly. | |
3 | |
4 This file is part of XEmacs. | |
5 | |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
1315
diff
changeset
|
6 XEmacs is free software: you can redistribute it and/or modify it |
428 | 7 under the terms of the GNU General Public License as published by the |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
1315
diff
changeset
|
8 Free Software Foundation, either version 3 of the License, or (at your |
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
1315
diff
changeset
|
9 option) any later version. |
428 | 10 |
11 XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
14 for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
1315
diff
changeset
|
17 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */ |
428 | 18 |
19 /* Synched up with: Not in FSF. */ | |
20 | |
21 /* ManagerP.h doesn't exist in old versions of Motif; the stuff is | |
22 in XmP.h instead */ | |
23 | |
440 | 24 #ifndef INCLUDED_xmmanagerp_h_ |
25 #define INCLUDED_xmmanagerp_h_ | |
26 | |
1315 | 27 #include "xmotif.h" /* to get XmVersion */ |
428 | 28 #if (XmVersion >= 1002) |
29 # include <Xm/ManagerP.h> | |
30 #else | |
1315 | 31 # include "xmprimitivep.h" |
428 | 32 #endif |
440 | 33 |
34 #endif /* INCLUDED_xmmanagerp_h_ */ |