xref: /csrg-svn/libexec/comsat/pathnames.h (revision 37986)
137256Sbostic /*
237256Sbostic  * Copyright (c) 1989 The Regents of the University of California.
337256Sbostic  * All rights reserved.
437256Sbostic  *
537256Sbostic  * Redistribution and use in source and binary forms are permitted
637256Sbostic  * provided that the above copyright notice and this paragraph are
737256Sbostic  * duplicated in all such forms and that any documentation,
837256Sbostic  * advertising materials, and other materials related to such
937256Sbostic  * distribution and use acknowledge that the software was developed
1037256Sbostic  * by the University of California, Berkeley.  The name of the
1137256Sbostic  * University may not be used to endorse or promote products derived
1237256Sbostic  * from this software without specific prior written permission.
1337256Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1437256Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1537256Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1637256Sbostic  *
17*37986Sbostic  *	@(#)pathnames.h	5.2 (Berkeley) 05/11/89
1837256Sbostic  */
1937256Sbostic 
20*37986Sbostic #include <paths.h>
21*37986Sbostic 
22*37986Sbostic #define	_PATH_MAIL	"/var/spool/mail"
23