summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/pathnames.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-30 22:12:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-30 22:12:50 +0000
commitd0950adfd65d0510424b43c31f19d2f1d8d277a4 (patch)
tree6d0c8ee17d77495c851099f1ffa751f84b857857 /cpukit/pppd/pathnames.h
parentRenamed shm.h to shm_driver.h to avoid conflicts with POSIX shm.h. (diff)
downloadrtems-d0950adfd65d0510424b43c31f19d2f1d8d277a4.tar.bz2
Added port of ppp-2.3.5 from Tomasz Domin <dot@comarch.pl> of ComArch SA.
Tomasz only tested this on the mpc823. The official site for the original source for this PPP implementation is: ftp://cs.anu.edu.au/pub/software/ppp NOTE: As of 11/30/1999, the current version of this source is 2.3.10.
Diffstat (limited to 'cpukit/pppd/pathnames.h')
-rw-r--r--cpukit/pppd/pathnames.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/cpukit/pppd/pathnames.h b/cpukit/pppd/pathnames.h
new file mode 100644
index 0000000000..b954204f5c
--- /dev/null
+++ b/cpukit/pppd/pathnames.h
@@ -0,0 +1,30 @@
+/*
+ * define path names
+ *
+ * $Id$
+ */
+
+#ifdef HAVE_PATHS_H
+#include <paths.h>
+
+#else
+#define _PATH_VARRUN "/etc/ppp/"
+#define _PATH_DEVNULL "/dev/null"
+#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"
+#define _PATH_AUTHUP "/etc/ppp/auth-up"
+#define _PATH_AUTHDOWN "/etc/ppp/auth-down"
+#define _PATH_TTYOPT "/etc/ppp/options."
+#define _PATH_CONNERRS "/etc/ppp/connect-errors"
+#define _PATH_USEROPT ".ppprc"
+#define _PATH_PEERFILES "/etc/ppp/peers/"
+
+#ifdef IPX_CHANGE
+#define _PATH_IPXUP "/etc/ppp/ipx-up"
+#define _PATH_IPXDOWN "/etc/ppp/ipx-down"
+#endif /* IPX_CHANGE */