OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libnetworking/] [pppd/] [pathnames.h] - Blame information for rev 589

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 * define path names
3
 *
4
 * $Id: pathnames.h,v 1.2 2001-09-27 12:01:57 chris Exp $
5
 */
6
 
7
#ifdef HAVE_PATHS_H
8
#include <paths.h>
9
 
10
#else
11
#define _PATH_VARRUN    "/etc/ppp/"
12
#define _PATH_DEVNULL   "/dev/null"
13
#endif
14
 
15
#define _PATH_UPAPFILE  "/etc/ppp/pap-secrets"
16
#define _PATH_CHAPFILE  "/etc/ppp/chap-secrets"
17
#define _PATH_SYSOPTIONS "/etc/ppp/options"
18
#define _PATH_IPUP      "/etc/ppp/ip-up"
19
#define _PATH_IPDOWN    "/etc/ppp/ip-down"
20
#define _PATH_AUTHUP    "/etc/ppp/auth-up"
21
#define _PATH_AUTHDOWN  "/etc/ppp/auth-down"
22
#define _PATH_TTYOPT    "/etc/ppp/options."
23
#define _PATH_CONNERRS  "/etc/ppp/connect-errors"
24
#define _PATH_USEROPT   ".ppprc"
25
#define _PATH_PEERFILES "/etc/ppp/peers/"
26
 
27
#ifdef IPX_CHANGE
28
#define _PATH_IPXUP     "/etc/ppp/ipx-up"
29
#define _PATH_IPXDOWN   "/etc/ppp/ipx-down"
30
#endif /* IPX_CHANGE */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.