1 /*-
2  * Copyright (c) 1990, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)pathnames.h	8.1 (Berkeley) 06/06/93
8  */
9 
10 #ifndef COMPAT
11 #include <paths.h>
12 #else
13 #define	_PATH_DEVNULL	"/dev/null"
14 #endif
15 
16 #define	_PATH_ACCESS	"/etc/sliphome/slip.hosts"
17 #define	_PATH_LOGIN	"/etc/sliphome/slip.login"
18 #define	_PATH_LOGOUT	"/etc/sliphome/slip.logout"
19 #define	_PATH_DEBUG	"/tmp/sliplogin.XXXXXX"
20 
21