X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_afm.c;h=c42e6fecbdd0f24752a2f52cfd8040fe5aece867;hb=5fc7ff89bdbced9c593c566fea9840a269935dcd;hp=8befa2998e500b3fc4eed8ff3feabe0850b3c798;hpb=8b72aa265bde592af7e13220a3484c5657d6ffaf;p=rrdtool.git diff --git a/src/rrd_afm.c b/src/rrd_afm.c index 8befa29..c42e6fe 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -1,13 +1,17 @@ /**************************************************************************** - * RRDtool 1.2.11 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.23 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__) -#include "../confignt/config.h" +#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H) +#include "../win32/config.h" #else -#include "config.h" +#ifdef HAVE_CONFIG_H +#include "../rrd_config.h" +#endif #endif #include "rrd_afm.h"