home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _8ff764514acbbf429917d564ccd16456 < prev    next >
Encoding:
Text File  |  2004-04-13  |  710 b   |  47 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. #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.  
  47.