hpux9.m4 revision 38032
138032Speterdivert(-1)
238032Speter#
338032Speter# Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
438032Speter# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
538032Speter# Copyright (c) 1988, 1993
638032Speter#	The Regents of the University of California.  All rights reserved.
738032Speter#
838032Speter# By using this file, you agree to the terms and conditions set
938032Speter# forth in the LICENSE file which can be found at the top level of
1038032Speter# the sendmail distribution.
1138032Speter#
1238032Speter#
1338032Speter
1438032Speterdivert(0)
1538032SpeterVERSIONID(`@(#)hpux9.m4	8.18 (Berkeley) 5/19/98')
1638032Speter
1738032Speterifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /usr/spool/mqueue)')dnl
1838032Speterdefine(`ALIAS_FILE', /usr/lib/aliases)dnl
1938032Speterifdef(`STATUS_FILE',, `define(`STATUS_FILE', /usr/lib/sendmail.st)')dnl
2038032Speterifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', `/bin/rmail')')dnl
2138032Speterifdef(`LOCAL_MAILER_FLAGS',, `define(`LOCAL_MAILER_FLAGS', `m9')')dnl
2238032Speterifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `rmail -d $u')')dnl
2338032Speterifdef(`UUCP_MAILER_ARGS',, `define(`UUCP_MAILER_ARGS', `uux - -r -a$g -gC $h!rmail ($u)')')dnl
2438032Speterdefine(`confTIME_ZONE', `USE_TZ')dnl
2538032Speterdefine(`confEBINDIR', `/usr/lib')dnl
2638032Speterdnl
2738032Speterdnl	For maximum compability with HP-UX, use:
2838032Speterdnl	define(`confME_TOO', True)dnl
29