Subversion Repositories Kolibri OS

Rev

Rev 4872 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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.