Got rid of pref.h.orig (and pref.h) entirely, moving its contents into
[pspp-builds.git] / src / data / make-file.c
index 312f9fff612eaf597985889e1f6c7b505118c5ff..ed94f04c4adf7888e93dae3580ea403815b816af 100644 (file)
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
+/* Non ansi compilers may set this */
+#ifndef P_tmpdir
+#define P_tmpdir "/tmp"
+#endif
+
 /* Creates a temporary file and stores its name in *FILENAME and
    a file descriptor for it in *FD.  Returns success.  Caller is
    responsible for freeing *FILENAME. */