X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpathnames.h;h=4bca84f508da63489449abb4bd9e54f32f026c67;hp=d8e91dcad676500120901d51d0f2adc97c448829;hb=2521ca94620dfd5d3864a6f68a171a8be83d5b8e;hpb=d561d117ee0971707986afaf2220c2a5e2ae166d diff --git a/pppd/pathnames.h b/pppd/pathnames.h index d8e91dc..4bca84f 100644 --- a/pppd/pathnames.h +++ b/pppd/pathnames.h @@ -1,13 +1,15 @@ /* * define path names * - * $Id: pathnames.h,v 1.4 1994/05/18 06:34:46 paulus Exp $ + * $Id: pathnames.h,v 1.9 1996/08/28 06:41:46 paulus Exp $ */ -#if defined(STREAMS) || defined(ultrix) -#define _PATH_PIDFILE "/etc/ppp" +#ifdef HAVE_PATHS_H +#include + #else -#define _PATH_PIDFILE "/var/run" +#define _PATH_VARRUN "/etc/ppp/" +#define _PATH_DEVNULL "/dev/null" #endif #define _PATH_UPAPFILE "/etc/ppp/pap-secrets" @@ -15,5 +17,14 @@ #define _PATH_SYSOPTIONS "/etc/ppp/options" #define _PATH_IPUP "/etc/ppp/ip-up" #define _PATH_IPDOWN "/etc/ppp/ip-down" +#define _PATH_AUTHUP "/etc/ppp/auth-up" +#define _PATH_AUTHDOWN "/etc/ppp/auth-down" #define _PATH_TTYOPT "/etc/ppp/options." +#define _PATH_CONNERRS "/etc/ppp/connect-errors" #define _PATH_USEROPT ".ppprc" +#define _PATH_PEERFILES "/etc/ppp/peers/" + +#ifdef IPX_CHANGE +#define _PATH_IPXUP "/etc/ppp/ipx-up" +#define _PATH_IPXDOWN "/etc/ppp/ipx-down" +#endif /* IPX_CHANGE */