PL_use_safe_putenv needs to be in the export lists
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Thu, 13 Oct 2005 12:17:41 +0000 (12:17 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Thu, 13 Oct 2005 12:17:41 +0000 (12:17 +0000)
p4raw-id: //depot/perl@25749

makedef.pl

index 4e4f73a..0ee159d 100644 (file)
@@ -668,6 +668,12 @@ unless ($define{'PERL_MALLOC_WRAP'}) {
                    )];
 }
 
+if ($define{'PERL_USE_SAFE_PUTENV'}) {
+    skip_symbols [qw(
+                   PL_use_safe_putenv
+                  )];
+}
+
 unless ($define{'USE_ITHREADS'}) {
     skip_symbols [qw(
                    PL_thr_key