fix tcl issues ... build with pre tcl8.4 ... do not try to install into the tcl tree...
[rrdtool.git] / bindings / tcl / tclrrd.c
index 5d4e9b7..6a5250c 100644 (file)
 #include <rrd_tool.h>
 #include <rrd_format.h>
 
+/* support pre-8.4 tcl */
+
+#ifndef CONST84
+#   define CONST84
+#endif
+
 extern int Tclrrd_Init(Tcl_Interp *interp);
 extern int Tclrrd_SafeInit(Tcl_Interp *interp);