source: Sophya/trunk/Poubelle/DPC:FitsIOServer/PI/pisysdep.h@ 658

Last change on this file since 658 was 658, checked in by ansari, 26 years ago

no message

File size: 1.2 KB
Line 
1#ifndef PISYSDEP_SEEN
2#define PISYSDEP_SEEN
3
4#ifdef __MWERKS__ // Macintosh
5
6 #define PIWDG_H "piwdgmac.h"
7 #define PICONT_H "picontainermac.h"
8 #define PIWIN_H "piwindowmac.h"
9 #define PISTDWDG_H "pistdwdgmac.h"
10 #define PIMENU_H "pimenumac.h"
11 #define PIMENUBAR_H "pimenubarmac.h"
12 #define PIOPTMENU_H "pioptmenumac.h"
13 #define PIFILECHO_H "pifilechomac.h"
14 #define PILIST_H "pilistmac.h"
15
16 #define PIAPP_H "piapplmac.h"
17
18 #define PIBWDG_H "pibwdgmac.h"
19 #define PIGRAPHIC_H "pigraphmac.h"
20
21 #define PICMAPNTV_H "picmapmac.h"
22 #define PICMAP_H "picmap.h"
23 #define PIPIXMAP_H "pipixmapmac.h"
24
25
26#else // XWindow
27 #define PIWDG_H "piwdgx.h"
28 #define PICONT_H "picontainerx.h"
29 #define PIWIN_H "piwindowx.h"
30 #define PISTDWDG_H "pistdwdgx.h"
31 #define PIMENU_H "pimenux.h"
32 #define PIMENUBAR_H "pimenubarx.h"
33 #define PIOPTMENU_H "pioptmenux.h"
34 #define PIFILECHO_H "pifilechox.h"
35 #define PILIST_H "pilistx.h"
36
37 #define PIAPP_H "piapplx.h"
38
39 #define PIBWDG_H "pibwdgx.h"
40 #define PIGRAPHIC_H "pigraphx.h"
41
42 #define PICMAPNTV_H "picmapx.h"
43 #define PICMAP_H "picmap.h"
44 #define PIPIXMAP_H "pipixmapx.h"
45
46 #define PIPERIODIC_H "piperiodx.h"
47
48#endif
49
50#endif
Note: See TracBrowser for help on using the repository browser.