HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/mod_perl-2.0.12/xs/APR/Const/Makefile.PL
use lib qw(../lib);
use ModPerl::BuildMM ();
use Apache2::Build;

my $build = Apache2::Build->build_config();
my $ccopts = $build->ccopts;

# avoid referencing &perl_module outside of mod_perl
$ccopts .= ' -DMP_IN_XS';

ModPerl::BuildMM::WriteMakefile(
    NAME => 'APR::Const',
    VERSION_FROM => 'Const.pm',
    CCFLAGS      => $ccopts,
);