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