From: Steve Peters Date: Thu, 13 Oct 2005 23:31:03 +0000 (+0000) Subject: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=417cd4a80014be11be785b60728258129d31e986;p=p5sagit%2Fp5-mst-13.2.git Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V p4raw-id: //depot/perl@25755 --- diff --git a/perl.c b/perl.c index 8f9951c..cab20e3 100644 --- a/perl.c +++ b/perl.c @@ -1767,6 +1767,9 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) # ifdef PERL_OLD_COPY_ON_WRITE " PERL_OLD_COPY_ON_WRITE" # endif +# ifdef PERL_USE_SAFE_PUTENV + " PERL_USE_SAFE_PUTENV" +# endif # ifdef PL_OP_SLAB_ALLOC " PL_OP_SLAB_ALLOC" # endif