From 13b6e58cb5ac4fa23568d2f76512a5830dbb1688 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 3 Oct 2000 00:57:08 +0000 Subject: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines as suggested by Olaf Flebbe and Nicholas Clark. p4raw-id: //depot/perl@7126 --- unixish.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'unixish.h') 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 + -- cgit v1.2.1