--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/include/paths.h Thu Aug 23 12:34:43 2007 +0000 @@ -0,0 +1,7 @@ +#ifndef _PATHS_H_ +#define _PATHS_H_ + +#define _PATH_DEV "/dev/" +#define _PATH_BSHELL "/bin/sh" + +#endif /* _PATHS_H_ */