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