diff options
author | mouring <mouring> | 2002-06-12 17:32:30 +0000 |
---|---|---|
committer | mouring <mouring> | 2002-06-12 17:32:30 +0000 |
commit | 75f565104f9aa6c0e0b31f5ff1dae998b9970fa1 (patch) | |
tree | 331093781a6c6148542ecb6c41e9c67f2781d7bb /ttymodes.h | |
parent | e7c8f08b51608ea386f5e49fc7f12cd3da8de61f (diff) | |
download | openssh-75f565104f9aa6c0e0b31f5ff1dae998b9970fa1.tar.gz |
- (bal) Some platforms don't have ONLCR (Notable Mint)
Diffstat (limited to 'ttymodes.h')
-rw-r--r-- | ttymodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |