X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_afm.c;h=713c49d59ef51745efddaa1094bd8153bf362e75;hb=ff2c56d197fc76e5f54d37fd8830369ca28d1420;hp=cc139a11156a8b2206d90378ae2e5bd1426e80f2;hpb=a9e69acbc184063dcc0eda6a250ee1b7ae1cbb47;p=rrdtool.git diff --git a/src/rrd_afm.c b/src/rrd_afm.c index cc139a1..713c49d 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -1,14 +1,14 @@ /**************************************************************************** - * RRDtool 1.2.13 Copyright by Tobi Oetiker, 1997-2006 + * RRDtool 1.2.16 Copyright by Tobi Oetiker, 1997-2006 **************************************************************************** * rrd_afm.h Parsing afm tables to find width of strings. ****************************************************************************/ #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