xref: /freebsd/usr.sbin/sa/pathnames.h (revision b3e76948)
11de7b4b8SPedro F. Giffuni /*-
21de7b4b8SPedro F. Giffuni  * SPDX-License-Identifier: BSD-4-Clause
31de7b4b8SPedro F. Giffuni  *
4b1069b52SDavid Greenman  * Copyright (c) 1994 Christopher G. Demetriou
5b1069b52SDavid Greenman  * All rights reserved.
6b1069b52SDavid Greenman  *
7b1069b52SDavid Greenman  * Redistribution and use in source and binary forms, with or without
8b1069b52SDavid Greenman  * modification, are permitted provided that the following conditions
9b1069b52SDavid Greenman  * are met:
10b1069b52SDavid Greenman  * 1. Redistributions of source code must retain the above copyright
11b1069b52SDavid Greenman  *    notice, this list of conditions and the following disclaimer.
12b1069b52SDavid Greenman  * 2. Redistributions in binary form must reproduce the above copyright
13b1069b52SDavid Greenman  *    notice, this list of conditions and the following disclaimer in the
14b1069b52SDavid Greenman  *    documentation and/or other materials provided with the distribution.
15b1069b52SDavid Greenman  * 3. All advertising materials mentioning features or use of this software
16b1069b52SDavid Greenman  *    must display the following acknowledgement:
17b1069b52SDavid Greenman  *      This product includes software developed by Christopher G. Demetriou.
18b1069b52SDavid Greenman  * 4. The name of the author may not be used to endorse or promote products
19b1069b52SDavid Greenman  *    derived from this software without specific prior written permission
20b1069b52SDavid Greenman  *
21b1069b52SDavid Greenman  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22b1069b52SDavid Greenman  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23b1069b52SDavid Greenman  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24b1069b52SDavid Greenman  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25b1069b52SDavid Greenman  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26b1069b52SDavid Greenman  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27b1069b52SDavid Greenman  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28b1069b52SDavid Greenman  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29b1069b52SDavid Greenman  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30b1069b52SDavid Greenman  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31b1069b52SDavid Greenman  */
32b1069b52SDavid Greenman 
33b1069b52SDavid Greenman #define	_PATH_ACCT	"/var/account/acct"
34b1069b52SDavid Greenman #define _PATH_SAVACCT	"/var/account/savacct"
35b1069b52SDavid Greenman #define _PATH_USRACCT	"/var/account/usracct"
36