X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_afm.c;h=622b4d0398e82c38219a02c85bc9f061e555e8e0;hp=47e4c77829640ad01387481635202a3d5279ae96;hb=990fcfb7eec407edfe504f42760bae204e1c074d;hpb=f0dca1ae09baf94da5575806fb1e8027a1c95ceb diff --git a/src/rrd_afm.c b/src/rrd_afm.c index 47e4c77..622b4d0 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.2rc9 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"