make sure fole is opened binary on restore ... to make things work on windows --...
[rrdtool.git] / src / rrd_graph.h
index 09c2f1d..0339e0b 100644 (file)
@@ -13,6 +13,7 @@
 #define ALTAUTOSCALE_MAX 0x04  /* use alternative algorithm to find upper bounds */
 #define NOLEGEND       0x08    /* use no legend */
 #define NOMINOR         0x20    /* Turn off minor gridlines */
+#define ONLY_GRAPH      0x24   /* use only graph */
 
 
 enum tmt_en {TMT_SECOND=0,TMT_MINUTE,TMT_HOUR,TMT_DAY,