4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / libexec / getty / pathnames.h
CommitLineData
4ecc8b17 1/*
7e93bfe3
KB
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4ecc8b17 4 *
836fe169 5 * %sccs.include.redist.c%
4ecc8b17 6 *
7e93bfe3 7 * @(#)pathnames.h 8.1 (Berkeley) %G%
4ecc8b17
KB
8 */
9
7abf8d65
KB
10#include <paths.h>
11
4ecc8b17 12#define _PATH_GETTYTAB "/etc/gettytab"
7abf8d65 13#define _PATH_LOGIN "/usr/bin/login"