when walking the bytes use the pitch not the width
[rrdtool.git] / confignt / config.h
1 /* config.h.nt: what configure _would_ say, if it ran on NT */
2
3 #define STDC_HEADERS 1
4
5 /* Define if you have the strftime function.  */
6 #define HAVE_STRFTIME 1
7
8 /* Define if you have the <math.h> header file.  */
9 #define HAVE_MATH_H 1
10
11 #define HAVE_SYS_TYPES_H 1
12 #define HAVE_SYS_STAT_H 1
13
14 #define rrd_realloc(a,b) realloc((a), (b))
15
16 #define snprintf _snprintf
17
18 /* Code in rrd_graph.c:rrd_graph_init() uses the %windir% environment
19  * variable to find the actual location of this relative font path to avoid
20  * the recompile problem if the system directory is c:/windows vs. d:/winnt. 
21  */
22
23 #define RRD_DEFAULT_FONT "cour.ttf"
24
25 #define RRDGRAPH_YLEGEND_ANGLE 90.0
26
27 #define HAVE_STRING_H 1
28