xref: /freebsd/contrib/sendmail/cf/ostype/unicosmp.m4 (revision d6b92ffa)
1divert(-1)
2#
3# Copyright (c) 2003 Proofpoint, Inc. and its suppliers.
4#	All rights reserved.
5#
6# By using this file, you agree to the terms and conditions set
7# forth in the LICENSE file which can be found at the top level of
8# the sendmail distribution.
9#
10#
11#
12
13#
14# Notes:
15# - In UNICOSMP seems that TZ variable is needed that correct time is marked
16#   to syslog
17#
18
19divert(0)
20VERSIONID(`$Id: unicosmp.m4,v 1.2 2013-11-22 20:51:15 ca Exp $')
21_DEFIFNOT(`LOCAL_MAILER_FLAGS', `Ehm9')dnl
22ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -s -d $u')')dnl
23ifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /var/spool/mqueue)')dnl
24ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/log/sendmail.st')')dnl
25define(`LOCAL_MAILER_PATH', `/usr/bin/mail')dnl
26define(`confTIME_ZONE', USE_TZ)dnl
27define(`confEBINDIR', `/usr/lib')dnl
28