More Win32 build changes; thanks to Kerry Calvert.
[rrdtool.git] / confignt / config.h
index 261f0e6..f31bba1 100644 (file)
@@ -8,6 +8,12 @@
 /* Define if you have the <math.h> header file.  */
 #define HAVE_MATH_H 1
 
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+
 #define rrd_realloc(a,b) realloc((a), (b))
 
 #define snprintf _snprintf
+
+/* change this to %windir%/fonts */
+#define RRD_DEFAULT_FONT "c:/winnt/fonts/cour.ttf"