Initial revision
[rrdtool.git] / src / ntconfig.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 rrd_realloc(a,b) realloc((a), (b))