summaryrefslogtreecommitdiff
path: root/mcon/U/i_systypes.U
blob: c94e654a56f997624a46432430b5e0c8b435aba6 (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
33
34
?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
?RCS: 
?RCS: You may redistribute only under the terms of the Artistic Licence,
?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 Licence; a copy of which may be found at the root
?RCS: of the source tree for dist 4.0.
?RCS:
?RCS: $Log: i_systypes.U,v $
?RCS: Revision 3.0  1993/08/18  12:08:41  ram
?RCS: Baseline for dist 3.0 netwide release.
?RCS:
?X:
?X:	Look wether <sys/types.h> needs to be included.
?X:
?MAKE:i_systypes: Inhdr
?MAKE:	-pick add $@ %<
?S:i_systypes:
?S:	This variable conditionally defines the I_SYS_TYPES symbol,
?S:	and indicates whether a C program should include <sys/types.h>.
?S:.
?C:I_SYS_TYPES (I_SYSTYPES):
?C:	This symbol, if defined, indicates to the C program that it should
?C:	include <sys/types.h>.
?C:.
?H:#$i_systypes	I_SYS_TYPES		/**/
?H:.
?LINT:set i_systypes
: see if sys/types.h has to be included
set sys/types.h i_systypes
eval $inhdr