X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_afm.c;h=313e37ec9c90bad2ab3afbb9bddd028bf72b2651;hp=47e4c77829640ad01387481635202a3d5279ae96;hb=f207955a7e325708d056d3dd912863dc9930a71c;hpb=f0dca1ae09baf94da5575806fb1e8027a1c95ceb diff --git a/src/rrd_afm.c b/src/rrd_afm.c index 47e4c77..313e37e 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -1,10 +1,10 @@ /**************************************************************************** - * RRDtool 1.1.x Copyright Tobias Oetiker, 1997 - 2002 + * RRDtool 1.2rc6 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"