Mercurial > emacs
changeset 109898:800e9323329b
Remove redundant HAVE_TCATTR defines.
* src/s/unixware.h (HAVE_TCATTR):
* src/s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
systty.h defines it when HAVE_TERMIOS is defined.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 20 Aug 2010 15:36:07 -0700 |
parents | 122c10d82ea0 |
children | b2b005d54ebb |
files | src/ChangeLog src/s/aix4-2.h src/s/unixware.h |
diffstat | 3 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Aug 21 00:01:36 2010 +0300 +++ b/src/ChangeLog Fri Aug 20 15:36:07 2010 -0700 @@ -1,3 +1,9 @@ +2010-08-20 Dan Nicolaescu <dann@ics.uci.edu> + + * s/unixware.h (HAVE_TCATTR): + * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed. + systty.h defines it when HAVE_TERMIOS is defined. + 2010-08-20 Eli Zaretskii <eliz@gnu.org> * dispnew.c (buffer_posn_from_coords): Fix last change for text
--- a/src/s/aix4-2.h Sat Aug 21 00:01:36 2010 +0300 +++ b/src/s/aix4-2.h Fri Aug 20 15:36:07 2010 -0700 @@ -55,10 +55,6 @@ /* Special items needed to make Emacs run on this system. */ -/* The following definition seems to be needed in AIX version 3.1.6.8. - It may not have been needed in certain earlier versions. */ -#define HAVE_TCATTR - /* AIX doesn't define this. */ #define unix 1