Added an optional --without-libplot flag to configure
[pspp-builds.git] / pref.h.orig
index b79ce578d2509dc9a777b87bdeff2849fa9fb51d..ed5c53fe44c4e1432a9642d039885aa5b37b9de9 100644 (file)
 #define GLOBAL_DEBUGGING 1
 #endif
 
+#if !HAVE_LIBPLOT
+#define NO_CHARTS 1
+#endif
+
 /* Define these if DEBUGGING is off and you want to make certain
    additional optimizations. */
 #if !DEBUGGING
 /* Define to exclude the PostScript and Encapsulated PostScript
    driver. */
 /* #define NO_POSTSCRIPT 1 */
+
+/* Non ansi compilers may set this */
+#ifndef P_tmpdir
+#define P_tmpdir "/tmp"
+#endif