#ifndef PATHSL_H
#define PATHSL_H

/* daemon pid file location */
#define TACPLUS_PIDFILE		"/var/run/tac_plus.pid"

/* default accounting file location */
#define TACPLUS_ACCTFILE	"/var/log/tac_plus.acct"

/* default log file location */
#define TACPLUS_LOGFILE		"/var/log/tac_plus.log"

#endif


syntax highlighted by Code2HTML, v. 0.9.1