diff options
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 b846bdb1c1..60cc79bad6 100644 --- a/makedef.pl +++ b/makedef.pl @@ -831,6 +831,12 @@ unless ($define{'PERL_USES_PL_PIDSTATUS'}) { )]; } +unless ($define{'PERL_TRACK_MEMPOOL'}) { + skip_symbols [qw( + PL_memory_debug_header + )]; +} + unless ($define{'d_mmap'}) { skip_symbols [qw( PL_mmap_page_size |