1993-08-14 10:29:28 +04:00
|
|
|
/*
|
|
|
|
* define path names
|
1993-11-10 04:33:51 +03:00
|
|
|
*
|
1996-03-15 06:03:34 +03:00
|
|
|
* $Id: pathnames.h,v 1.8 1996/03/15 03:04:03 paulus Exp $
|
1993-08-14 10:29:28 +04:00
|
|
|
*/
|
|
|
|
|
1995-07-05 03:47:29 +04:00
|
|
|
#ifdef HAVE_PATHS_H
|
|
|
|
#include <paths.h>
|
|
|
|
|
|
|
|
#else
|
|
|
|
#define _PATH_VARRUN "/etc/ppp/"
|
|
|
|
#define _PATH_DEVNULL "/dev/null"
|
|
|
|
#endif
|
|
|
|
|
1993-11-09 07:53:15 +03:00
|
|
|
#define _PATH_UPAPFILE "/etc/ppp/pap-secrets"
|
|
|
|
#define _PATH_CHAPFILE "/etc/ppp/chap-secrets"
|
|
|
|
#define _PATH_SYSOPTIONS "/etc/ppp/options"
|
1994-05-08 16:16:10 +04:00
|
|
|
#define _PATH_IPUP "/etc/ppp/ip-up"
|
|
|
|
#define _PATH_IPDOWN "/etc/ppp/ip-down"
|
1994-05-30 05:18:44 +04:00
|
|
|
#define _PATH_TTYOPT "/etc/ppp/options."
|
1995-07-05 03:47:29 +04:00
|
|
|
#define _PATH_CONNERRS "/etc/ppp/connect-errors"
|
1994-05-30 05:18:44 +04:00
|
|
|
#define _PATH_USEROPT ".ppprc"
|
1996-03-15 06:03:34 +03:00
|
|
|
|
|
|
|
#ifdef IPX_CHANGE
|
|
|
|
#define _PATH_IPXUP "/etc/ppp/ipx-up"
|
|
|
|
#define _PATH_IPXDOWN "/etc/ppp/ipx-down"
|
|
|
|
#endif /* IPX_CHANGE */
|