This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
27bdbd0
)
Make the check for PERL_IMPLICIT_SYS better
author
Steve Hay
<SteveHay@planit.com>
Tue, 5 Dec 2006 16:41:55 +0000
(16:41 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Tue, 5 Dec 2006 16:41:55 +0000
(16:41 +0000)
p4raw-id: //depot/perl@29470
win32/config_sh.PL
patch
|
blob
|
blame
|
history
diff --git
a/win32/config_sh.PL
b/win32/config_sh.PL
index
3f819fe
..
6aa2a32
100644
(file)
--- a/
win32/config_sh.PL
+++ b/
win32/config_sh.PL
@@
-109,7
+109,7
@@
if ($opt{uselargefiles} ne 'define') {
$opt{lseektype} = 'off_t';
}
$opt{lseektype} = 'off_t';
}
-if ($opt{useithreads} eq 'define' && $opt{ccflags} =~ /
-DPERL_IMPLICIT_SYS
/) {
+if ($opt{useithreads} eq 'define' && $opt{ccflags} =~ /
-DPERL_IMPLICIT_SYS\b
/) {
$opt{d_pseudofork} = 'define';
}
$opt{d_pseudofork} = 'define';
}