00001 /* 00002 * Paths of the configuration files. 00003 * This file may be changed by the user as needed. 00004 * There are three empty lines between each definition. 00005 * These ensure that "local" patches and official patches have 00006 * only a very low probability of conflicting. 00007 */ 00008 00009 00010 #define CONF_FILE "/etc/mtools.conf" 00011 00012 00013 #define OLD_CONF_FILE "/etc/mtools" 00014 00015 00016 00017 #define LOCAL_CONF_FILE "/etc/default/mtools.conf" 00018 /* Use this if you like to keep the configuration file in a non-standard 00019 * place such as /etc/default, /opt/etc, /usr/etc, /usr/local/etc ... 00020 */ 00021 00022 #define SYS_CONF_FILE SYSCONFDIR "/mtools.conf" 00023 00024 #define OLD_LOCAL_CONF_FILE "/etc/default/mtools" 00025 00026 00027 00028 #define CFG_FILE1 "/.mtoolsrc" 00029 00030 00031 00032 /* END */
1.4.6