]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - Makefile.PL
The Big Boilerplate Factorization
[perl/modules/indirect.git] / Makefile.PL
index 8dd474d5deb899550da9abb3a765ccf6f76c1466..430cc537cbcc50834003b28285779cf846eb0508 100644 (file)
@@ -39,12 +39,12 @@ print $is_gcc_34 ? "yes\n" : "no\n";
 
 # Threads, Windows and 5.8.x don't seem to be best friends
 if ($^O eq 'MSWin32' and "$]" < 5.009) {
- push @DEFINES, '-DI_MULTIPLICITY=0';
+ push @DEFINES, '-DXSH_MULTIPLICITY=0';
 }
 
 # Fork emulation got "fixed" in 5.10.1
 if ($^O eq 'MSWin32' and "$]" < 5.010_001) {
- push @DEFINES, '-DI_FORKSAFE=0';
+ push @DEFINES, '-DXSH_FORKSAFE=0';
 }
 
 @DEFINES = (DEFINE => join ' ', @DEFINES) if @DEFINES;