mirror of https://github.com/facebook/tac_plus
17 lines
419 B
C
17 lines
419 B
C
#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"
|
|
|
|
/* This is a shared file used to maintain a record of who is logged in */
|
|
#define TACPLUS_WHOLOGFILE "/var/log/tacwho.log"
|
|
|
|
#endif
|