X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=win32%2Fconfig.h;fp=win32%2Fconfig.h;h=9d2603ea230a6db040aea7736ed795d0091417af;hb=412b079ae92adc47a82bfc6a27de37a537420a26;hp=965d52528dde4bfe15df258b20417c1d3bcdbdb1;hpb=5ae9312d35bd9931a761a15cbf1e8effe2e7b5d4;p=pkg-rrdtool.git diff --git a/win32/config.h b/win32/config.h index 965d525..9d2603e 100644 --- a/win32/config.h +++ b/win32/config.h @@ -37,14 +37,14 @@ #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 @@ -56,5 +56,4 @@ /* #define DEBUG 1 */ -#endif /* CONFIG_H */ - +#endif /* CONFIG_H */