1993-08-14 10:29:28 +04:00
|
|
|
/*
|
|
|
|
* define path names
|
1993-11-10 04:33:51 +03:00
|
|
|
*
|
1994-05-08 16:16:10 +04:00
|
|
|
* $Id: pathnames.h,v 1.5 1994/05/08 12:16:28 paulus Exp $
|
1993-08-14 10:29:28 +04:00
|
|
|
*/
|
|
|
|
|
1994-05-08 16:16:10 +04:00
|
|
|
#if defined(STREAMS) || defined(ultrix)
|
1993-11-10 04:33:51 +03:00
|
|
|
#define _PATH_PIDFILE "/etc/ppp"
|
|
|
|
#else
|
|
|
|
#define _PATH_PIDFILE "/var/run"
|
|
|
|
#endif
|
|
|
|
|
1993-11-09 07:53:15 +03:00
|
|
|
#define _PATH_UPAPFILE "/etc/ppp/pap-secrets"
|
|
|
|
#define _PATH_CHAPFILE "/etc/ppp/chap-secrets"
|
|
|
|
#define _PATH_SYSOPTIONS "/etc/ppp/options"
|
1994-05-08 16:16:10 +04:00
|
|
|
#define _PATH_IPUP "/etc/ppp/ip-up"
|
|
|
|
#define _PATH_IPDOWN "/etc/ppp/ip-down"
|