Define MKSH_NOPROSPECTOFWORK on OS/2
Strangely, sometimes mksh is blocked when it is running in a background console, that is, a window not having a focus.
This commit is contained in:
parent
d601372feb
commit
c8bdf4d149
1
Build.sh
1
Build.sh
@ -835,6 +835,7 @@ OS/2)
|
|||||||
: ${SIZE=echo ignore size}
|
: ${SIZE=echo ignore size}
|
||||||
SRCS="$SRCS os2.c"
|
SRCS="$SRCS os2.c"
|
||||||
add_cppflags -DMKSH_UNEMPLOYED
|
add_cppflags -DMKSH_UNEMPLOYED
|
||||||
|
add_cppflags -DMKSH_NOPROSPECTOFWORK
|
||||||
;;
|
;;
|
||||||
OSF1)
|
OSF1)
|
||||||
HAVE_SIG_T=0 # incompatible
|
HAVE_SIG_T=0 # incompatible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user