the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-#ifdef VMS
+#if defined (VMS) & !defined (__VMS_POSIX)
#include <ssdef.h>
#define unlink delete
#ifndef XPFILE
int base_length;
int short_base_length;
-#ifdef VMS
+#if defined (VMS) & !defined (__VMS_POSIX)
char *tmp_base = "sys$scratch:b_";
#else
char *tmp_base = "/tmp/b.";
}
}
-#ifdef VMS
+#if defined (VMS) & !defined (__VMS_POSIX)
if (faction)
delete(actfile);
if (fattrs)
if (tmpdefsfile) unlink(tmpdefsfile);
#endif /* MSDOS */
exit(k);
-#endif /* not VMS */
+#endif /* not VMS, or __VMS_POSIX */
}