]> git.ozlabs.org Git - ppp.git/blob - pppd/pathnames.h
added kdebug, mtu, lock, escape, disconnect options;
[ppp.git] / pppd / pathnames.h
1 /*
2  * define path names
3  *
4  * $Id: pathnames.h,v 1.2 1994/04/11 07:19:57 paulus Exp $
5  */
6
7 #ifdef STREAMS
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"