home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _8ff764514acbbf429917d564ccd16456 < prev    next >
Encoding:
Text File  |  2004-06-01  |  1.0 KB  |  70 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 <X11/Xlib.h>
  12. # endif
  13. # ifdef _TKINTXLIBDECLS
  14. #  include "tkIntXlibDecls.m"
  15. # else
  16. #  if defined(_XLIB_H) && !defined(_XLIB)
  17. #   define _XLIB
  18. #  endif
  19. #  include "Xlib.m"
  20. # endif
  21. #endif
  22.  
  23. #ifdef _TKINT
  24. #include "tkInt.m"
  25. #endif
  26. #ifdef _TKIMGPHOTO
  27. #include "tkImgPhoto.m"
  28. #endif
  29. #ifdef _TIX
  30. #include "tix.m"
  31. #endif
  32. #ifdef _TIXINT
  33. #include "tixInt.m"
  34. #endif
  35. #ifdef _TKOPTION
  36. #include "tkOption.m"
  37. #endif
  38. #ifdef _TIXIMGXPM
  39. #include "tixImgXpm.m"
  40. #endif
  41. #ifdef _IMGINT
  42. #include "imgInt.m"
  43. #endif
  44.  
  45. #ifdef _TCLDECLS
  46. #include "tclDecls.m"
  47. #endif
  48.  
  49. #ifdef _TKDECLS
  50. #include "tkDecls.m"
  51. #endif
  52.  
  53. #ifdef _TKPLATDECLS
  54. #include "tkPlatDecls.m"
  55. #endif
  56.  
  57. #ifdef _TKINTDECLS
  58. #include "tkIntDecls.m"
  59. #endif
  60.  
  61. #ifdef _TKINTPLATDECLS
  62. #include "tkIntPlatDecls.m"
  63. #endif
  64.  
  65. #ifdef _TKEVENT
  66. #include "tkEvent.m"
  67. #endif
  68.  
  69.  
  70.