X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_afm.c;h=622b4d0398e82c38219a02c85bc9f061e555e8e0;hp=c9996d0b24031dd946a3816647af1820546ee283;hb=990fcfb7eec407edfe504f42760bae204e1c074d;hpb=0c87c2676bb826f8defb40d7d45e771ecd40550c diff --git a/src/rrd_afm.c b/src/rrd_afm.c index c9996d0..622b4d0 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -1,10 +1,14 @@ /**************************************************************************** - * RRDtool 1.1.x Copyright Tobias Oetiker, 1997 - 2002 + * RRDtool 1.2rc9 Copyright by Tobi Oetiker, 1997-2005 **************************************************************************** * rrd_afm.h Parsing afm tables to find width of strings. ****************************************************************************/ +#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) +#include "../confignt/config.h" +#else #include "config.h" +#endif #include "rrd_afm.h" #include "rrd_afm_data.h"