1
Fork 0
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:
Peter O'Gorman 2010-08-09 08:51:28 -07:00 committed by Dan Nicolaescu
parent fd71e94970
commit 2294b255d8
2 changed files with 9 additions and 5 deletions

View file

@ -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>

View file

@ -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.