xref: /csrg-svn/usr.bin/at/atq/pathnames.h (revision 40983)
1*40983Sbostic /*
2*40983Sbostic  * Copyright (c) 1989 The Regents of the University of California.
3*40983Sbostic  * All rights reserved.
4*40983Sbostic  *
5*40983Sbostic  * Redistribution and use in source and binary forms are permitted
6*40983Sbostic  * provided that the above copyright notice and this paragraph are
7*40983Sbostic  * duplicated in all such forms and that any documentation,
8*40983Sbostic  * advertising materials, and other materials related to such
9*40983Sbostic  * distribution and use acknowledge that the software was developed
10*40983Sbostic  * by the University of California, Berkeley.  The name of the
11*40983Sbostic  * University may not be used to endorse or promote products derived
12*40983Sbostic  * from this software without specific prior written permission.
13*40983Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*40983Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*40983Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*40983Sbostic  *
17*40983Sbostic  *	@(#)pathnames.h	5.1 (Berkeley) 04/19/90
18*40983Sbostic  */
19*40983Sbostic 
20*40983Sbostic #define	_PATH_ATDIR	"/var/at"
21*40983Sbostic #define	_PATH_LASTFILE	"/var/at/lasttimedone"
22