From: Jarkko Hietaniemi Date: Mon, 20 Nov 2000 02:05:22 +0000 (+0000) Subject: Make certain MacOS Classic has NO_ENVIRON_ARRAY. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b3f4ecd4597e6a2094b9dab9e0f5a8234dd5ac9;p=p5sagit%2Fp5-mst-13.2.git Make certain MacOS Classic has NO_ENVIRON_ARRAY. p4raw-id: //depot/perl@7759 --- diff --git a/perl.h b/perl.h index 08115d4..5724c3b 100644 --- a/perl.h +++ b/perl.h @@ -1663,6 +1663,9 @@ typedef struct ptr_tbl PTR_TBL_t; # else # if defined(MACOS_TRADITIONAL) # include "macos/macish.h" +# ifndef NO_ENVIRON_ARRAY +# define NO_ENVIRON_ARRAY +# endif # else # include "unixish.h" # endif