Fix segfault in recode (recode with an int src, string dest, where the src
[pspp] / pref.h.orig
index b79ce578d2509dc9a777b87bdeff2849fa9fb51d..6ae2299720c115667a136d430f554b796aad1d81 100644 (file)
 /* 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