aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-20 15:36:07 -0700
committerDan Nicolaescu2010-08-20 15:36:07 -0700
commitd931da8c2a41b5edab90024897f7a83e4ac6940b (patch)
tree9618f8f7d5b685f56141561d6da39bbbc197c466 /src
parent00c539942563848d146c5fa8fdd1f9bed3fc3cfb (diff)
downloademacs-d931da8c2a41b5edab90024897f7a83e4ac6940b.tar.gz
emacs-d931da8c2a41b5edab90024897f7a83e4ac6940b.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/s/aix4-2.h4
-rw-r--r--src/s/unixware.h2
3 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7d37142e375..19846016072 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * s/unixware.h (HAVE_TCATTR):
4 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
5 systty.h defines it when HAVE_TERMIOS is defined.
6
12010-08-20 Eli Zaretskii <eliz@gnu.org> 72010-08-20 Eli Zaretskii <eliz@gnu.org>
2 8
3 * dispnew.c (buffer_posn_from_coords): Fix last change for text 9 * 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 <http://www.gnu.org/licenses/>. */
55 55
56/* Special items needed to make Emacs run on this system. */ 56/* Special items needed to make Emacs run on this system. */
57 57
58/* The following definition seems to be needed in AIX version 3.1.6.8.
59 It may not have been needed in certain earlier versions. */
60#define HAVE_TCATTR
61
62/* AIX doesn't define this. */ 58/* AIX doesn't define this. */
63#define unix 1 59#define unix 1
64 60
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 <http://www.gnu.org/licenses/>. */
21 21
22#include "usg5-4-common.h" 22#include "usg5-4-common.h"
23 23
24/* fnf@cygnus.com says these exist. */
25#define HAVE_TCATTR
26/* #define HAVE_GETWD (appears to be buggy on SVR4.2) */ 24/* #define HAVE_GETWD (appears to be buggy on SVR4.2) */
27#undef HAVE_GETWD 25#undef HAVE_GETWD
28 26