X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Frrd_afm.c;h=1afded1a95a91216fcaeb7262a002753ff6ee68a;hb=refs%2Fheads%2F1.2;hp=7ef9f10e466b20bc69584c1550e24c2449d73705;hpb=9e6db622e8756105c1322481b34650ecbe15da1a;p=rrdtool.git diff --git a/src/rrd_afm.c b/src/rrd_afm.c index 7ef9f10..1afded1 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -1,16 +1,12 @@ /**************************************************************************** - * RRDtool 1.2.14 Copyright by Tobi Oetiker, 1997-2006 + * RRDtool 1.2.30 Copyright by Tobi Oetiker, 1997-2009 **************************************************************************** * rrd_afm.h Parsing afm tables to find width of strings. - ****************************************************************************/ + **************************************************************************** + * $Id$ +*/ -#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H) -#include "../confignt/config.h" -#else -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif -#endif +#include "../rrd_config.h" #include "rrd_afm.h" #include "rrd_afm_data.h"