X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_afm.c;h=8b1117d2658bc33e3248d225b6d2165e86565f14;hb=ba4d7092cc4f494328625ca5417110294225e0f4;hp=b9996f45a6690390ef41ea3a2119957a997a6d30;hpb=c112f7c06e534ce7a5a4e25b6f7f742aeb051850;p=rrdtool.git diff --git a/src/rrd_afm.c b/src/rrd_afm.c index b9996f4..8b1117d 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -1,10 +1,10 @@ /**************************************************************************** - * RRDtool 1.2rc3 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.3 Copyright by Tobi Oetiker, 1997-2005 **************************************************************************** * rrd_afm.h Parsing afm tables to find width of strings. ****************************************************************************/ -#ifdef WIN32 +#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) #include "../confignt/config.h" #else #include "config.h"