OS/2 honors TMPDIR environment variable.

This commit is contained in:
Jesse Thilo
1999-12-13 07:36:01 +00:00
parent 649d71cc96
commit 5191ef2421

View File

@@ -154,7 +154,7 @@ openfiles (void)
strlwr (infile); strlwr (infile);
#endif /* _WIN32 && !__CYGWIN32__ */ #endif /* _WIN32 && !__CYGWIN32__ */
#if (defined(unix) || defined(__unix) || defined(__unix__)) #if (defined(unix) || defined(__unix) || defined(__unix__) || defined(__EMX__))
{ {
char *tmp_ptr = getenv("TMPDIR"); char *tmp_ptr = getenv("TMPDIR");