2 #ifndef EL__OSDEP_OS2_SYSINFO_H
3 #define EL__OSDEP_OS2_SYSINFO_H
7 #define SYSTEM_NAME "OS/2"
8 #define SYSTEM_STR "os2"
9 #define DEFAULT_SHELL "cmd.exe"
10 #define GETSHELL getenv("COMSPEC")
12 static inline int dir_sep(char x
) { return x
== '/' || x
== '\\'; }
14 /*#define NO_ASYNC_LOOKUP*/
17 #define NO_FILE_SECURITY
18 #define NO_FORK_ON_EXIT
19 #ifdef HAVE_BEGINTHREAD
20 #define THREAD_SAFE_LOOKUP
22 #if defined(HAVE_MOUOPEN) && defined(CONFIG_MOUSE)
26 #define strcasecmp stricmp
27 #define strncasecmp strnicmp
28 #ifndef HAVE_STRCASECMP
29 #define HAVE_STRCASECMP
31 #ifndef HAVE_STRNCASECMP
32 #define HAVE_STRNCASECMP
38 #define USE_OPEN_PREALLOC