xref: /aosp_15_r20/external/mtools/mtoolsPaths.h (revision d5c9a868b113e0ec0db2f27bc2ce8a253e77c4b0)
1*d5c9a868SElliott Hughes /*  Copyright 1997,2001,2002,2009 Alain Knaff.
2*d5c9a868SElliott Hughes  *  This file is part of mtools.
3*d5c9a868SElliott Hughes  *
4*d5c9a868SElliott Hughes  *  Mtools is free software: you can redistribute it and/or modify
5*d5c9a868SElliott Hughes  *  it under the terms of the GNU General Public License as published by
6*d5c9a868SElliott Hughes  *  the Free Software Foundation, either version 3 of the License, or
7*d5c9a868SElliott Hughes  *  (at your option) any later version.
8*d5c9a868SElliott Hughes  *
9*d5c9a868SElliott Hughes  *  Mtools is distributed in the hope that it will be useful,
10*d5c9a868SElliott Hughes  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11*d5c9a868SElliott Hughes  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12*d5c9a868SElliott Hughes  *  GNU General Public License for more details.
13*d5c9a868SElliott Hughes  *
14*d5c9a868SElliott Hughes  *  You should have received a copy of the GNU General Public License
15*d5c9a868SElliott Hughes  *  along with Mtools.  If not, see <http://www.gnu.org/licenses/>.
16*d5c9a868SElliott Hughes  *
17*d5c9a868SElliott Hughes  * Paths of the configuration files.
18*d5c9a868SElliott Hughes  * This file may be changed by the user as needed.
19*d5c9a868SElliott Hughes  * There are three empty lines between each definition.
20*d5c9a868SElliott Hughes  * These ensure that "local" patches and official patches have
21*d5c9a868SElliott Hughes  * only a very low probability of conflicting.
22*d5c9a868SElliott Hughes  */
23*d5c9a868SElliott Hughes 
24*d5c9a868SElliott Hughes 
25*d5c9a868SElliott Hughes #define CONF_FILE "/etc/mtools.conf"
26*d5c9a868SElliott Hughes 
27*d5c9a868SElliott Hughes 
28*d5c9a868SElliott Hughes #define OLD_CONF_FILE "/etc/mtools"
29*d5c9a868SElliott Hughes 
30*d5c9a868SElliott Hughes 
31*d5c9a868SElliott Hughes 
32*d5c9a868SElliott Hughes #define LOCAL_CONF_FILE "/etc/default/mtools.conf"
33*d5c9a868SElliott Hughes /* Use this if you like to keep the configuration file in a non-standard
34*d5c9a868SElliott Hughes  * place such as /etc/default, /opt/etc, /usr/etc, /usr/local/etc ...
35*d5c9a868SElliott Hughes  */
36*d5c9a868SElliott Hughes 
37*d5c9a868SElliott Hughes #define SYS_CONF_FILE SYSCONFDIR "/mtools.conf"
38*d5c9a868SElliott Hughes 
39*d5c9a868SElliott Hughes #define OLD_LOCAL_CONF_FILE "/etc/default/mtools"
40*d5c9a868SElliott Hughes 
41*d5c9a868SElliott Hughes 
42*d5c9a868SElliott Hughes 
43*d5c9a868SElliott Hughes #define CFG_FILE1 "/.mtoolsrc"
44*d5c9a868SElliott Hughes 
45*d5c9a868SElliott Hughes 
46*d5c9a868SElliott Hughes 
47*d5c9a868SElliott Hughes /* END */
48