diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-10-13 23:31:03 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-10-13 23:31:03 +0000 |
commit | 417cd4a80014be11be785b60728258129d31e986 (patch) | |
tree | 894c00bfaa7805562de455ca33a2559de06ea053 /perl.c | |
parent | 551405c409d33bc8cd0a20177c4ee21a204d18b5 (diff) | |
download | perl-417cd4a80014be11be785b60728258129d31e986.tar.gz |
Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
p4raw-id: //depot/perl@25755
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |