summaryrefslogtreecommitdiff
path: root/vms/vmsish.h
diff options
context:
space:
mode:
authorJohn E. Malmberg <wb8tyw@qsl.net>2005-10-18 10:43:29 -0400
committerCraig A. Berry <craigberry@mac.com>2005-10-19 00:29:00 +0000
commite886094b26c01a71243f931e1dd54d48122d46f1 (patch)
tree9948aea32d5ea6bad7a98264d3dad47e1dfe2e81 /vms/vmsish.h
parent2770530fdcb504fed7cbca5fd4787a11673004fe (diff)
downloadperl-e886094b26c01a71243f931e1dd54d48122d46f1.tar.gz
[patch@25784] enable open(FOO, "child.pl foo|") on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <43554251.5020704@qsl.net> p4raw-id: //depot/perl@25801
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r--vms/vmsish.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h
index fbec33a477..6cce3ceee1 100644
--- a/vms/vmsish.h
+++ b/vms/vmsish.h
@@ -5,7 +5,7 @@
* revised: 16-Sep-1998 by Charles Bailey bailey@newman.upenn.edu
* Version: 5.5.2
*
- * Last revised: 01-Feb-2005 by John Malmberg (HP OpenVMS) wb8twy@qsl.net
+ * Last revised: 10-Oct-2005 by John Malmberg (HP OpenVMS) wb8twy@qsl.net
* Add SYMLINK support, and updated Craig Berry's
* largefile support.
*/
@@ -937,4 +937,9 @@ typedef char __VMS_SEPYTOTORP__;
#define NO_ENVIRON_ARRAY
+/* RMSEXPAND options */
+#define PERL_RMSEXPAND_M_VMS 0x02 /* Force output to VMS format */
+#define PERL_RMSEXPAND_M_LONG 0x04 /* Expand to long name format */
+#define PERL_RMSEXPAND_M_SYMLINK 0x20 /* Use symbolic link, not target */
+
#endif /* __vmsish_h_included */