Added an optional --without-libplot flag to configure
[pspp-builds.git] / src / chart.h
index eec5bff5b847a1d6d3b679c28156919c1b8651bd..8d1a914691f7cfae70589aa27408ef15966de123 100644 (file)
 #ifndef CHART_H
 #define CHART_H
 
+#include <config.h>
 #include <stdio.h>
-#include <plot.h>
 #include <gsl/gsl_histogram.h>
-
 #include "var.h"
 
+#ifndef NO_CHARTS
+#include <plot.h>
+#endif
+
 
 /* Array of standard colour names */
 extern const char *data_colour[];
@@ -34,8 +37,10 @@ extern const char *data_colour[];
 
 struct chart {
 
+#ifndef NO_CHARTS
   plPlotter *lp ;
   plPlotterParams *pl_params;
+#endif
 
   /* The geometry of the chart 
      See diagram at the foot of this file.