From: Junio C Hamano Date: Mon, 23 Sep 2024 17:32:59 +0000 (-0700) Subject: Merge branch 'rj/cygwin-has-dev-tty' into maint-2.46 X-Git-Tag: v2.46.2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7577aedf5791b18b5c02f0b61234c28b713c00e;p=thirdparty%2Fgit.git Merge branch 'rj/cygwin-has-dev-tty' into maint-2.46 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 --- c7577aedf5791b18b5c02f0b61234c28b713c00e diff --cc config.mak.uname index 85d63821ec,96e2ea8ec1..bbf7744ddd --- a/config.mak.uname +++ b/config.mak.uname @@@ -246,9 -232,10 +246,10 @@@ ifeq ($(uname_O),Cygwin # On some boxes NO_MMAP is needed, and not so elsewhere. # Try commenting this out if you suspect MMAP is more efficient NO_MMAP = YesPlease - else + else NO_REGEX = UnfortunatelyYes - endif + endif + HAVE_DEV_TTY = YesPlease HAVE_ALLOCA_H = YesPlease NEEDS_LIBICONV = YesPlease NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes