fix some pathname errors
[unix-history] / usr / src / usr.sbin / sendmail / cf / ostype / sunos4.1.m4
CommitLineData
04171796
EA
1divert(-1)
2#
3# Copyright (c) 1983 Eric P. Allman
4# Copyright (c) 1988 The Regents of the University of California.
5# All rights reserved.
6#
7# %sccs.include.redist.sh%
8#
4eaceed5 9VERSIONID(@(#)sunos4.1.m4 2.2 (Berkeley) %G%)
04171796
EA
10#
11
12define(`ALIAS_FILE', /etc/aliases)dnl
13define(`HELP_FILE', /usr/lib/sendmail.hf)dnl
4eaceed5
EA
14define(`QUEUE_DIR', /var/spool/mqueue)dnl
15define(`STATUS_FILE', /etc/sendmail.st)dnl
04171796
EA
16define(`LOCAL_MAILER', /bin/mail)dnl
17
18divert(0)