xref: /netbsd-src/lib/libc/include/pathnames.h (revision c2b95373bf0fdf612ee0f8b5f5711bbc8c3d8b87)
1*c2b95373Smrg /*	$NetBSD: pathnames.h,v 1.6 2008/05/29 14:51:25 mrg Exp $	*/
274f573d8Smrg 
35a1ec981Smrg /*
45a1ec981Smrg  * Copyright (c) 1997 Matthew R. Green
55a1ec981Smrg  * All rights reserved.
65a1ec981Smrg  *
75a1ec981Smrg  * Redistribution and use in source and binary forms, with or without
85a1ec981Smrg  * modification, are permitted provided that the following conditions
95a1ec981Smrg  * are met:
105a1ec981Smrg  * 1. Redistributions of source code must retain the above copyright
115a1ec981Smrg  *    notice, this list of conditions and the following disclaimer.
125a1ec981Smrg  * 2. Redistributions in binary form must reproduce the above copyright
135a1ec981Smrg  *    notice, this list of conditions and the following disclaimer in the
145a1ec981Smrg  *    documentation and/or other materials provided with the distribution.
155a1ec981Smrg  *
165a1ec981Smrg  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
175a1ec981Smrg  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
185a1ec981Smrg  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
195a1ec981Smrg  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
205a1ec981Smrg  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
215a1ec981Smrg  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
225a1ec981Smrg  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
235a1ec981Smrg  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
245a1ec981Smrg  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
255a1ec981Smrg  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
265a1ec981Smrg  * SUCH DAMAGE.
275a1ec981Smrg  */
285a1ec981Smrg 
29ea369b96Schristos #ifdef RESCUEDIR
3096178d40Sdogcow #define	_PATH_BIN_RCMD	RESCUEDIR "/rcmd"
31ea369b96Schristos #else
325a1ec981Smrg #define	_PATH_BIN_RCMD	"/bin/rcmd"
33ea369b96Schristos #endif
34