diff options
author | Fred Fish <fnf@specifix.com> | 1992-02-18 01:20:46 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-02-18 01:20:46 +0000 |
commit | 5bb14552fd72c35dbb19390548af08c44608aad2 (patch) | |
tree | 531db6620d499760442527f0969cc5d3751d27da /readline/ChangeLog | |
parent | 9e4c1921e564e417bc1ad9f76404161c59456ce2 (diff) | |
download | gdb-5bb14552fd72c35dbb19390548af08c44608aad2.zip gdb-5bb14552fd72c35dbb19390548af08c44608aad2.tar.gz gdb-5bb14552fd72c35dbb19390548af08c44608aad2.tar.bz2 |
* readline.c (readline_default_bindings): Only make use of VLNEXT
when both VLNEXT and TERMIOS_TTY_DRIVER is defined. On SVR4
<termio.h> includes <termios.h>, so VLNEXT is always defined.
* sysdep-norm.h (_POSIX_VERSION): Define this for all SVR4
systems so that <termios.h> gets used, instead of <termio.h>.
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r-- | readline/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 825bcac..e0ad03b 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,12 @@ +Mon Feb 17 17:15:09 1992 Fred Fish (fnf at cygnus.com) + + * readline.c (readline_default_bindings): Only make use of VLNEXT + when both VLNEXT and TERMIOS_TTY_DRIVER is defined. On SVR4 + <termio.h> includes <termios.h>, so VLNEXT is always defined. + + * sysdep-norm.h (_POSIX_VERSION): Define this for all SVR4 + systems so that <termios.h> gets used, instead of <termio.h>. + Fri Dec 20 12:04:31 1991 Fred Fish (fnf at cygnus.com) * configure.in: Change svr4 references to sysv4. |