X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpathnames.h;h=d8e91dcad676500120901d51d0f2adc97c448829;hp=5a7e128d1d55f4da6a48116ee2db9cde0c506d7c;hb=b218c6525807557e67f7985e546681757b45977c;hpb=2061521c988af7573d81d43419b382ff74a6235e diff --git a/pppd/pathnames.h b/pppd/pathnames.h index 5a7e128..d8e91dc 100644 --- a/pppd/pathnames.h +++ b/pppd/pathnames.h @@ -1,10 +1,10 @@ /* * define path names * - * $Id: pathnames.h,v 1.2 1994/04/11 07:19:57 paulus Exp $ + * $Id: pathnames.h,v 1.4 1994/05/18 06:34:46 paulus Exp $ */ -#ifdef STREAMS +#if defined(STREAMS) || defined(ultrix) #define _PATH_PIDFILE "/etc/ppp" #else #define _PATH_PIDFILE "/var/run" @@ -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"