X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_afm.c;h=7458547932044d4375c5277b0e4ba6d928229bc8;hb=17ffa368fb9658feb138d1f3d63c7e8b179c7922;hp=d1506e6a195626521ad8763cc96bddc2eea026ce;hpb=0881b8848ab8c1cb9b50db4599d4adc9391a774d;p=rrdtool.git diff --git a/src/rrd_afm.c b/src/rrd_afm.c index d1506e6..7458547 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -1,14 +1,16 @@ /**************************************************************************** - * RRDtool 1.2.12 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.19 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * 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" +#include "../win32/config.h" #else #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../rrd_config.h" #endif #endif