Code

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