11 #define _PATH_VARRUN "/etc/ppp/"
12 #define _PATH_DEVNULL "/dev/null"
15 #define _PATH_UPAPFILE "/etc/ppp/pap-secrets"
16 #define _PATH_CHAPFILE "/etc/ppp/chap-secrets"
17 #define _PATH_SYSOPTIONS "/etc/ppp/options"
18 #define _PATH_IPUP "/etc/ppp/ip-up"
19 #define _PATH_IPDOWN "/etc/ppp/ip-down"
20 #define _PATH_AUTHUP "/etc/ppp/auth-up"
21 #define _PATH_AUTHDOWN "/etc/ppp/auth-down"
22 #define _PATH_TTYOPT "/etc/ppp/options."
23 #define _PATH_CONNERRS "/var/log/connect-errors"
24 #define _PATH_USEROPT ".ppprc"
25 #define _PATH_PEERFILES "/etc/ppp/peers/"
26 #define _PATH_PPPDENY "/etc/ppp/ppp.deny"
27 #define _PATH_PPPSHELLS "/etc/ppp/ppp.shells"
30 #define _PATH_IPV6UP "/etc/ppp/ipv6-up"
31 #define _PATH_IPV6DOWN "/etc/ppp/ipv6-down"
35 #define _PATH_IPXUP "/etc/ppp/ipx-up"
36 #define _PATH_IPXDOWN "/etc/ppp/ipx-down"
37 #endif /* IPX_CHANGE */