xref: /386bsd/usr/src/usr.sbin/pppd/pathnames.h (revision a2142627)
1 /*
2  * define path names
3  *
4  * $Id: pathnames.h,v 1.3 1994/04/20 00:11:32 paulus Exp $
5  */
6 
7 #if defined(STREAMS) || defined(ultrix)
8 #define _PATH_PIDFILE 	"/etc/ppp"
9 #else
10 #define _PATH_PIDFILE 	"/var/run"
11 #endif
12 
13 #define _PATH_UPAPFILE 	"/etc/ppp/pap-secrets"
14 #define _PATH_CHAPFILE 	"/etc/ppp/chap-secrets"
15 #define _PATH_SYSOPTIONS "/etc/ppp/options"
16 #define _PATH_IPUP	"/etc/ppp/ip-up"
17 #define _PATH_IPDOWN	"/etc/ppp/ip-down"
18