1 #ifndef _PATHS_H_ 2 #define _PATHS_H_ 3 4 #define _PATH_DEV "/dev/" 5 #define _PATH_BSHELL "/bin/sh" 6 #define _PATH_LASTLOG "/var/log/lastlog" 7 #define _PATH_UTMP "/var/run/utmp" 8 #define _PATH_WTMP "/var/log/wtmp" 9 #endif /* _PATHS_H_ */