Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4349 Serge 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_ */