summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
Diffstat (limited to 'unixish.h')
-rw-r--r--unixish.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/unixish.h b/unixish.h
index fe810187f6..aa4ddbfd1d 100644
--- a/unixish.h
+++ b/unixish.h
@@ -33,6 +33,20 @@
#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>