xref: /openbsd/usr.sbin/pppd/pathnames.h (revision c454d3c2)
1 /*	$OpenBSD: pathnames.h,v 1.6 2007/06/04 14:59:45 henning Exp $	*/
2 
3 /*
4  * define path names
5  *
6  * Id: pathnames.h,v 1.9 1996/08/28 06:41:46 paulus Exp
7  */
8 
9 #ifdef HAVE_PATHS_H
10 #include <paths.h>
11 
12 #else
13 #define _PATH_VARRUN 	"/etc/ppp/"
14 #define _PATH_DEVNULL	"/dev/null"
15 #endif
16 
17 #define _PATH_UPAPFILE 	"/etc/ppp/pap-secrets"
18 #define _PATH_CHAPFILE 	"/etc/ppp/chap-secrets"
19 #define _PATH_SYSOPTIONS "/etc/ppp/options"
20 #define _PATH_IPUP	"/etc/ppp/ip-up"
21 #define _PATH_IPDOWN	"/etc/ppp/ip-down"
22 #define _PATH_AUTHUP	"/etc/ppp/auth-up"
23 #define _PATH_AUTHDOWN	"/etc/ppp/auth-down"
24 #define _PATH_TTYOPT	"/etc/ppp/options."
25 #define _PATH_CONNERRS	"/etc/ppp/connect-errors"
26 #define _PATH_USEROPT	".ppprc"
27 #define _PATH_PEERFILES	"/etc/ppp/peers/"
28