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