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