Code

* remove intl from build process ... someone who does actually need it should fix...
[rrdtool-all.git] / program / src / rrd_graph.h
index c11ac2fea851dc921420c1f6a07d9d21578483f0..7a85f340689ccd9173b9c30be2ab784a9d43fe79 100644 (file)
@@ -5,15 +5,15 @@
 #define y1 cairo_y1
 #define index cairo_index
 
+/* this may configure __EXTENSIONS__ without which pango will fail to compile
+   so load this early */
+#include "../rrd_config.h"
+
 #include <cairo.h>
 #include <cairo-pdf.h>
 #include <cairo-svg.h>
 #include <cairo-ps.h>
 
-/* without this will not compile on solaris */
-#ifndef __EXTENSIONS__
-#define __EXTENSIONS__
-#endif
 #include <pango/pangocairo.h>