]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pathnames.h
Note that the inbound and outbound qualifiers can be used with
[ppp.git] / pppd / pathnames.h
index 416e9ed787f8ae72070275bdc0971a018f773c1c..dccf0fda35720e13136be034038cc441001437e8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * define path names
  *
- * $Id: pathnames.h,v 1.13 2000/04/04 07:06:52 paulus Exp $
+ * $Id: pathnames.h,v 1.15 2002/11/02 19:48:13 carlsonj Exp $
  */
 
 #ifdef HAVE_PATHS_H
@@ -20,6 +20,7 @@
 
 #define _PATH_UPAPFILE          _ROOT_PATH "/etc/ppp/pap-secrets"
 #define _PATH_CHAPFILE          _ROOT_PATH "/etc/ppp/chap-secrets"
+#define _PATH_SRPFILE   _ROOT_PATH "/etc/ppp/srp-secrets"
 #define _PATH_SYSOPTIONS _ROOT_PATH "/etc/ppp/options"
 #define _PATH_IPUP      _ROOT_PATH "/etc/ppp/ip-up"
 #define _PATH_IPDOWN    _ROOT_PATH "/etc/ppp/ip-down"
@@ -31,6 +32,7 @@
 #define _PATH_RESOLV    _ROOT_PATH "/etc/ppp/resolv.conf"
 
 #define _PATH_USEROPT   ".ppprc"
+#define        _PATH_PSEUDONYM  ".ppp_pseudonym"
 
 #ifdef INET6
 #define _PATH_IPV6UP     _ROOT_PATH "/etc/ppp/ipv6-up"
@@ -51,3 +53,7 @@
 #define _PATH_PPPDB    "/etc/ppp/pppd.tdb"
 #endif
 #endif /* __STDC__ */
+
+#ifdef PLUGIN
+#define _PATH_PLUGIN   "/usr/lib/pppd/" VERSION
+#endif /* PLUGIN */