summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-10-13 23:31:03 +0000
committerSteve Peters <steve@fisharerojo.org>2005-10-13 23:31:03 +0000
commit417cd4a80014be11be785b60728258129d31e986 (patch)
tree894c00bfaa7805562de455ca33a2559de06ea053 /perl.c
parent551405c409d33bc8cd0a20177c4ee21a204d18b5 (diff)
downloadperl-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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index 8f9951c502..cab20e3229 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