X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fsrc%2Frrd_afm.c;h=d1506e6a195626521ad8763cc96bddc2eea026ce;hb=7729842a4bf200e5eaf5021345602326b0fb10fb;hp=8bbe6552006bcb0f5b7d1c63bdfa83d2faff26c3;hpb=3e86d11ad4cc5dd049758ac7c9771a51bd67ef52;p=rrdtool-all.git diff --git a/program/src/rrd_afm.c b/program/src/rrd_afm.c index 8bbe6552..d1506e6a 100644 --- a/program/src/rrd_afm.c +++ b/program/src/rrd_afm.c @@ -1,14 +1,16 @@ /**************************************************************************** - * RRDtool 1.2.10 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.12 Copyright by Tobi Oetiker, 1997-2005 **************************************************************************** * rrd_afm.h Parsing afm tables to find width of strings. ****************************************************************************/ -#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) +#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_afm.h" #include "rrd_afm_data.h"