summaryrefslogtreecommitdiff
path: root/ext/threads
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-21 06:50:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-21 06:50:42 +0000
commit15b61c98f82f3010e6eaa852f9fa5251de9e6dd9 (patch)
tree073b799410f4cafab1a06a8fc9b49724fa898d08 /ext/threads
parent953b749f4ea4a5f29351e7df3dcbb34b53f42d22 (diff)
downloadperl-15b61c98f82f3010e6eaa852f9fa5251de9e6dd9.tar.gz
Introduce two new Configure symbols:
[1] d_faststdio = d_stdstdio && d_stdio_ptr_lval && (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt) [2] usefaststdio = do we use fast stdio if we have it? For 5.[68], we do. For anything else, we don't. (At least, unless otherwise instructed by -Dusefaststdio.) This means that for bleadperl we no more use stdio, but instead default to perlio: the effect of PERLIO=perlio, in other words. (PERLIO=stdio will still switch to using stdio.) This change may endanger extensions using FILE*-- but if we are to migrate fully to perlio, better start swallowing the poison now. For maintperl, the usefaststdio still defaults to yes. p4raw-id: //depot/perl@19286
Diffstat (limited to 'ext/threads')
0 files changed, 0 insertions, 0 deletions