always open with rb/wb when it is a binary file ... unix and windows will work alike...
[rrdtool.git] / confignt / config.h
index f31bba1..3a7336b 100644 (file)
 
 #define snprintf _snprintf
 
-/* change this to %windir%/fonts */
-#define RRD_DEFAULT_FONT "c:/winnt/fonts/cour.ttf"
+/* 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
+