1#	$Id: RISCos.4_0,v 8.10 2002/03/21 23:59:25 gshapiro Exp $
2
3dnl	DO NOT EDIT THIS FILE.
4dnl	Place personal settings in devtools/Site/site.config.m4
5
6define(`confCC', `cc -systype bsd43 -Olimit 900')
7define(`confBEFORE', `stdlib.h dirent.h unistd.h stddef.h')
8define(`confMAPDEF', `-DNDBM')
9define(`confENVDEF', `-DRISCOS -DRISCOS_4_0')
10define(`confLIBS', `-lmld')
11define(`confMBINDIR', `/usr/lib')
12define(`confSBINDIR', `/usr/etc')
13define(`confUBINDIR', `/usr/ucb')
14define(`confEBINDIR', `/usr/lib')
15define(`confSBINGRP', `sys')
16define(`confINSTALL', `${BUILDBIN}/install.sh')
17PUSHDIVERT(3)
18stdlib.h stddef.h:
19	cp /dev/null $@
20
21unistd.h:
22	echo "typedef unsigned short	mode_t;" > unistd.h
23
24dirent.h:
25	echo "#include <sys/dir.h>" > dirent.h
26	echo "#define dirent	direct" >> dirent.h
27POPDIVERT
28