Code

* adjust spacing at the left border of the graph. use less white space
[rrdtool-all.git] / program / src / rrd_afm.c
index c9996d0b24031dd946a3816647af1820546ee283..8b1117d2658bc33e3248d225b6d2165e86565f14 100644 (file)
@@ -1,10 +1,14 @@
 /****************************************************************************
- * RRDtool 1.1.x  Copyright Tobias Oetiker, 1997 - 2002
+ * RRDtool 1.2.3  Copyright by Tobi Oetiker, 1997-2005
  ****************************************************************************
  * rrd_afm.h  Parsing afm tables to find width of strings.
  ****************************************************************************/
 
+#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__)
+#include "../confignt/config.h"
+#else
 #include "config.h"
+#endif
 
 #include "rrd_afm.h"
 #include "rrd_afm_data.h"