This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
As in bin/mlint, use Getopt::Std::getopts() instead of Perl 4 getopts.pl.
[metaconfig.git] / dist / U / i_syspoll.U
1 ?RCS: $Id: i_syspoll.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 ?MAKE:i_syspoll: Inhdr
12 ?MAKE:  -pick add $@ %<
13 ?S:i_syspoll:
14 ?S:     This variable conditionally defines the I_SYS_POLL symbol, which
15 ?S:     indicates to the C program that it should include <sys/poll.h>.
16 ?S:.
17 ?C:I_SYS_POLL:
18 ?C:     This symbol, if defined, indicates that the program may include
19 ?C:     <sys/poll.h>.  When I_POLL is also defined, it's probably safest
20 ?C:     to only include <poll.h>.
21 ?C:.
22 ?H:#$i_syspoll I_SYS_POLL       /**/
23 ?H:.
24 ?LINT:set i_syspoll
25 : see if there is a sys/poll.h file
26 set sys/poll.h i_syspoll
27 eval $inhdr
28