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