X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_afm.c;h=f7eea892fc58492b44cd565677f61e9821efd5ec;hb=b869e4be6a7faf6d519ce07f88d7ae4e085db04a;hp=8bbe6552006bcb0f5b7d1c63bdfa83d2faff26c3;hpb=aa4d951ab71eb7fe57840c3baaddf36809806aef;p=rrdtool.git diff --git a/src/rrd_afm.c b/src/rrd_afm.c index 8bbe655..f7eea89 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -1,14 +1,16 @@ /**************************************************************************** - * RRDtool 1.2.10 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.15 Copyright by Tobi Oetiker, 1997-2006 **************************************************************************** * rrd_afm.h Parsing afm tables to find width of strings. ****************************************************************************/ -#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) -#include "../confignt/config.h" +#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H) +#include "../win32/config.h" #else +#ifdef HAVE_CONFIG_H #include "config.h" #endif +#endif #include "rrd_afm.h" #include "rrd_afm_data.h"