]> andersk Git - openssh.git/blobdiff - ttymodes.h
- (tim) [regress/README.regress] Document ssh-rand-helper issue. ok bal
[openssh.git] / ttymodes.h
index ad980e98cfe01c89238959321765f8d1bd7df9b1..7de4b83622ab4645f5801bacc9b0af305ab8c047 100644 (file)
@@ -1,4 +1,5 @@
-/* RCSID("$OpenBSD: ttymodes.h,v 1.11 2001/04/14 16:33:20 stevesk Exp $"); */
+/*     $OpenBSD: ttymodes.h,v 1.12 2002/03/04 17:27:39 stevesk Exp $   */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -155,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
This page took 0.033109 seconds and 4 git commands to generate.