]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Define HAVE_RRD_RESTORE (MSVC) 893/head
authorWolfgang Stöggl <c72578@yahoo.de>
Fri, 13 Jul 2018 11:51:58 +0000 (13:51 +0200)
committerWolfgang Stöggl <c72578@yahoo.de>
Fri, 13 Jul 2018 11:51:58 +0000 (13:51 +0200)
- Enables restore functionality on Windows MSVC builds
- Fixes ERROR: the instance of rrdtool has been compiled without XML
  import functions

win32/rrd_config.h

index b694c1010f6d87233a870ebdb022897b75171629..a0f6a1006086f4b3988d4095c01b926e01d9b3c2 100644 (file)
@@ -70,6 +70,9 @@
 /* is rrd_graph supported by this install */
 #define HAVE_RRD_GRAPH /**/
 
+/* is rrd_restore supported by this install */
+#define HAVE_RRD_RESTORE /**/
+
 /* Define to 1 if you have the `snprintf' function. */
 #define HAVE_SNPRINTF 1