181084Sjake/*	$OpenBSD: pathnames.h,v 1.4 2003/06/02 19:38:24 millert Exp $*/
281084Sjake
3119382Sjake/*
4119382Sjake * Copyright (c) 1989, 1993
5119382Sjake *	The Regents of the University of California.  All rights reserved.
6119382Sjake *
7182020Smarius * Redistribution and use in source and binary forms, with or without
8182020Smarius * modification, are permitted provided that the following conditions
9182020Smarius * are met:
10182020Smarius * 1. Redistributions of source code must retain the above copyright
11201052Smarius *    notice, this list of conditions and the following disclaimer.
12201052Smarius * 2. Redistributions in binary form must reproduce the above copyright
13182020Smarius *    notice, this list of conditions and the following disclaimer in the
14182020Smarius *    documentation and/or other materials provided with the distribution.
15182020Smarius * 3. Neither the name of the University nor the names of its contributors
16182020Smarius *    may be used to endorse or promote products derived from this software
17182020Smarius *    without specific prior written permission.
1886235Stmm *
19182020Smarius * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2091180Sjake * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21147272Smarius * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22147272Smarius * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23147272Smarius * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24147272Smarius * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25182020Smarius * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26182020Smarius * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27182020Smarius * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28183423Smarius * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29183423Smarius * SUCH DAMAGE.
30163890Smarius *
31163890Smarius *	from: @(#)pathnames.h	8.1 (Berkeley) 6/4/93
32 */
33
34#define	_PATH_FINGER	"/usr/bin/finger"
35