Code

make sure fole is opened binary on restore ... to make things work on windows --...
[rrdtool-all.git] / program / src / rrd_graph.h
index 09c2f1d7fd0b302e06f8cff4da0f0fdcd348e1cb..0339e0b4e410bfa2a9918bb49e32c729e27f54f3 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,