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_poll.U
1 ?RCS: $Id: d_poll.U 15 2006-08-30 18:21:51Z 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_poll.U,v $
12 ?RCS: Revision 3.0.1.2  1997/02/28  15:38:17  ram
13 ?RCS: patch61: mention that <poll.h> can be included if HAS_POLL defined
14 ?RCS:
15 ?RCS: Revision 3.0.1.1  1995/01/11  15:26:31  ram
16 ?RCS: patch45: created
17 ?RCS:
18 ?MAKE:d_poll: Inlibc
19 ?MAKE:  -pick add $@ %<
20 ?S:d_poll:
21 ?S:     This variable conditionally defines the HAS_POLL symbol, which
22 ?S:     indicates to the C program that the poll() routine is available
23 ?S:     to poll active file descriptors.
24 ?S:.
25 ?C:HAS_POLL :
26 ?C:     This symbol, if defined, indicates that the poll routine is
27 ?C:     available to poll active file descriptors.  Please check I_POLL and
28 ?C:     I_SYS_POLL to know which header should be included as well.
29 ?C:.
30 ?H:#$d_poll HAS_POLL            /**/
31 ?H:.
32 ?LINT:set d_poll
33 : see if poll exists
34 set poll d_poll
35 eval $inlibc
36