Merge branch 'rj/cygwin-has-dev-tty'
Cygwin does have /dev/tty support that is needed by things like single-key input mode. * rj/cygwin-has-dev-tty: config.mak.uname: add HAVE_DEV_TTY to cygwin config section
This commit is contained in:
@ -248,6 +248,7 @@ ifeq ($(uname_O),Cygwin)
|
|||||||
else
|
else
|
||||||
NO_REGEX = UnfortunatelyYes
|
NO_REGEX = UnfortunatelyYes
|
||||||
endif
|
endif
|
||||||
|
HAVE_DEV_TTY = YesPlease
|
||||||
HAVE_ALLOCA_H = YesPlease
|
HAVE_ALLOCA_H = YesPlease
|
||||||
NEEDS_LIBICONV = YesPlease
|
NEEDS_LIBICONV = YesPlease
|
||||||
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
|
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
|
||||||
|
Reference in New Issue
Block a user