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