]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/include/pathnames.h
2e6d21932004946b05bec25d96b33facd069979c
[ppp.git] / pppd / plugins / radius / radiusclient / include / pathnames.h
1 /*
2  * $Id: pathnames.h,v 1.1 2002/01/22 16:03:01 dfs Exp $
3  *
4  * Copyright (C) 1995,1996 Lars Fenneberg
5  *
6  * Copyright 1992 Livingston Enterprises, Inc.
7  *
8  * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan 
9  * and Merit Network, Inc. All Rights Reserved
10  *
11  * See the file COPYRIGHT for the respective terms and conditions. 
12  * If the file is missing contact me at lf@elemental.net 
13  * and I'll send you a copy.
14  *
15  */
16
17 #ifndef PATHNAMES_H
18 #define PATHNAMES_H
19
20 #define _PATH_DEV_URANDOM       "/dev/urandom"          /* Linux only */
21 #define _PATH_ETC_ISSUE         "/etc/issue"
22
23 /* normally defined in the Makefile */
24 #ifndef _PATH_ETC_RADIUSCLIENT_CONF
25 #define _PATH_ETC_RADIUSCLIENT_CONF       "/etc/radiusclient.conf"
26 #endif
27
28 #endif /* PATHNAMES_H */