new copyright notice
[unix-history] / usr / src / usr.bin / msgs / pathnames.h
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)pathnames.h 5.3 (Berkeley) %G%
*/
#define _PATH_MSGS "/var/msgs"
#define _PATH_MAIL "/usr/bin/Mail -f %s"
#define _PATH_PAGER "/usr/bin/more -%d"
#undef _PATH_TMP
#define _PATH_TMP "/tmp/msgXXXXXX"