pathnames.h revision 256281
111820Sjulian/*
211820Sjulian * Copyright (c) 1989, 1993
311820Sjulian *	The Regents of the University of California.  All rights reserved.
411820Sjulian *
511820Sjulian * Redistribution and use in source and binary forms, with or without
611820Sjulian * modification, are permitted provided that the following conditions
711820Sjulian * are met:
811820Sjulian * 1. Redistributions of source code must retain the above copyright
911820Sjulian *    notice, this list of conditions and the following disclaimer.
1011820Sjulian * 2. Redistributions in binary form must reproduce the above copyright
1111820Sjulian *    notice, this list of conditions and the following disclaimer in the
1211820Sjulian *    documentation and/or other materials provided with the distribution.
1311820Sjulian * 4. Neither the name of the University nor the names of its contributors
1411820Sjulian *    may be used to endorse or promote products derived from this software
1511820Sjulian *    without specific prior written permission.
1611820Sjulian *
1711820Sjulian * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1811820Sjulian * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1911820Sjulian * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2011820Sjulian * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2111820Sjulian * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2211820Sjulian * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2311820Sjulian * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2411820Sjulian * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2511820Sjulian * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2611820Sjulian * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2711820Sjulian * SUCH DAMAGE.
2811820Sjulian *
2911820Sjulian *	@(#)pathnames.h	8.1 (Berkeley) 6/6/93
3011820Sjulian *
3111820Sjulian * $FreeBSD: stable/10/usr.bin/mail/pathnames.h 216370 2010-12-11 08:32:16Z joel $
3211820Sjulian */
3311820Sjulian
3411820Sjulian#define	_PATH_EX	"/usr/bin/ex"
3515248Sjhay#define	_PATH_HELP	"/usr/share/misc/mail.help"
3611820Sjulian#define	_PATH_TILDE	"/usr/share/misc/mail.tildehelp"
3711820Sjulian#define	_PATH_MASTER_RC	"/usr/share/misc/mail.rc:/usr/local/etc/mail.rc:/etc/mail.rc"
3811820Sjulian#define	_PATH_MORE	"/usr/bin/more"
3911820Sjulian