]> git.ozlabs.org Git - ppp.git/blob - pppd/pathnames.h
Use _PATH_VARRUN from pathnames.h instead of _PATH_PIDFILE
[ppp.git] / pppd / pathnames.h
1 /*
2  * define path names
3  *
4  * $Id: pathnames.h,v 1.4 1994/05/18 06:34:46 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 #define _PATH_TTYOPT    "/etc/ppp/options."
19 #define _PATH_USEROPT   ".ppprc"