pathnames.h revision 1590
1109998Smarkm/*
2109998Smarkm * Copyright (c) 1989, 1993
3109998Smarkm *	The Regents of the University of California.  All rights reserved.
4109998Smarkm *
5109998Smarkm * Redistribution and use in source and binary forms, with or without
6109998Smarkm * modification, are permitted provided that the following conditions
7109998Smarkm * are met:
8109998Smarkm * 1. Redistributions of source code must retain the above copyright
9109998Smarkm *    notice, this list of conditions and the following disclaimer.
10109998Smarkm * 2. Redistributions in binary form must reproduce the above copyright
11109998Smarkm *    notice, this list of conditions and the following disclaimer in the
12109998Smarkm *    documentation and/or other materials provided with the distribution.
13109998Smarkm * 3. All advertising materials mentioning features or use of this software
14109998Smarkm *    must display the following acknowledgement:
15109998Smarkm *	This product includes software developed by the University of
16109998Smarkm *	California, Berkeley and its contributors.
17109998Smarkm * 4. Neither the name of the University nor the names of its contributors
18109998Smarkm *    may be used to endorse or promote products derived from this software
19109998Smarkm *    without specific prior written permission.
20109998Smarkm *
21109998Smarkm * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22109998Smarkm * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23109998Smarkm * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24109998Smarkm * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25109998Smarkm * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26109998Smarkm * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27109998Smarkm * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28109998Smarkm * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29109998Smarkm * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30109998Smarkm * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31109998Smarkm * SUCH DAMAGE.
32109998Smarkm *
33109998Smarkm *	@(#)pathnames.h	8.1 (Berkeley) 6/6/93
34109998Smarkm */
35109998Smarkm
36109998Smarkm#include <paths.h>
37109998Smarkm
38109998Smarkm#define	_PATH_ACCT	"/var/account/acct"
39109998Smarkm