merged updated win32 port by Larry Adams and the cacti team
[rrdtool.git] / win32 / config.h
index 1a9a9ed..587d02e 100644 (file)
@@ -6,6 +6,7 @@
 #include <float.h>
 #include <direct.h>
 #include <ctype.h>
+#include <stdlib.h>
 
 /* realloc does not support NULL as argument */
 
@@ -25,6 +26,7 @@
 #define HAVE_VSNPRINTF 1
 #define HAVE_SYS_TYPES_H 1
 #define HAVE_SYS_STAT_H 1
+#define HAVE_RRD_GRAPH 1
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1