]> git.ozlabs.org Git - ppp.git/blob - pppd/pathnames.h
updated for 2.2
[ppp.git] / pppd / pathnames.h
1 /*
2  * define path names
3  *
4  * $Id: pathnames.h,v 1.5 1994/09/01 00:32:56 paulus Exp $
5  */
6
7 #ifdef HAVE_PATHS_H
8 #include <paths.h>
9
10 #else
11 #define _PATH_VARRUN    "/etc/ppp/"
12 #define _PATH_DEVNULL   "/dev/null"
13 #endif
14
15 #define _PATH_UPAPFILE  "/etc/ppp/pap-secrets"
16 #define _PATH_CHAPFILE  "/etc/ppp/chap-secrets"
17 #define _PATH_SYSOPTIONS "/etc/ppp/options"
18 #define _PATH_IPUP      "/etc/ppp/ip-up"
19 #define _PATH_IPDOWN    "/etc/ppp/ip-down"
20 #define _PATH_TTYOPT    "/etc/ppp/options."
21 #define _PATH_USEROPT   ".ppprc"