Commit 9155df2b by Brendan Kehoe

(P_tmpdir): Add definition.

From-SVN: r2580
parent 2859e6f0
...@@ -43,6 +43,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -43,6 +43,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef _POSIX_SOURCE #ifdef _POSIX_SOURCE
/* Convex ships /tmp as a separate file system - thus it
usually has more free space than /usr/tmp */
#define P_tmpdir "/tmp/"
/* Un-hide names hidden in Posix include files. */ /* Un-hide names hidden in Posix include files. */
#define S_IFMT _S_IFMT #define S_IFMT _S_IFMT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment