smrsh.m4 revision 38032
1106686Stjrdivert(-1)
2128005Stjr#
3106686Stjr# Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
4106686Stjr# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
5106686Stjr# Copyright (c) 1988, 1993
6106686Stjr#	The Regents of the University of California.  All rights reserved.
7106686Stjr#
8106686Stjr# By using this file, you agree to the terms and conditions set
9106686Stjr# forth in the LICENSE file which can be found at the top level of
10106686Stjr# the sendmail distribution.
11106686Stjr#
12106686Stjr#
13106686Stjr
14106686Stjrdivert(0)
15106686StjrVERSIONID(`@(#)smrsh.m4	8.8 (Berkeley) 5/19/98')
16106686Stjrdivert(-1)
17106686Stjr
18106686Stjrifdef(`_MAILER_local_',
19106686Stjr	`errprint(`*** FEATURE(smrsh) must occur before MAILER(local)')')dnl
20106686Stjrdefine(`LOCAL_SHELL_PATH',
21106686Stjr	ifelse(_ARG_, `',
22106686Stjr		ifdef(`confEBINDIR', confEBINDIR, `/usr/libexec')`/smrsh',
23106686Stjr		_ARG_))
24106686Stjr