mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-22 12:33:53 -08:00
* src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
definitions. (HAVE_TERMIO): Remove.
This commit is contained in:
parent
fd71e94970
commit
2294b255d8
2 changed files with 9 additions and 5 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
|
||||
|
||||
* s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
|
||||
definitions.
|
||||
(HAVE_TERMIO): Remove.
|
||||
|
||||
2010-08-06 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* charset.c: Include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -41,12 +41,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
#define FIRST_PTY_LETTER 'p'
|
||||
|
||||
/*
|
||||
* Define HAVE_TERMIO if the system provides sysV-style ioctls
|
||||
* for terminal control.
|
||||
*/
|
||||
#define HAVE_TERMIOS
|
||||
#define NO_TERMIO
|
||||
|
||||
#define HAVE_TERMIO
|
||||
#define ORDINARY_LINK
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue