pathnames.h 760 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * $Id: pathnames.h,v 1.2 2004/02/23 20:10:39 sobomax 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. #ifndef PATHNAMES_H
  17. #define PATHNAMES_H
  18. #define _PATH_DEV_URANDOM "/dev/urandom" /* Linux only */
  19. #define _PATH_ETC_ISSUE "/etc/issue"
  20. /* normally defined in the Makefile */
  21. #ifndef _PATH_ETC_RADIUSCLIENT_CONF
  22. # define _PATH_ETC_RADIUSCLIENT_CONF "/etc/radiusclient.conf"
  23. #endif
  24. #endif /* PATHNAMES_H */