aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-23 10:32:59 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-23 10:32:59 -0700
commitc7577aedf5791b18b5c02f0b61234c28b713c00e (patch)
treebca030b9bb41b7242b545c86a1411fc2bcdabfdc
parent7794e09034f4fd6495908d46915301e2614b35c9 (diff)
parent39ba986b0ea772ba41710c2a545fd07026b1f677 (diff)
downloadgit-c7577aedf5791b18b5c02f0b61234c28b713c00e.tar.gz
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
-rw-r--r--config.mak.uname1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 85d63821ec..bbf7744ddd 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -249,6 +249,7 @@ ifeq ($(uname_O),Cygwin)
else
NO_REGEX = UnfortunatelyYes
endif
+ HAVE_DEV_TTY = YesPlease
HAVE_ALLOCA_H = YesPlease
NEEDS_LIBICONV = YesPlease
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes