More Win32 build changes; thanks to Kerry Calvert.
[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 /* change this to %windir%/fonts */
19 #define RRD_DEFAULT_FONT "c:/winnt/fonts/cour.ttf"