From: Dan Nicolaescu Date: Fri, 20 Aug 2010 22:36:07 +0000 (-0700) Subject: Remove redundant HAVE_TCATTR defines. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~511^2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d931da8c2a41b5edab90024897f7a83e4ac6940b;p=emacs.git 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7d37142e375..19846016072 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-08-20 Dan Nicolaescu + + * 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 * dispnew.c (buffer_posn_from_coords): Fix last change for text diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index 84920f888e1..0a3d48db639 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h @@ -55,10 +55,6 @@ along with GNU Emacs. If not, see . */ /* 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 diff --git a/src/s/unixware.h b/src/s/unixware.h index ac989d48e2c..81b1b3d97fa 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h @@ -21,8 +21,6 @@ along with GNU Emacs. If not, see . */ #include "usg5-4-common.h" -/* fnf@cygnus.com says these exist. */ -#define HAVE_TCATTR /* #define HAVE_GETWD (appears to be buggy on SVR4.2) */ #undef HAVE_GETWD