diff options
| author | Kenichi Handa | 2010-08-13 15:35:36 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-08-13 15:35:36 +0900 |
| commit | e9752b399207f8087e354a599cbf469769950503 (patch) | |
| tree | b7f5cc73dc02e2268772db5050456486e5957d35 /src | |
| parent | ac14bd09e395f8ba25ef793d15251d4655fd173a (diff) | |
| parent | 7467d0a812ca803105e6d28dbb75c7246521e862 (diff) | |
| download | emacs-e9752b399207f8087e354a599cbf469769950503.tar.gz emacs-e9752b399207f8087e354a599cbf469769950503.zip | |
merge emacs-23
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/s/hpux10-20.h | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 514c42cd922..d4130ccdcf8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change) | ||
| 2 | |||
| 3 | * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New | ||
| 4 | definitions. | ||
| 5 | (HAVE_TERMIO): Remove. | ||
| 6 | |||
| 1 | 2010-08-06 Kenichi Handa <handa@m17n.org> | 7 | 2010-08-06 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * charset.c: Include <stdlib.h> | 9 | * charset.c: Include <stdlib.h> |
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index cf670cd51a0..5d231986010 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h | |||
| @@ -41,12 +41,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 41 | 41 | ||
| 42 | #define FIRST_PTY_LETTER 'p' | 42 | #define FIRST_PTY_LETTER 'p' |
| 43 | 43 | ||
| 44 | /* | 44 | #define HAVE_TERMIOS |
| 45 | * Define HAVE_TERMIO if the system provides sysV-style ioctls | 45 | #define NO_TERMIO |
| 46 | * for terminal control. | ||
| 47 | */ | ||
| 48 | 46 | ||
| 49 | #define HAVE_TERMIO | 47 | #define ORDINARY_LINK |
| 50 | 48 | ||
| 51 | /* | 49 | /* |
| 52 | * Define HAVE_PTYS if the system supports pty devices. | 50 | * Define HAVE_PTYS if the system supports pty devices. |