From d561d117ee0971707986afaf2220c2a5e2ae166d Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 18 May 1994 06:34:46 +0000 Subject: [PATCH 1/1] added _PATH_TTYOPT and _PATH_USEROPT --- pppd/pathnames.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pppd/pathnames.h b/pppd/pathnames.h index 93ee432..d8e91dc 100644 --- a/pppd/pathnames.h +++ b/pppd/pathnames.h @@ -1,7 +1,7 @@ /* * define path names * - * $Id: pathnames.h,v 1.3 1994/04/20 00:11:32 paulus Exp $ + * $Id: pathnames.h,v 1.4 1994/05/18 06:34:46 paulus Exp $ */ #if defined(STREAMS) || defined(ultrix) @@ -15,3 +15,5 @@ #define _PATH_SYSOPTIONS "/etc/ppp/options" #define _PATH_IPUP "/etc/ppp/ip-up" #define _PATH_IPDOWN "/etc/ppp/ip-down" +#define _PATH_TTYOPT "/etc/ppp/options." +#define _PATH_USEROPT ".ppprc" -- 2.39.2