From: Junio C Hamano Date: Fri, 13 Sep 2024 22:27:44 +0000 (-0700) Subject: Merge branch 'rj/cygwin-has-dev-tty' X-Git-Tag: v2.47.0-rc0~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf42b2390177dae176c0f88f332ac0f5fd822cf2;p=thirdparty%2Fgit.git 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 --- bf42b2390177dae176c0f88f332ac0f5fd822cf2 diff --cc config.mak.uname index 904bcf3598,96e2ea8ec1..d5112168a4 --- a/config.mak.uname +++ b/config.mak.uname @@@ -245,9 -232,10 +245,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