xref: /csrg-svn/usr.bin/at/at/pathnames.h (revision 38496)
137995Sbostic /*
237995Sbostic  * Copyright (c) 1989 The Regents of the University of California.
337995Sbostic  * All rights reserved.
437995Sbostic  *
537995Sbostic  * Redistribution and use in source and binary forms are permitted
637995Sbostic  * provided that the above copyright notice and this paragraph are
737995Sbostic  * duplicated in all such forms and that any documentation,
837995Sbostic  * advertising materials, and other materials related to such
937995Sbostic  * distribution and use acknowledge that the software was developed
1037995Sbostic  * by the University of California, Berkeley.  The name of the
1137995Sbostic  * University may not be used to endorse or promote products derived
1237995Sbostic  * from this software without specific prior written permission.
1337995Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1437995Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1537995Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1637995Sbostic  *
17*38496Sbostic  *	@(#)pathnames.h	5.2 (Berkeley) 07/28/89
1837995Sbostic  */
1937995Sbostic 
2037995Sbostic #include <paths.h>
2137995Sbostic 
22*38496Sbostic #define	_PATH_ATDIR	"/var/at"
23*38496Sbostic #define	_PATH_LASTFILE	"/var/at/lasttimedone"
2437995Sbostic #define	_PATH_MAIL	"/bin/mail"
25*38496Sbostic #define	_PATH_PAST	"/var/at/past"
26