diff options
author | Nicholas Clark <nick@ccl4.org> | 2000-10-23 16:39:32 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-24 18:59:48 +0000 |
commit | ef5dbfc09255c124513ecbcd52a763b14da7ce34 (patch) | |
tree | 43180689a571f5dc8ed050ed33678a7d835c73b6 /epoc | |
parent | 51cca75e21992eef7222eb22401a5837a9a3e94a (diff) | |
download | perl-ef5dbfc09255c124513ecbcd52a763b14da7ce34.tar.gz |
Check if stdio supports tweaking lval and cnt simultaneously.
Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
Message-ID: <20001023153932.A10786@plum.flirble.org>
p4raw-id: //depot/perl@7427
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index ee65ee35ce..e760d671cf 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -324,6 +324,8 @@ d_statfsflags='define' d_statvfs='undef' d_stdio_cnt_lval='define' d_stdio_ptr_lval='define' +d_stdio_ptr_lval_sets_cnt='undef' +d_stdio_ptr_lval_nochange_cnt='undef' d_stdio_stream_array='undef' d_stdiobase='undef' d_stdstdio='undef' |