summaryrefslogtreecommitdiff
path: root/mcon/U/i_sysstat.U
blob: 79e1b0f0a92f06dc8fee8754ba0feadce727d8d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
?RCS: $Id: i_sysstat.U 167 2013-05-08 17:58:00Z rmanfredi $
?RCS:
?RCS: Copyright (c) 1996, Andy Dougherty
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
?RCS: 
?RCS: You may redistribute only under the terms of the Artistic License,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
?RCS: that same Artistic License; a copy of which may be found at the root
?RCS: of the source tree for dist 4.0.
?RCS:
?RCS: $Log: i_sysstat.U,v $
?RCS: Revision 3.0.1.1  1997/02/28  15:48:30  ram
?RCS: patch61: created
?RCS:
?MAKE:i_sysstat: Inhdr
?MAKE:	-pick add $@ %<
?S:i_sysstat:
?S:	This variable conditionally defines the I_SYS_STAT symbol,
?S:	and indicates whether a C program should include <sys/stat.h>.
?S:.
?C:I_SYS_STAT (I_SYSSTAT):
?C:	This symbol, if defined, indicates to the C program that it should
?C:	include <sys/stat.h>.
?C:.
?H:#$i_sysstat	I_SYS_STAT		/**/
?H:.
?LINT:set i_sysstat
: see if sys/stat.h is available
set sys/stat.h i_sysstat
eval $inhdr