xref: /minix3/libexec/fingerd/pathnames.h (revision 1d842c6a572919b97a89b154c4c3a6d5f11575ef)
1*1d842c6aSThomas Cort /*	$NetBSD: pathnames.h,v 1.4 2003/08/07 09:46:38 agc Exp $	*/
2*1d842c6aSThomas Cort 
3*1d842c6aSThomas Cort /*
4*1d842c6aSThomas Cort  * Copyright (c) 1989 The Regents of the University of California.
5*1d842c6aSThomas Cort  * All rights reserved.
6*1d842c6aSThomas Cort  *
7*1d842c6aSThomas Cort  * Redistribution and use in source and binary forms, with or without
8*1d842c6aSThomas Cort  * modification, are permitted provided that the following conditions
9*1d842c6aSThomas Cort  * are met:
10*1d842c6aSThomas Cort  * 1. Redistributions of source code must retain the above copyright
11*1d842c6aSThomas Cort  *    notice, this list of conditions and the following disclaimer.
12*1d842c6aSThomas Cort  * 2. Redistributions in binary form must reproduce the above copyright
13*1d842c6aSThomas Cort  *    notice, this list of conditions and the following disclaimer in the
14*1d842c6aSThomas Cort  *    documentation and/or other materials provided with the distribution.
15*1d842c6aSThomas Cort  * 3. Neither the name of the University nor the names of its contributors
16*1d842c6aSThomas Cort  *    may be used to endorse or promote products derived from this software
17*1d842c6aSThomas Cort  *    without specific prior written permission.
18*1d842c6aSThomas Cort  *
19*1d842c6aSThomas Cort  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20*1d842c6aSThomas Cort  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21*1d842c6aSThomas Cort  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22*1d842c6aSThomas Cort  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23*1d842c6aSThomas Cort  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24*1d842c6aSThomas Cort  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25*1d842c6aSThomas Cort  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26*1d842c6aSThomas Cort  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27*1d842c6aSThomas Cort  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28*1d842c6aSThomas Cort  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29*1d842c6aSThomas Cort  * SUCH DAMAGE.
30*1d842c6aSThomas Cort  *
31*1d842c6aSThomas Cort  *	from: @(#)pathnames.h	5.3 (Berkeley) 6/1/90
32*1d842c6aSThomas Cort  */
33*1d842c6aSThomas Cort 
34*1d842c6aSThomas Cort #define	_PATH_FINGER	"/usr/bin/finger"
35