Not having Safe shouldn't result in test failing TEST harness.
[p5sagit/p5-mst-13.2.git] / unixish.h
index fe81018..aa4ddbf 100644 (file)
--- a/unixish.h
+++ b/unixish.h
 
 #define HAS_KILL
 #define HAS_WAIT
+  
+/* UNLINK_ALL_VERSIONS:
+ *     This symbol, if defined, indicates that the program should arrange
+ *     to remove all versions of a file if unlink() is called.  This is
+ *     probably only relevant for VMS.
+ */
+/* #define UNLINK_ALL_VERSIONS         /**/
+
+/* VMS:
+ *     This symbol, if defined, indicates that the program is running under
+ *     VMS.  It is currently automatically set by cpps running under VMS,
+ *     and is included here for completeness only.
+ */
+/* #define VMS         /**/
 
 #if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX)
 # include <signal.h>