NetBSD/usr.sbin/pppd/pathnames.h
paulus 79517a9770 Bring pppd up to the about-to-be-released ppp-2.1.1 release,
mostly security improvements and bug fixes; some new functionality
from the Linux port.
1994-05-30 01:18:44 +00:00

15 lines
412 B
C

/*
* define path names
*
* $Id: pathnames.h,v 1.6 1994/05/30 01:18:55 paulus Exp $
*/
#define _PATH_PIDFILE "/var/run"
#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"
#define _PATH_TTYOPT "/etc/ppp/options."
#define _PATH_USEROPT ".ppprc"