started updating for 1.2 release
[rrdtool.git] / src / rrd_afm.c
index c9996d0..313e37e 100644 (file)
@@ -1,10 +1,14 @@
 /****************************************************************************
- * RRDtool 1.1.x  Copyright Tobias Oetiker, 1997 - 2002
+ * RRDtool 1.2rc6  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"