diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-13 12:17:41 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-13 12:17:41 +0000 |
commit | 8852afe98d47e90a12c2f14d274e255e8ab59572 (patch) | |
tree | 756e5d499b4b71890532c3407216d51dd5a2e0d8 /makedef.pl | |
parent | d74e8afc9309529cf5c6c4390fc311850865d506 (diff) | |
download | perl-8852afe98d47e90a12c2f14d274e255e8ab59572.tar.gz |
PL_use_safe_putenv needs to be in the export lists
p4raw-id: //depot/perl@25749
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 4e4f73a833..0ee159d6cf 100644 --- a/makedef.pl +++ b/makedef.pl @@ -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 |