gname, not gid
[unix-history] / usr / src / usr.sbin / sliplogin / pathnames.h
CommitLineData
40fe9c4d
KB
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
b821c65e 7 * @(#)pathnames.h 5.3 (Berkeley) %G%
40fe9c4d
KB
8 */
9
b821c65e 10#ifndef COMPAT
93dd6fb5 11#include <paths.h>
b821c65e
MK
12#else
13#define _PATH_DEVNULL "/dev/null"
14#endif
93dd6fb5 15
40fe9c4d
KB
16#define _PATH_ACCESS "/etc/slip.hosts"
17#define _PATH_LOGIN "/etc/slip.login"
18#define _PATH_LOGOUT "/etc/slip.logout"
b821c65e
MK
19#define _PATH_DEBUG "/tmp/sliplogin.XXXXXX"
20