1 #include <tcl.h>
2 #include <tk.h>
3 
4 #if TK_MAJOR_VERSION==8 && TK_MINOR_VERSION>=4
5 #define tcl_const const
6 #else
7 #define tcl_const
8 #endif
9