Not only comment it out but removing it
[midnight-commander.git] / src / fileloc.h
blob8606e4289e3def4d99791a7cb277317dc9890a19
1 #ifndef MC_FILELOC_H
2 #define MC_FILELOC_H
4 /*
5 This file defines the locations of the various user specific
6 configuration files of the Midnight Commander. Historically the
7 system wide and the user specific file names have not always been
8 the same, so don't use these names for finding system wide
9 configuration files.
11 TODO: This inconsistency should disappear in version 5.0.
14 #define MC_USERCONF_DIR ".mc"
16 #define MC_BASHRC_FILE "bashrc"
17 #define MC_CONFIG_FILE "ini"
18 #define MC_FILEBIND_FILE "bindings"
19 #define MC_FILEPOS_FILE "filepos"
20 #define MC_HISTORY_FILE "history"
21 #define MC_HOTLIST_FILE "hotlist"
22 #define MC_USERMENU_FILE "menu"
24 #endif