15 lines
412 B
C
15 lines
412 B
C
/*
|
|
* define path names
|
|
*
|
|
* $Id: pathnames.h,v 1.6 1994/05/30 01:18:55 paulus Exp $
|
|
*/
|
|
|
|
#define _PATH_PIDFILE "/var/run"
|
|
#define _PATH_UPAPFILE "/etc/ppp/pap-secrets"
|
|
#define _PATH_CHAPFILE "/etc/ppp/chap-secrets"
|
|
#define _PATH_SYSOPTIONS "/etc/ppp/options"
|
|
#define _PATH_IPUP "/etc/ppp/ip-up"
|
|
#define _PATH_IPDOWN "/etc/ppp/ip-down"
|
|
#define _PATH_TTYOPT "/etc/ppp/options."
|
|
#define _PATH_USEROPT ".ppprc"
|