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 / Warn_v7ND.U
CommitLineData
d8875586
MBT
1?RCS: $Id: Warn_v7ND.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: Warn_v7ND.U,v $
12?RCS: Revision 3.0.1.1 1994/10/29 16:01:46 ram
13?RCS: patch36: call ./v7 explicitly instead of relying on PATH
14?RCS:
15?RCS: Revision 3.0 1993/08/18 12:05:18 ram
16?RCS: Baseline for dist 3.0 netwide release.
17?RCS:
18?X:
19?X: This unit warns V7 sites that they may not have a non-blocking read.
20?X: This unit needs to be mentioned in End.U to get included.
21?X:
22?MAKE:Warn_v7ND: package Guess
23?MAKE: -pick add $@ %<
24: Warnings
25if ./v7; then
26 cat <<EOM
27
28NOTE: many V7 systems do not have a way to do a non-blocking read. If you
29don't have any of FIONREAD, O_NDELAY, or rdchk(), the $package package
30may not work as well as it might. It might not work at all.
31EOM
32fi
33