This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence metalint
[metaconfig.git] / U / modified / d_setvbuf.U
1 ?RCS: $Id: d_setvbuf.U,v 3.0.1.1 1994/08/29 16:11:57 ram Exp $
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: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
9 ?RCS:
10 ?RCS: $Log: d_setvbuf.U,v $
11 ?RCS:
12 ?MAKE:d_setvbuf: Inlibc
13 ?MAKE:  -pick add $@ %<
14 ?S:d_setvbuf:
15 ?S:     This variable conditionally defines the HAS_SETVBUF symbol, which
16 ?S:     indicates to the C program that the setvbuf() routine is available
17 ?S:     to change buffering on an open stdio stream.
18 ?S:.
19 ?C:HAS_SETVBUF :
20 ?C:     This symbol, if defined, indicates that the setvbuf routine is
21 ?C:     available to change buffering on an open stdio stream.
22 ?C:     to a line-buffered mode.
23 ?C:.
24 ?H:#$d_setvbuf HAS_SETVBUF              /**/
25 ?H:.
26 ?LINT:set d_setvbuf
27 : see if setvbuf exists
28 set setvbuf d_setvbuf
29 eval $inlibc
30