X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_tool.h;h=40a484601e021f78b3b3af7f081dc82968e105e6;hb=d95ec14cc12d5793cd1a3634a9d9b805de10af3e;hp=de35e46df533a01f881c6cd82b8ce29ce013c191;hpb=bb124879717bdb65640cd50ce99e3569cb0a9a3f;p=rrdtool.git diff --git a/src/rrd_tool.h b/src/rrd_tool.h index de35e46..40a4846 100644 --- a/src/rrd_tool.h +++ b/src/rrd_tool.h @@ -10,10 +10,12 @@ extern "C" { #ifndef _RRD_TOOL_H #define _RRD_TOOL_H +#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) +#include "../win32/config.h" +#else #ifdef HAVE_CONFIG_H #include "../rrd_config.h" -#elif defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) -#include "../win32/config.h" +#endif #endif #include "rrd.h"