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 | 233e16ceab6589cdfcfeefabef027f39026bb05f (patch) | |
tree | d755a659ecdf3027b1b22b8bb5d973b0bdaa4457 /uconfig.sh | |
parent | 3890ecea71e8d1097fd1d7614b8a095c06dbb4f5 (diff) | |
download | perl-233e16ceab6589cdfcfeefabef027f39026bb05f.tar.gz |
Introduction of d_pseudofork
p4raw-id: //depot/perl@29467
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index eabd715a39..0c487858c3 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -284,6 +284,7 @@ d_poll='undef' d_portable='undef' d_printf_format_null='undef' d_procselfexe='undef' +d_pseudofork='undef' d_pthread_atfork='undef' d_pthread_attr_setscope='undef' d_pthread_yield='undef' |