document long option names
[unix-history] / usr / src / usr.sbin / syslogd / pathnames.h
CommitLineData
b1544cdb 1/*
a42b3e1b
KB
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
b1544cdb 4 *
417f7a11 5 * %sccs.include.redist.c%
b1544cdb 6 *
a42b3e1b 7 * @(#)pathnames.h 8.1 (Berkeley) %G%
b1544cdb
KB
8 */
9
7abf8d65
KB
10#include <paths.h>
11
b1544cdb 12#define _PATH_KLOG "/dev/klog"
7abf8d65
KB
13#define _PATH_LOGCONF "/etc/syslog.conf"
14#define _PATH_LOGPID "/var/run/syslog.pid"