X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_afm.c;h=713c49d59ef51745efddaa1094bd8153bf362e75;hb=3882bb0c2d15f97298aaa7602d6353a1888f5547;hp=99a13b720ab58d5ff26bb56b0a85395cc9dc9d8e;hpb=7f408c1ae7d1011c489fbd9123b1dd03d869e088;p=rrdtool.git diff --git a/src/rrd_afm.c b/src/rrd_afm.c index 99a13b7..713c49d 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -1,14 +1,14 @@ /**************************************************************************** - * RRDtool 1.2.15 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