diff options
| author | Jim Blandy | 1993-02-22 14:21:19 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-02-22 14:21:19 +0000 |
| commit | beb593aa1538ffbf4bafd14a92f5d3dc00c3872a (patch) | |
| tree | 395894621ad9783ce09be2232c7f2ca0044c1718 /src | |
| parent | 067cd4a40b11fe22db3e02da8af67f8d058bf9ef (diff) | |
| download | emacs-beb593aa1538ffbf4bafd14a92f5d3dc00c3872a.tar.gz emacs-beb593aa1538ffbf4bafd14a92f5d3dc00c3872a.zip | |
* aix3-1.h: Changes from 18.58.
(HAVE_TERMIOS): Changed from HAVE_TERMIO.
(unix): Define.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix3-1.h | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 79706200602..83d65b384df 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h | |||
| @@ -1,22 +1,21 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on IBM AIX version 3.1 | 1 | /* Definitions file for GNU Emacs running on IBM AIX version 3.1 |
| 2 | Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 1986, 1990 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 7 | it under the terms of the GNU General Public License as published by | ||
| 8 | the Free Software Foundation; either version 1, or (at your option) | ||
| 9 | any later version. | ||
| 10 | |||
| 6 | GNU Emacs is distributed in the hope that it will be useful, | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| 7 | but WITHOUT ANY WARRANTY. No author or distributor | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 8 | accepts responsibility to anyone for the consequences of using it | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 9 | or for whether it serves any particular purpose or works at all, | 14 | GNU General Public License for more details. |
| 10 | unless he says so in writing. Refer to the GNU Emacs General Public | ||
| 11 | License for full details. | ||
| 12 | 15 | ||
| 13 | Everyone is granted permission to copy, modify and redistribute | 16 | You should have received a copy of the GNU General Public License |
| 14 | GNU Emacs, but only under the conditions described in the | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 15 | GNU Emacs General Public License. A copy of this license is | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 16 | supposed to have been given to you along with GNU Emacs so you | ||
| 17 | can know your rights and responsibilities. It should be in a | ||
| 18 | file named COPYING. Among other things, the copyright notice | ||
| 19 | and this notice must be preserved on all copies. */ | ||
| 20 | 19 | ||
| 21 | 20 | ||
| 22 | /* | 21 | /* |
| @@ -77,7 +76,7 @@ and this notice must be preserved on all copies. */ | |||
| 77 | * for terminal control. | 76 | * for terminal control. |
| 78 | */ | 77 | */ |
| 79 | 78 | ||
| 80 | #define HAVE_TERMIO | 79 | #define HAVE_TERMIOS |
| 81 | 80 | ||
| 82 | /* | 81 | /* |
| 83 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. | 82 | * Define HAVE_TIMEVAL if the system supports the BSD style clock values. |
| @@ -232,3 +231,6 @@ and this notice must be preserved on all copies. */ | |||
| 232 | 231 | ||
| 233 | /* Use the gethostname system call. */ | 232 | /* Use the gethostname system call. */ |
| 234 | #define HAVE_GETHOSTNAME | 233 | #define HAVE_GETHOSTNAME |
| 234 | |||
| 235 | /* AIX doesn't define this. */ | ||
| 236 | #define unix 1 | ||