From: Wolfgang Stöggl Date: Fri, 13 Jul 2018 11:51:58 +0000 (+0200) Subject: Define HAVE_RRD_RESTORE (MSVC) X-Git-Tag: v1.7.1~57^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F893%2Fhead;p=thirdparty%2Frrdtool-1.x.git 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 --- 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