1faf32856Sericdivert(-1)
2faf32856Seric#
3faf32856Seric# Copyright (c) 1983 Eric P. Allman
4faf32856Seric# Copyright (c) 1988, 1993
5faf32856Seric#	The Regents of the University of California.  All rights reserved.
6faf32856Seric#
7faf32856Seric# %sccs.include.redist.sh%
8faf32856Seric#
9faf32856Seric
10faf32856Sericdivert(0)
11*d7cb8fd0SericVERSIONID(`@(#)hpux10.m4	8.3 (Berkeley) 05/26/95')
12faf32856Seric
13faf32856Sericdefine(`QUEUE_DIR', /var/spool/mqueue)dnl
14faf32856Sericdefine(`ALIAS_FILE', /etc/mail/aliases)dnl
15faf32856Sericdefine(`STATUS_FILE', /etc/mail/sendmail.st)dnl
16faf32856Sericdefine(`LOCAL_MAILER_PATH', /usr/bin/rmail)dnl
17faf32856Sericdefine(`LOCAL_MAILER_FLAGS', `m')dnl
18faf32856Sericdefine(`LOCAL_MAILER_ARGS', `rmail -d $u')dnl
19ec1d09c2Sericdefine(`LOCAL_SHELL_PATH', /usr/bin/sh)dnl
20*d7cb8fd0Sericdefine(`UUCP_MAILER_ARGS', `uux - -r -a$g -gC $h!rmail ($u)')dnl
21faf32856Sericdefine(`confTIME_ZONE', `USE_TZ')dnl
22