This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix .gitignore: only ignore 'perl' in root of repo, not U/perl subdir
[metaconfig.git] / U / perl / useperlio.U
CommitLineData
959f3c4c
JH
1?RCS: $Id: d_perlio.U,v $
2?RCS:
3?RCS: Copyright (c) 1998 Andy Dougherty
4?RCS:
5?RCS: You may distribute under the terms of either the GNU General Public
6?RCS: License or the Artistic License, as specified in the README file.
7?RCS:
8?RCS: $Log: d_perlio.U,v $
9?RCS:
02f3b9d4 10?MAKE:useperlio: Myread Oldconfig Setvar
959f3c4c
JH
11?MAKE: -pick add $@ %<
12?Y:TOP
13?S:useperlio:
14?S: This variable conditionally defines the USE_PERLIO symbol,
15?S: and indicates that the PerlIO abstraction should be
16?S: used throughout.
17?S:.
18?C:USE_PERLIO:
19?C: This symbol, if defined, indicates that the PerlIO abstraction should
20?C: be used throughout. If not defined, stdio should be
21?C: used in a fully backward compatible manner.
22?C:.
a38738d1
JH
23?H:?%<:#ifndef USE_PERLIO
24?H:?%<:#$useperlio USE_PERLIO /**/
25?H:?%<:#endif
959f3c4c 26?H:.
2f125bce 27: Check if we want perlio
02f3b9d4 28useperlio="$define"
11c1f30a 29