Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
Steve Peters [Thu, 13 Oct 2005 23:31:03 +0000 (23:31 +0000)]
p4raw-id: //depot/perl@25755

perl.c

diff --git a/perl.c b/perl.c
index 8f9951c..cab20e3 100644 (file)
--- 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