1220496Smarkm/*
244301Swollman * Copyright (c) 1989, 1993
3220496Smarkm *	The Regents of the University of California.  All rights reserved.
4220496Smarkm *
5220496Smarkm * Redistribution and use in source and binary forms, with or without
6220496Smarkm * modification, are permitted provided that the following conditions
7220496Smarkm * are met:
8220496Smarkm * 1. Redistributions of source code must retain the above copyright
9220496Smarkm *    notice, this list of conditions and the following disclaimer.
10220496Smarkm * 2. Redistributions in binary form must reproduce the above copyright
11220496Smarkm *    notice, this list of conditions and the following disclaimer in the
12220496Smarkm *    documentation and/or other materials provided with the distribution.
13220496Smarkm * 4. Neither the name of the University nor the names of its contributors
1484211Sdillon *    may be used to endorse or promote products derived from this software
1584211Sdillon *    without specific prior written permission.
1684211Sdillon *
1744301Swollman * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1844301Swollman * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1944301Swollman * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2044301Swollman * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2144301Swollman * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22220496Smarkm * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2344301Swollman * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2444301Swollman * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25220496Smarkm * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26220496Smarkm * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27220496Smarkm * SUCH DAMAGE.
2844301Swollman *
29220496Smarkm * $FreeBSD$
3044301Swollman *
31220496Smarkm *	@(#)pathnames.h	8.1 (Berkeley) 6/6/93
32220496Smarkm */
3344301Swollman
3444301Swollman#define	_PATH_MSGS	"/var/msgs"
35220496Smarkm#define	_PATH_MAIL	"/usr/bin/Mail -f %s"
36220496Smarkm#define	_PATH_PAGER	"/usr/bin/more -%d"
37220496Smarkm#undef _PATH_TMP
3844301Swollman#define	_PATH_TMP	"/tmp/msgXXXXXX"
39220496Smarkm