diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-12-05 14:55:14 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-12-05 14:55:14 +0000 |
commit | eb377c2c747a035e58777f93be756715fe95db94 (patch) | |
tree | d755a659ecdf3027b1b22b8bb5d973b0bdaa4457 /Porting/config.sh | |
parent | fe42636bf652b801e74d41f94b72155deb47ec11 (diff) | |
download | perl-eb377c2c747a035e58777f93be756715fe95db94.tar.gz |
Introduction of d_pseudofork
p4raw-id: //depot/perl@29467
Diffstat (limited to 'Porting/config.sh')
-rw-r--r-- | Porting/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index acdce83543..fe4d39e1f0 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -345,6 +345,7 @@ d_poll='define' d_portable='define' d_printf_format_null='define' d_procselfexe='define' +d_pseudofork='undef' d_pthread_atfork='undef' d_pthread_attr_setscope='define' d_pthread_yield='define' |