summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/pppd/pathnames.h
blob: 7e3b77f82037f018daef1597ef0ee76167f60147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * define path names
 *
 * $Id: pathnames.h 195734 2001-06-11 14:46:02Z gc $
 */

#define _PATH_VARRUN 	"/var/run/"
#define _PATH_DEVNULL	"/dev/null"
#define _ROOT_PATH

#define _PATH_UPAPFILE 	 _ROOT_PATH "/etc/ppp/pap-secrets"
#define _PATH_CHAPFILE 	 _ROOT_PATH "/etc/ppp/chap-secrets"
#define _PATH_SYSOPTIONS _ROOT_PATH "/etc/ppp/options"
#define _PATH_IPUP	 _ROOT_PATH "/etc/ppp/ip-up"
#define _PATH_IPDOWN	 _ROOT_PATH "/etc/ppp/ip-down"
#define _PATH_AUTHUP	 _ROOT_PATH "/etc/ppp/auth-up"
#define _PATH_AUTHDOWN	 _ROOT_PATH "/etc/ppp/auth-down"
#define _PATH_TTYOPT	 _ROOT_PATH "/etc/ppp/options."
#define _PATH_CONNERRS	 _ROOT_PATH "/etc/ppp/connect-errors"
#define _PATH_PEERFILES	 _ROOT_PATH "/etc/ppp/peers/"
#define _PATH_RESOLV	 _ROOT_PATH "/etc/resolv.conf"

#define _PATH_USEROPT	 ".ppprc"

#define _PATH_PPPDB	_ROOT_PATH _PATH_VARRUN "pppd.tdb"