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