Home | History | Annotate | Download | only in radius
      1 /*
      2  * $Id: pathnames.h,v 1.1 2004/11/14 07:26:26 paulus 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 (at) 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 */
     29