From 205e4948de70eb9a067c09b44aae85f8f00f92a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wolfgang=20St=C3=B6ggl?= Date: Fri, 13 Jul 2018 13:51:58 +0200 Subject: [PATCH] Define HAVE_RRD_RESTORE (MSVC) - Enables restore functionality on Windows MSVC builds - Fixes ERROR: the instance of rrdtool has been compiled without XML import functions --- win32/rrd_config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win32/rrd_config.h b/win32/rrd_config.h index b694c101..a0f6a100 100644 --- a/win32/rrd_config.h +++ b/win32/rrd_config.h @@ -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 -- 2.47.2