1/*
2 * This file contains changes from the Open Software Foundation.
3 */
4
5/*
6
7Copyright 1988, 1989 by the Massachusetts Institute of Technology
8
9Permission to use, copy, modify, and distribute this software
10and its documentation for any purpose and without fee is
11hereby granted, provided that the above copyright notice
12appear in all copies and that both that copyright notice and
13this permission notice appear in supporting documentation,
14and that the names of M.I.T. and the M.I.T. S.I.P.B. not be
15used in advertising or publicity pertaining to distribution
16of the software without specific, written prior permission.
17M.I.T. and the M.I.T. S.I.P.B. make no representations about
18the suitability of this software for any purpose.  It is
19provided "as is" without express or implied warranty.
20
21*/
22
23#define	_PATH_CONF	"/etc/newsyslog.conf"
24#define	_PATH_SYSLOGPID	_PATH_VARRUN "syslog.pid"
25#define	_PATH_BZIP2	"/usr/bin/bzip2"
26#define	_PATH_GZIP	"/usr/bin/gzip"
27#define	_PATH_XZ	"/usr/bin/xz"
28#define	_PATH_ZSTD	"/usr/bin/zstd"
29