diff options
-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 |