diff options
author | John E. Malmberg <wb8tyw@qsl.net> | 2006-04-03 03:39:10 -0400 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2006-04-07 02:53:52 +0000 |
commit | a18871060e82f745ea4284674e4fce31b2ab6280 (patch) | |
tree | 1fe40ab856203ce2b0254b1a26a713784c864247 /vms/vmsish.h | |
parent | 46ab32892be40c66fb42b377ee5ee1e8921e1db5 (diff) | |
download | perl-a18871060e82f745ea4284674e4fce31b2ab6280.tar.gz |
[patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <4431095E.8030003@qsl.net>
p4raw-id: //depot/perl@27733
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r-- | vms/vmsish.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index e4c234f886..1d08eb552d 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -936,6 +936,7 @@ typedef char __VMS_SEPYTOTORP__; /* 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_VMS_IN 0x08 /* Assume input is VMS already */ #define PERL_RMSEXPAND_M_SYMLINK 0x20 /* Use symbolic link, not target */ #endif /* __vmsish_h_included */ |