143071Swollman/*
243071Swollman * This file contains changes from the Open Software Foundation.
343071Swollman */
443071Swollman
543071Swollman/*
643071Swollman
743071SwollmanCopyright 1988, 1989 by the Massachusetts Institute of Technology
843071Swollman
943071SwollmanPermission to use, copy, modify, and distribute this software
1043071Swollmanand its documentation for any purpose and without fee is
1143071Swollmanhereby granted, provided that the above copyright notice
1243071Swollmanappear in all copies and that both that copyright notice and
1343071Swollmanthis permission notice appear in supporting documentation,
1443071Swollmanand that the names of M.I.T. and the M.I.T. S.I.P.B. not be
1543071Swollmanused in advertising or publicity pertaining to distribution
1643071Swollmanof the software without specific, written prior permission.
1743071SwollmanM.I.T. and the M.I.T. S.I.P.B. make no representations about
1843071Swollmanthe suitability of this software for any purpose.  It is
1943071Swollmanprovided "as is" without express or implied warranty.
2043071Swollman
2150479Speter $FreeBSD$
2243071Swollman
2343071Swollman*/
2443071Swollman
25218127Smm#define	_PATH_CONF	"/etc/newsyslog.conf"
26218127Smm#define	_PATH_SYSLOGPID	_PATH_VARRUN "syslog.pid"
27218127Smm#define	_PATH_BZIP2	"/usr/bin/bzip2"
28218127Smm#define	_PATH_GZIP	"/usr/bin/gzip"
29218127Smm#define	_PATH_XZ	"/usr/bin/xz"
30