sdhci - Implement ADMA2 transfer support. Keep SDMA support for now.
[dragonfly.git] / usr.sbin / pppd / pathnames.h
blob96c2ca8160f34221c9176d48d4cf699e744ac5fe
1 /*
2 * define path names
4 * $FreeBSD: src/usr.sbin/pppd/pathnames.h,v 1.9.2.1 2002/07/01 03:02:03 mdodd Exp $
5 * $DragonFly: src/usr.sbin/pppd/pathnames.h,v 1.2 2003/06/17 04:30:01 dillon Exp $
6 */
8 #ifdef HAVE_PATHS_H
9 #include <paths.h>
11 #else
12 #define _PATH_VARRUN "/etc/ppp/"
13 #define _PATH_DEVNULL "/dev/null"
14 #endif
16 #define _PATH_UPAPFILE "/etc/ppp/pap-secrets"
17 #define _PATH_CHAPFILE "/etc/ppp/chap-secrets"
18 #define _PATH_SYSOPTIONS "/etc/ppp/options"
19 #define _PATH_IPUP "/etc/ppp/ip-up"
20 #define _PATH_IPDOWN "/etc/ppp/ip-down"
21 #define _PATH_AUTHUP "/etc/ppp/auth-up"
22 #define _PATH_AUTHDOWN "/etc/ppp/auth-down"
23 #define _PATH_TTYOPT "/etc/ppp/options."
24 #define _PATH_CONNERRS "/var/log/connect-errors"
25 #define _PATH_USEROPT ".ppprc"
26 #define _PATH_PEERFILES "/etc/ppp/peers/"
27 #define _PATH_PPPDENY "/etc/ppp/ppp.deny"
28 #define _PATH_PPPSHELLS "/etc/ppp/ppp.shells"
30 #ifdef IPX_CHANGE
31 #define _PATH_IPXUP "/etc/ppp/ipx-up"
32 #define _PATH_IPXDOWN "/etc/ppp/ipx-down"
33 #endif /* IPX_CHANGE */