summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-03 00:57:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-03 00:57:08 +0000
commit13b6e58cb5ac4fa23568d2f76512a5830dbb1688 (patch)
tree611d23bd70ad0cd205b059d28403ba79d13a0699 /vms
parent5a814814cd51e244388e778feeaca28d5d78d95b (diff)
downloadperl-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.h2
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 */