home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / Tk / pTk / tkVMacro.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-10  |  536 b   |  38 lines

  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.  
  38.