Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / pTk / tkVMacro.h
CommitLineData
86530b38
AT
1#ifdef _LANG
2#include "Lang.m"
3#endif
4
5#if defined(_TK)
6#include "tk.m"
7#endif
8
9#if defined(_TK) || defined(_XLIB_H_)
10#if !defined(_XLIB) && !defined(_XLIB_H_)
11#include "Xlib.h"
12#endif
13#if defined(_XLIB_H) && !defined(_XLIB)
14#define _XLIB
15#endif
16#include "Xlib.m"
17#endif
18
19#ifdef _TKINT
20#include "tkInt.m"
21#endif
22#ifdef _TKIMGPHOTO
23#include "tkImgPhoto.m"
24#endif
25#ifdef _TIX
26#include "tix.m"
27#endif
28#ifdef _TIXINT
29#include "tixInt.m"
30#endif
31#ifdef _TKOPTION
32#include "tkOption.m"
33#endif
34#ifdef _TIXIMGXPM
35#include "tixImgXpm.m"
36#endif
37#ifdef _TKWIN
38#include "tkWin.m"
39#endif
40#ifdef _TKWININT
41#include "tkWinInt.m"
42#endif
43#ifdef _IMGINT
44#include "imgInt.m"
45#endif
46