This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove trailing whitespace on meta-lines in unit files
[metaconfig.git] / dist / U / d_preadv.U
1 ?RCS: $Id: d_preadv.U 1 2006-08-24 12:32:52Z rmanfredi $
2 ?RCS:
3 ?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
4 ?RCS:
5 ?RCS: You may redistribute only under the terms of the Artistic Licence,
6 ?RCS: as specified in the README file that comes with the distribution.
7 ?RCS: You may reuse parts of this distribution only within the terms of
8 ?RCS: that same Artistic Licence; a copy of which may be found at the root
9 ?RCS: of the source tree for dist 4.0.
10 ?RCS:
11 ?RCS: $Log: d_preadv.U,v $
12 ?RCS:
13 ?MAKE:d_preadv: Inlibc
14 ?MAKE:  -pick add $@ %<
15 ?S:d_preadv:
16 ?S:     This variable conditionally defines the HAS_PREADV symbol, which
17 ?S:     indicates to the C program that the preadv() routine is available.
18 ?S:.
19 ?C:HAS_PREADV :
20 ?C:     This symbol, if defined, indicates that the preadv routine is
21 ?C:     available to perform vectored reads on a file descriptor at a
22 ?C: given offset.
23 ?C:.
24 ?H:#$d_preadv HAS_PREADV                /**/
25 ?H:.
26 ?LINT:set d_preadv
27 : see if preadv exists
28 set preadv d_preadv
29 eval $inlibc
30