This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add the files from dist/meta to perl's repo
[metaconfig.git] / dist / U / d_pwritev.U
CommitLineData
d8875586
MBT
1?RCS: $Id: d_pwritev.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_pwritev.U,v $
12?RCS:
13?MAKE:d_pwritev: Inlibc
14?MAKE: -pick add $@ %<
15?S:d_pwritev:
16?S: This variable conditionally defines the HAS_PWRITEV symbol, which
17?S: indicates to the C program that the pwritev() routine is available.
18?S:.
19?C:HAS_PWRITEV :
20?C: This symbol, if defined, indicates that the pwritev routine is
21?C: available to perform vectored writes on a file descriptor at a
22?C: given offset.
23?C:.
24?H:#$d_pwritev HAS_PWRITEV /**/
25?H:.
26?LINT:set d_pwritev
27: see if pwritev exists
28set pwritev d_pwritev
29eval $inlibc
30