Get rid of NO_HTML, NO_POSTSCRIPT.
[pspp-builds.git] / src / output / html.c
index 901c98a2a09b4ac61cd4b06bab2cb7ae604de056..1cf65839bb3751eb56069fd0b7e39371e0d409df 100644 (file)
@@ -17,9 +17,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA. */
 
-/* This #if encloses the rest of the file. */
-#if !NO_HTML
-
 #include <config.h>
 #include "chart.h"
 #include "htmlP.h"
@@ -34,6 +31,7 @@
 #endif
 
 #include "alloc.h"
+#include "compiler.h"
 #include "message.h"
 #include "filename.h"
 #include "getline.h"
@@ -647,6 +645,3 @@ struct outp_class html_class =
   html_finalise_chart
 
 };
-
-#endif /* !NO_HTML */
-