X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=win32%2Fconfig.h;h=d3bf6e63fd28f77f5d7323e9229068d7a578f7ab;hb=e242c64b1678184f8071bb8b735ca11e9b87bb72;hp=965d52528dde4bfe15df258b20417c1d3bcdbdb1;hpb=b869e4be6a7faf6d519ce07f88d7ae4e085db04a;p=rrdtool.git diff --git a/win32/config.h b/win32/config.h index 965d525..d3bf6e6 100644 --- a/win32/config.h +++ b/win32/config.h @@ -37,24 +37,20 @@ #define finite _finite #define snprintf _snprintf #define vsnprintf _vsnprintf -#define strftime strftime_ +#define strftime strftime_ #define NO_NULL_REALLOC 1 #if NO_NULL_REALLOC # define rrd_realloc(a,b) ( (a) == NULL ? malloc( (b) ) : realloc( (a) , (b) )) #else # define rrd_realloc(a,b) realloc((a), (b)) -#endif +#endif /* Vertical label angle: 90.0 (default) or 270.0 */ #define RRDGRAPH_YLEGEND_ANGLE 90.0 -#define RRD_DEFAULT_FONT "arial.ttf" -/* #define RRD_DEFAULT_FONT "DejaVuSansMono-Roman.ttf" */ - -/* #define WITH_PIECHART 1 */ +#define RRD_DEFAULT_FONT "Courier" /* #define DEBUG 1 */ -#endif /* CONFIG_H */ - +#endif /* CONFIG_H */