summaryrefslogtreecommitdiff
path: root/unixish.h
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 /unixish.h
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 'unixish.h')
-rw-r--r--unixish.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/unixish.h b/unixish.h
index 7b8ef164c0..5815a19ea7 100644
--- a/unixish.h
+++ b/unixish.h
@@ -145,3 +145,6 @@
#define BIT_BUCKET "/dev/null"
#define dXSUB_SYS
+
+#define USE_ENVIRON_ARRAY
+