]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove redundant HAVE_TCATTR defines.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 20 Aug 2010 22:36:07 +0000 (15:36 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 20 Aug 2010 22:36:07 +0000 (15:36 -0700)
* 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.

src/ChangeLog
src/s/aix4-2.h
src/s/unixware.h

index 7d37142e3757f934af0c73fabaafe56a0168d450..19846016072777fa79394cffb45850e67fda81e7 100644 (file)
@@ -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
index 84920f888e1dec5e1318859ca652599e36ff72f0..0a3d48db63974a947dcdf85b6c266488943f43b7 100644 (file)
@@ -55,10 +55,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 \f
 /* 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
 
index ac989d48e2cfdd5f773c7dcd87390a3416dfe911..81b1b3d97fac836849b979f138090a4a13f5c5fb 100644 (file)
@@ -21,8 +21,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #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