Updated/added MVSC++ 6.0 project files for compilation of
[rrdtool.git] / src / ntconfig.h
diff --git a/src/ntconfig.h b/src/ntconfig.h
deleted file mode 100644 (file)
index 78fde7a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/* config.h.nt: what configure _would_ say, if it ran on NT */
-
-#define STDC_HEADERS 1
-
-/* Define if you have the strftime function.  */
-#define HAVE_STRFTIME 1
-
-/* Define if you have the <math.h> header file.  */
-#define HAVE_MATH_H 1
-
-#define rrd_realloc(a,b) realloc((a), (b))