gen-oscons.c: Adapt for VMS where termios.h is not available.
2008-08-05 Vasiliy Fofanov <fofanov@adacore.com> * gen-oscons.c: Adapt for VMS where termios.h is not available. From-SVN: r138682
This commit is contained in:
parent
215aeb6755
commit
9cc014f915
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
|||
#include <limits.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifndef __vxworks
|
||||
#if !defined (__vxworks) && !defined (__VMS)
|
||||
# include <termios.h>
|
||||
#endif
|
||||
|
||||
|
@ -193,7 +193,7 @@ _NL
|
|||
#endif
|
||||
CND(FNDELAY, "Nonblocking")
|
||||
|
||||
#if !defined(__vxworks)
|
||||
#if !defined(__vxworks) && !defined(__VMS)
|
||||
|
||||
_NL
|
||||
TXT(" ----------------------")
|
||||
|
@ -507,7 +507,7 @@ CND(VLNEXT, "Literal next")
|
|||
#endif
|
||||
CND(VEOL2, "Alternative EOL")
|
||||
|
||||
#endif /* !defined(__vxworks) */
|
||||
#endif /* !defined(__vxworks) && !defined(__VMS) */
|
||||
|
||||
_NL
|
||||
TXT(" --------------")
|
||||
|
|
Loading…
Add table
Reference in a new issue