2 #ifndef EL__OSDEP_BEOS_SYSINFO_H
3 #define EL__OSDEP_BEOS_SYSINFO_H
7 #define SYSTEM_NAME "BeOS"
8 #define SYSTEM_STR "beos"
9 #define DEFAULT_SHELL "/bin/sh"
10 #define GETSHELL getenv("SHELL")
12 static inline int dir_sep(char x
) { return x
== '/'; }
14 #define FS_UNIX_RIGHTS
15 #define FS_UNIX_SOFTLINKS
21 #define NO_FORK_ON_EXIT
22 #define THREAD_SAFE_LOOKUP