diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-03 00:57:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-03 00:57:08 +0000 |
commit | 13b6e58cb5ac4fa23568d2f76512a5830dbb1688 (patch) | |
tree | 611d23bd70ad0cd205b059d28403ba79d13a0699 /vms | |
parent | 5a814814cd51e244388e778feeaca28d5d78d95b (diff) | |
download | perl-13b6e58cb5ac4fa23568d2f76512a5830dbb1688.tar.gz |
Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
as suggested by Olaf Flebbe and Nicholas Clark.
p4raw-id: //depot/perl@7126
Diffstat (limited to 'vms')
-rw-r--r-- | vms/vmsish.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index 104eabce1e..49e53e74e2 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -777,4 +777,6 @@ typedef char __VMS_SEPYTOTORP__; # undef fileno #endif +#define NO_ENVIRON_ARRAY + #endif /* __vmsish_h_included */ |