summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppd/pathnames.h')
-rw-r--r--usr.sbin/pppd/pathnames.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h
index a660915b1c8..152ff75b110 100644
--- a/usr.sbin/pppd/pathnames.h
+++ b/usr.sbin/pppd/pathnames.h
@@ -1,7 +1,7 @@
+/* $OpenBSD: pathnames.h,v 1.2 1996/03/25 15:55:53 niklas Exp $ */
+
/*
* define path names
- *
- * $Id: pathnames.h,v 1.1 1995/10/18 08:47:59 deraadt Exp $
*/
#ifdef HAVE_PATHS_H
@@ -20,3 +20,8 @@
#define _PATH_TTYOPT "/etc/ppp/options."
#define _PATH_CONNERRS "/etc/ppp/connect-errors"
#define _PATH_USEROPT ".ppprc"
+
+#ifdef IPX_CHANGE
+#define _PATH_IPXUP "/etc/ppp/ipx-up"
+#define _PATH_IPXDOWN "/etc/ppp/ipx-down"
+#endif /* IPX_CHANGE */