Fix segfault in recode (recode with an int src, string dest, where the src
[pspp] / pref.h.orig
index 434d9aacbf97dc4072838e86a458d133f89c1c34..6ae2299720c115667a136d430f554b796aad1d81 100644 (file)
 /* Directory separator character for this OS, if applicable. */
 #ifndef __MSDOS__
 #define DIR_SEPARATOR '/'
-#elif
+#else
 #define DIR_SEPARATOR '\\'
 #endif
 
 /* 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