summaryrefslogtreecommitdiff
path: root/ttymodes.h
diff options
context:
space:
mode:
authormouring <mouring>2002-06-12 17:32:30 +0000
committermouring <mouring>2002-06-12 17:32:30 +0000
commit75f565104f9aa6c0e0b31f5ff1dae998b9970fa1 (patch)
tree331093781a6c6148542ecb6c41e9c67f2781d7bb /ttymodes.h
parente7c8f08b51608ea386f5e49fc7f12cd3da8de61f (diff)
downloadopenssh-75f565104f9aa6c0e0b31f5ff1dae998b9970fa1.tar.gz
- (bal) Some platforms don't have ONLCR (Notable Mint)
Diffstat (limited to 'ttymodes.h')
-rw-r--r--ttymodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ttymodes.h b/ttymodes.h
index 68705928..7de4b836 100644
--- a/ttymodes.h
+++ b/ttymodes.h
@@ -156,7 +156,9 @@ TTYMODE(OPOST, c_oflag, 70)
#if defined(OLCUC)
TTYMODE(OLCUC, c_oflag, 71)
#endif
+#ifdef ONLCR
TTYMODE(ONLCR, c_oflag, 72)
+#endif
#ifdef OCRNL
TTYMODE(OCRNL, c_oflag, 73)
#endif