xref: /csrg-svn/libexec/fingerd/pathnames.h (revision 37986)
137268Sbostic /*
237268Sbostic  * Copyright (c) 1989 The Regents of the University of California.
337268Sbostic  * All rights reserved.
437268Sbostic  *
537268Sbostic  * Redistribution and use in source and binary forms are permitted
637268Sbostic  * provided that the above copyright notice and this paragraph are
737268Sbostic  * duplicated in all such forms and that any documentation,
837268Sbostic  * advertising materials, and other materials related to such
937268Sbostic  * distribution and use acknowledge that the software was developed
1037268Sbostic  * by the University of California, Berkeley.  The name of the
1137268Sbostic  * University may not be used to endorse or promote products derived
1237268Sbostic  * from this software without specific prior written permission.
1337268Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1437268Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1537268Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1637268Sbostic  *
17*37986Sbostic  *	@(#)pathnames.h	5.2 (Berkeley) 05/11/89
1837268Sbostic  */
1937268Sbostic 
20*37986Sbostic #define	_PATH_FINGER	"/usr/bin/finger"
21