1994-09-25 02:11:26 +00:00
|
|
|
/*
|
|
|
|
* define path names
|
|
|
|
*
|
1997-08-19 17:52:48 +00:00
|
|
|
* $Id$
|
1994-09-25 02:11:26 +00:00
|
|
|
*/
|
|
|
|
|
1995-10-31 21:21:51 +00:00
|
|
|
#ifdef HAVE_PATHS_H
|
|
|
|
#include <paths.h>
|
|
|
|
|
1994-09-25 02:11:26 +00:00
|
|
|
#else
|
1995-10-31 21:21:51 +00:00
|
|
|
#define _PATH_VARRUN "/etc/ppp/"
|
|
|
|
#define _PATH_DEVNULL "/dev/null"
|
1994-09-25 02:11:26 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#define _PATH_UPAPFILE "/etc/ppp/pap-secrets"
|
|
|
|
#define _PATH_CHAPFILE "/etc/ppp/chap-secrets"
|
|
|
|
#define _PATH_SYSOPTIONS "/etc/ppp/options"
|
|
|
|
#define _PATH_IPUP "/etc/ppp/ip-up"
|
|
|
|
#define _PATH_IPDOWN "/etc/ppp/ip-down"
|
1997-08-19 17:52:48 +00:00
|
|
|
#define _PATH_AUTHUP "/etc/ppp/auth-up"
|
|
|
|
#define _PATH_AUTHDOWN "/etc/ppp/auth-down"
|
1994-09-25 02:11:26 +00:00
|
|
|
#define _PATH_TTYOPT "/etc/ppp/options."
|
1995-10-31 21:21:51 +00:00
|
|
|
#define _PATH_CONNERRS "/etc/ppp/connect-errors"
|
1994-09-25 02:11:26 +00:00
|
|
|
#define _PATH_USEROPT ".ppprc"
|
1997-08-19 17:52:48 +00:00
|
|
|
#define _PATH_PEERFILES "/etc/ppp/peers/"
|
1997-04-16 02:07:10 +00:00
|
|
|
#define _PATH_PPPDENY "/etc/ppp/ppp.deny"
|
1997-04-15 07:00:35 +00:00
|
|
|
#define _PATH_PPPSHELLS "/etc/ppp/ppp.shells"
|
|
|
|
|
1997-08-19 17:52:48 +00:00
|
|
|
#ifdef IPX_CHANGE
|
|
|
|
#define _PATH_IPXUP "/etc/ppp/ipx-up"
|
|
|
|
#define _PATH_IPXDOWN "/etc/ppp/ipx-down"
|
|
|
|
#endif /* IPX_CHANGE */
|