aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
Diffstat (limited to 'src/m')
-rw-r--r--src/m/hp800.h1
-rw-r--r--src/m/ibmrs6000.h11
-rw-r--r--src/m/iris4d.h2
-rw-r--r--src/m/vax.h5
4 files changed, 0 insertions, 19 deletions
diff --git a/src/m/hp800.h b/src/m/hp800.h
index 5614141fe63..8acec110272 100644
--- a/src/m/hp800.h
+++ b/src/m/hp800.h
@@ -93,7 +93,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
93 93
94#define UNEXEC unexhp9k800.o 94#define UNEXEC unexhp9k800.o
95 95
96#define LIBS_MACHINE
97#define LIBS_DEBUG 96#define LIBS_DEBUG
98 97
99/* Include the file bsdtty.h, since this machine has job control. */ 98/* Include the file bsdtty.h, since this machine has job control. */
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 4304ea90cd0..a7d35cc8ab7 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -57,15 +57,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
57#define NLIST_STRUCT 57#define NLIST_STRUCT
58#endif 58#endif
59 59
60/* -lpthreads seems to be necessary for Xlib in X11R6, and should be harmless
61 on older versions of X where it happens to exist. */
62#ifdef HAVE_LIBPTHREADS
63#define LIBS_MACHINE -lrts -lIM -liconv -lpthreads
64#else
65/* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */
66#define LIBS_MACHINE -lrts -lIM -liconv
67#endif
68
69#undef ADDR_CORRECT 60#undef ADDR_CORRECT
70#define ADDR_CORRECT(x) ((int)(x)) 61#define ADDR_CORRECT(x) ((int)(x))
71 62
@@ -81,7 +72,5 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
81#define BROKEN_SIGPTY 72#define BROKEN_SIGPTY
82#define BROKEN_SIGPOLL 73#define BROKEN_SIGPOLL
83 74
84#define ORDINARY_LINK
85
86/* arch-tag: 028318ee-a7ae-4a08-804d-cc1e6588d003 75/* arch-tag: 028318ee-a7ae-4a08-804d-cc1e6588d003
87 (do not change this comment) */ 76 (do not change this comment) */
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index 7c0ff78a069..06bffceb64c 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -53,8 +53,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
53#define DATA_START 0x10000000 53#define DATA_START 0x10000000
54#define DATA_SEG_BITS 0x10000000 54#define DATA_SEG_BITS 0x10000000
55 55
56#undef LIBS_MACHINE
57#define LIBS_MACHINE
58#define LIBS_DEBUG 56#define LIBS_DEBUG
59 57
60/* Use terminfo instead of termcap. */ 58/* Use terminfo instead of termcap. */
diff --git a/src/m/vax.h b/src/m/vax.h
index fa6cc1b5977..62c78e68ab0 100644
--- a/src/m/vax.h
+++ b/src/m/vax.h
@@ -38,7 +38,6 @@ NOTE-END */
38 38
39#define CRT0_DUMMIES 39#define CRT0_DUMMIES
40 40
41#ifdef BSD_SYSTEM
42/* USG systems I know of running on Vaxes do not actually 41/* USG systems I know of running on Vaxes do not actually
43 support the load average, so disable it for them. */ 42 support the load average, so disable it for them. */
44 43
@@ -50,11 +49,7 @@ NOTE-END */
50 49
51#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) 50#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
52 51
53#endif /* BSD_SYSTEM */
54
55#ifdef BSD4_2
56#define HAVE_FTIME 52#define HAVE_FTIME
57#endif
58 53
59/* arch-tag: 508bdf7a-01a0-4ce0-8eba-0704d0df55a0 54/* arch-tag: 508bdf7a-01a0-4ce0-8eba-0704d0df55a0
60 (do not change this comment) */ 55 (do not change this comment) */