1 /* 2 * This file contains changes from the Open Software Foundation. 3 */ 4 5 /* 6 7 Copyright 1988, 1989 by the Massachusetts Institute of Technology 8 9 Permission to use, copy, modify, and distribute this software 10 and its documentation for any purpose and without fee is 11 hereby granted, provided that the above copyright notice 12 appear in all copies and that both that copyright notice and 13 this permission notice appear in supporting documentation, 14 and that the names of M.I.T. and the M.I.T. S.I.P.B. not be 15 used in advertising or publicity pertaining to distribution 16 of the software without specific, written prior permission. 17 M.I.T. and the M.I.T. S.I.P.B. make no representations about 18 the suitability of this software for any purpose. It is 19 provided "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