1 *4d4057d8SBen Gras /* $NetBSD: pathnames.h,v 1.2 2009/10/21 01:07:46 snj Exp $ */ 2 *4d4057d8SBen Gras 3 *4d4057d8SBen Gras /* 4 *4d4057d8SBen Gras * Copyright (c) 1996 Christos Zoulas. All rights reserved. 5 *4d4057d8SBen Gras * 6 *4d4057d8SBen Gras * Redistribution and use in source and binary forms, with or without 7 *4d4057d8SBen Gras * modification, are permitted provided that the following conditions 8 *4d4057d8SBen Gras * are met: 9 *4d4057d8SBen Gras * 1. Redistributions of source code must retain the above copyright 10 *4d4057d8SBen Gras * notice, this list of conditions and the following disclaimer. 11 *4d4057d8SBen Gras * 2. Redistributions in binary form must reproduce the above copyright 12 *4d4057d8SBen Gras * notice, this list of conditions and the following disclaimer in the 13 *4d4057d8SBen Gras * documentation and/or other materials provided with the distribution. 14 *4d4057d8SBen Gras * 15 *4d4057d8SBen Gras * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 16 *4d4057d8SBen Gras * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 17 *4d4057d8SBen Gras * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 18 *4d4057d8SBen Gras * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 19 *4d4057d8SBen Gras * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 20 *4d4057d8SBen Gras * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 21 *4d4057d8SBen Gras * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 22 *4d4057d8SBen Gras * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23 *4d4057d8SBen Gras * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 24 *4d4057d8SBen Gras * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 *4d4057d8SBen Gras */ 26 *4d4057d8SBen Gras 27 *4d4057d8SBen Gras #define _PATH_SBIN "/sbin" 28 *4d4057d8SBen Gras #define _PATH_USRSBIN "/usr/sbin" 29