are compiled with it, so let's see if we can get away with removing
it. Revert this change if it causes black smoke!
p4raw-id: //depot/perl@31230
WriteMakefile(
NAME => 'DynaLoader',
LINKTYPE => 'static',
- DEFINE => '-DPERL_CORE -DLIBC="$(LIBC)"',
+ DEFINE => '-DLIBC="$(LIBC)"',
MAN3PODS => {}, # Pods will be built by installman.
SKIP => [qw(dynamic dynamic_lib dynamic_bs)],
XSPROTOARG => '-noprototypes', # XXX remove later?