xref: /original-bsd/usr.bin/msgs/pathnames.h (revision 2c9fbcf6)
14d440302Sdist /*
2*2c9fbcf6Sbostic  * Copyright (c) 1989, 1993
3*2c9fbcf6Sbostic  *	The Regents of the University of California.  All rights reserved.
44d440302Sdist  *
5f968f891Sbostic  * %sccs.include.redist.c%
6c8c0b70bSbostic  *
7*2c9fbcf6Sbostic  *	@(#)pathnames.h	8.1 (Berkeley) 06/06/93
84d440302Sdist  */
9d8a5faffSsam 
10c8c0b70bSbostic #define	_PATH_MSGS	"/var/msgs"
11c8c0b70bSbostic #define	_PATH_MAIL	"/usr/bin/Mail -f %s"
12c8c0b70bSbostic #define	_PATH_PAGER	"/usr/bin/more -%d"
13c8c0b70bSbostic #undef _PATH_TMP
14c8c0b70bSbostic #define	_PATH_TMP	"/tmp/msgXXXXXX"
15