1*41138Sbostic /*- 2*41138Sbostic * Copyright (c) 1990 The Regents of the University of California. 3*41138Sbostic * All rights reserved. 4*41138Sbostic * 5*41138Sbostic * %sccs.include.redist.c% 6*41138Sbostic * 7*41138Sbostic * @(#)pathnames.h 5.1 (Berkeley) 04/29/90 8*41138Sbostic */ 9*41138Sbostic 10*41138Sbostic #include <paths.h> 11*41138Sbostic 12*41138Sbostic #undef _PATH_TMP 13*41138Sbostic #define _PATH_TMP "/tmp/maXXXXX" 14*41138Sbostic #define _PATH_MAILDIR "/var/mail/" 15