diff options
author | Steve Hay <SteveHay@planit.com> | 2006-12-05 16:06:31 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-12-05 16:06:31 +0000 |
commit | 27bdbd07da4037be18a7347ab1c0d4093e037413 (patch) | |
tree | 5f7eef3a9467da1f2faff9940f59f86de8b22e98 /win32/config.vc64 | |
parent | 785a26d510947a2b97507d7acf9b8c13bd59b310 (diff) | |
download | perl-27bdbd07da4037be18a7347ab1c0d4093e037413.tar.gz |
Extend d_pseudofork to Win32-land and set it when appropriate
(namely, when we have USE_ITHREADS and PERL_IMPLICIT_SYSTEM)
p4raw-id: //depot/perl@29469
Diffstat (limited to 'win32/config.vc64')
-rw-r--r-- | win32/config.vc64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.vc64 b/win32/config.vc64 index 43d4041dfb..06025559fc 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -333,6 +333,7 @@ d_poll='undef' d_portable='define' d_printf_format_null='undef' d_procselfexe='undef' +d_pseudofork='undef' d_pthread_atfork='undef' d_pthread_attr_setscope='undef' d_pthread_yield='undef' |