pathnames.h revision 1591
125184Sjkh/*
225184Sjkh * Copyright (c) 1989, 1993
345096Simp *	The Regents of the University of California.  All rights reserved.
425184Sjkh *
525184Sjkh * Redistribution and use in source and binary forms, with or without
625184Sjkh * modification, are permitted provided that the following conditions
725184Sjkh * are met:
825184Sjkh * 1. Redistributions of source code must retain the above copyright
925184Sjkh *    notice, this list of conditions and the following disclaimer.
1025184Sjkh * 2. Redistributions in binary form must reproduce the above copyright
1125184Sjkh *    notice, this list of conditions and the following disclaimer in the
1225184Sjkh *    documentation and/or other materials provided with the distribution.
1325184Sjkh * 3. All advertising materials mentioning features or use of this software
1425184Sjkh *    must display the following acknowledgement:
1525184Sjkh *	This product includes software developed by the University of
1625184Sjkh *	California, Berkeley and its contributors.
1725184Sjkh * 4. Neither the name of the University nor the names of its contributors
1825184Sjkh *    may be used to endorse or promote products derived from this software
1925184Sjkh *    without specific prior written permission.
2025184Sjkh *
2125184Sjkh * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2225184Sjkh * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2325184Sjkh * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2425184Sjkh * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2525184Sjkh * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2625184Sjkh * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2725184Sjkh * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2840006Sphk * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2940006Sphk * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3040006Sphk * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3140006Sphk * SUCH DAMAGE.
3240006Sphk *
3340006Sphk *	@(#)pathnames.h	8.1 (Berkeley) 6/9/93
3442621Shm */
3542621Shm
3642621Shm#define	_PATH_TMP	"/tmp/xstrXXXXXX"
3742621Shm