Correct conditional to correctly treat segments which end on a boundary.
[dragonfly.git] / contrib / sendmail-8.13.8 / devtools / OS / DomainOS
1 #       $Id: DomainOS,v 8.9 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 -A nansi -A,systype,any -A,runtype,bsd4.3')
7 define(`confBEFORE', `unistd.h dirent.h')
8 define(`confMAPDEF', `-DNDBM')
9 define(`confSBINDIR', `/usr/etc')
10 define(`confMBINDIR', `/usr/lib')
11 define(`confUBINDIR', `/usr/ucb')
12 define(`confEBINDIR', `/usr/lib')
13 PUSHDIVERT(3)
14 unistd.h:
15         cp /dev/null unistd.h
16
17 dirent.h:
18         echo "#include <sys/dir.h>" > dirent.h
19         echo "#define dirent    direct" >> dirent.h
20 POPDIVERT