emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101150: Remove redundant HAVE_TCATTR


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101150: Remove redundant HAVE_TCATTR defines.
Date: Fri, 20 Aug 2010 15:36:07 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101150
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2010-08-20 15:36:07 -0700
message:
  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.
modified:
  src/ChangeLog
  src/s/aix4-2.h
  src/s/unixware.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-08-20 21:01:36 +0000
+++ b/src/ChangeLog     2010-08-20 22:36:07 +0000
@@ -1,3 +1,9 @@
+2010-08-20  Dan Nicolaescu  <address@hidden>
+
+       * 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  <address@hidden>
 
        * dispnew.c (buffer_posn_from_coords): Fix last change for text

=== modified file 'src/s/aix4-2.h'
--- a/src/s/aix4-2.h    2010-07-29 20:01:08 +0000
+++ b/src/s/aix4-2.h    2010-08-20 22:36:07 +0000
@@ -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
 

=== modified file 'src/s/unixware.h'
--- a/src/s/unixware.h  2010-07-29 18:34:39 +0000
+++ b/src/s/unixware.h  2010-08-20 22:36:07 +0000
@@ -21,8 +21,6 @@
 
 #include "usg5-4-common.h"
 
-/* address@hidden says these exist.  */
-#define HAVE_TCATTR
 /* #define HAVE_GETWD  (appears to be buggy on SVR4.2) */
 #undef HAVE_GETWD
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]