1 #ifndef	_PATHS_H_
2 #define _PATHS_H_
3 
4 #define _PATH_DEV	"/dev/"
5 #define _PATH_BSHELL    "/bin/sh"
6 
7 #endif /* _PATHS_H_ */
8