pathnames.h revision 2286
1216559Sbschmidt/*
2173362Sbenjsc * Copyright (c) 1989 The Regents of the University of California.
3173362Sbenjsc * All rights reserved.
4173362Sbenjsc *
5173362Sbenjsc * Redistribution and use in source and binary forms, with or without
6173362Sbenjsc * modification, are permitted provided that the following conditions
7173362Sbenjsc * are met:
8173362Sbenjsc * 1. Redistributions of source code must retain the above copyright
9173362Sbenjsc *    notice, this list of conditions and the following disclaimer.
10173362Sbenjsc * 2. Redistributions in binary form must reproduce the above copyright
11173362Sbenjsc *    notice, this list of conditions and the following disclaimer in the
12173362Sbenjsc *    documentation and/or other materials provided with the distribution.
13173362Sbenjsc * 3. All advertising materials mentioning features or use of this software
14173362Sbenjsc *    must display the following acknowledgement:
15173362Sbenjsc *	This product includes software developed by the University of
16173362Sbenjsc *	California, Berkeley and its contributors.
17173362Sbenjsc * 4. Neither the name of the University nor the names of its contributors
18173362Sbenjsc *    may be used to endorse or promote products derived from this software
19173362Sbenjsc *    without specific prior written permission.
20173362Sbenjsc *
21173362Sbenjsc * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22173362Sbenjsc * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23173362Sbenjsc * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24173362Sbenjsc * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25173362Sbenjsc * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26173362Sbenjsc * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27173362Sbenjsc * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28173362Sbenjsc * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29173362Sbenjsc * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30173362Sbenjsc * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31173362Sbenjsc * SUCH DAMAGE.
32173362Sbenjsc *
33173362Sbenjsc *	@(#)pathnames.h	5.3 (Berkeley) 6/1/90
34173362Sbenjsc */
35173362Sbenjsc
36173362Sbenjsc#include <paths.h>
37173362Sbenjsc
38173362Sbenjsc#define	_PATH_GETTYTAB	"/etc/gettytab"
39173362Sbenjsc#define	_PATH_LOGIN	"/usr/bin/login"
40