pathnames.h revision 2286
1259701Sdim/*
2353358Sdim * Copyright (c) 1989 The Regents of the University of California.
3353358Sdim * All rights reserved.
4353358Sdim *
5259701Sdim * Redistribution and use in source and binary forms, with or without
6259701Sdim * modification, are permitted provided that the following conditions
7259701Sdim * are met:
8259701Sdim * 1. Redistributions of source code must retain the above copyright
9341825Sdim *    notice, this list of conditions and the following disclaimer.
10259701Sdim * 2. Redistributions in binary form must reproduce the above copyright
11259701Sdim *    notice, this list of conditions and the following disclaimer in the
12259701Sdim *    documentation and/or other materials provided with the distribution.
13259701Sdim * 3. All advertising materials mentioning features or use of this software
14259701Sdim *    must display the following acknowledgement:
15259701Sdim *	This product includes software developed by the University of
16280031Sdim *	California, Berkeley and its contributors.
17280031Sdim * 4. Neither the name of the University nor the names of its contributors
18259701Sdim *    may be used to endorse or promote products derived from this software
19259701Sdim *    without specific prior written permission.
20259701Sdim *
21259701Sdim * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22259701Sdim * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23276479Sdim * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24276479Sdim * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25259701Sdim * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26259701Sdim * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27259701Sdim * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28259701Sdim * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29259701Sdim * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30341825Sdim * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31280031Sdim * SUCH DAMAGE.
32280031Sdim *
33280031Sdim *	@(#)pathnames.h	5.3 (Berkeley) 6/1/90
34280031Sdim */
35280031Sdim
36280031Sdim#include <paths.h>
37321369Sdim
38321369Sdim#define	_PATH_GETTYTAB	"/etc/gettytab"
39280031Sdim#define	_PATH_LOGIN	"/usr/bin/login"
40280031Sdim