relax parsing of LINE commands LINE: is valid as well as LINE<double>:
[rrdtool.git] / confignt / config.h
index 4e4c37c..3a7336b 100644 (file)
 #define rrd_realloc(a,b) realloc((a), (b))
 
 #define snprintf _snprintf
+
+/* Code in rrd_graph.c:rrd_graph_init() uses the %windir% environment
+ * variable to find the actual location of this relative font path to avoid
+ * the recompile problem if the system directory is c:/windows vs. d:/winnt. 
+ */
+
+#define RRD_DEFAULT_FONT "cour.ttf"
+
+#define RRDGRAPH_YLEGEND_ANGLE 90.0
+
+#define HAVE_STRING_H 1
+