X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_tool.h;h=cf4f45c5ba9b28646d3544181e07dd4664f1b7ed;hb=a23d669b0e20649182eea50c4d13b509fa9d6a4a;hp=1d8a2149ac6dcc2ee1928d9e438cac4c9ca21a2c;hpb=2e6c98e893777e4abf7b05cb4ecf81dde088cdb8;p=rrdtool.git diff --git a/src/rrd_tool.h b/src/rrd_tool.h index 1d8a214..cf4f45c 100644 --- a/src/rrd_tool.h +++ b/src/rrd_tool.h @@ -11,12 +11,10 @@ extern "C" { #ifndef _RRD_TOOL_H #define _RRD_TOOL_H -#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H) -#include "../win32/config.h" -#else #ifdef HAVE_CONFIG_H #include "../rrd_config.h" -#endif +#elif defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) +#include "../win32/config.h" #endif #ifdef MUST_DISABLE_SIGFPE