From: Eric Allman Date: Fri, 3 Sep 1993 02:21:57 +0000 (-0800) Subject: date and time created 93/09/02 11:21:57 by eric X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~1835 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/3b0362ede593c54796d959fb597b5d2ff6d1fdc5 date and time created 93/09/02 11:21:57 by eric SCCS-vsn: usr.sbin/sendmail/cf/ostype/aux.m4 8.1 --- diff --git a/usr/src/usr.sbin/sendmail/cf/ostype/aux.m4 b/usr/src/usr.sbin/sendmail/cf/ostype/aux.m4 new file mode 100644 index 0000000000..cbd3bc6426 --- /dev/null +++ b/usr/src/usr.sbin/sendmail/cf/ostype/aux.m4 @@ -0,0 +1,17 @@ +divert(-1) +# +# Copyright (c) 1983 Eric P. Allman +# Copyright (c) 1988, 1993 +# The Regents of the University of California. All rights reserved. +# +# %sccs.include.redist.sh% +# + +divert(0) +VERSIONID(`@(#)aux.m4 8.1 (Berkeley) %G%') +define(`ALIAS_FILE', /usr/lib/aliases)dnl +define(`QUEUE_DIR', /usr/spool/mqueue)dnl +define(`STATUS_FILE', /usr/lib/sendmail.st)dnl +define(`UUCP_MAILER_PATH', /usr/bin/uux)dnl +define(`LOCAL_MAILER_FLAGS', mn)dnl +define(`LOCAL_MAILER_ARGS', `mail -d -r $f $u')dnl