aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorMiles Bader2007-11-11 00:56:44 +0000
committerMiles Bader2007-11-11 00:56:44 +0000
commitf23d76bdefbd4c06e14d69e99e50d35ce91c8226 (patch)
treeded28d1da6df2d0135514bac83074f4ca1c9099a /src/m
parente2d092da5980a7d05a5428074f8eb4925fa801e8 (diff)
parenta457417ee5ba797ab1c91d35ee957bb7a7f8d4b6 (diff)
downloademacs-f23d76bdefbd4c06e14d69e99e50d35ce91c8226.tar.gz
emacs-f23d76bdefbd4c06e14d69e99e50d35ce91c8226.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
Diffstat (limited to 'src/m')
-rw-r--r--src/m/ibmps2-aix.h1
-rw-r--r--src/m/is386.h1
-rw-r--r--src/m/sparc.h12
-rw-r--r--src/m/sun2.h12
-rw-r--r--src/m/sun386.h12
5 files changed, 0 insertions, 38 deletions
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h
index 8c975b81bb9..045bcf2c294 100644
--- a/src/m/ibmps2-aix.h
+++ b/src/m/ibmps2-aix.h
@@ -213,7 +213,6 @@ so disable it for them. */
213#undef NOMULTIPLEJOBS 213#undef NOMULTIPLEJOBS
214#undef BROKEN_TIOCGETC 214#undef BROKEN_TIOCGETC
215#undef BROKEN_TIOCGWINSZ 215#undef BROKEN_TIOCGWINSZ
216#undef LIBX10_SYSTEM
217#undef LIBX11_SYSTEM 216#undef LIBX11_SYSTEM
218#undef LIB_X11_LIB 217#undef LIB_X11_LIB
219#endif 218#endif
diff --git a/src/m/is386.h b/src/m/is386.h
index 02fe12d93e5..5041db9a6c8 100644
--- a/src/m/is386.h
+++ b/src/m/is386.h
@@ -21,7 +21,6 @@ Intel 386 (-machine=intel386 or -machine=is386.h)
21 It may also be correct for Microport systems. 21 It may also be correct for Microport systems.
22NOTE-END */ 22NOTE-END */
23 23
24#define LIBX10_MACHINE -lnsl_s
25#define LIBX11_MACHINE -lnsl_s 24#define LIBX11_MACHINE -lnsl_s
26 25
27#define LIBS_DEBUG -lg 26#define LIBS_DEBUG -lg
diff --git a/src/m/sparc.h b/src/m/sparc.h
index 8df81ee91aa..bf122d857cc 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -64,18 +64,6 @@ NOTE-END */
64 64
65#define SEGMENT_MASK (SEGSIZ - 1) 65#define SEGMENT_MASK (SEGSIZ - 1)
66 66
67/* Arrange to link with sun windows, if requested. */
68/* For details on emacstool and sunfns, see etc/SUN-SUPPORT */
69/* These programs require Sun UNIX 4.2 Release 3.2 or greater */
70
71#ifdef HAVE_SUN_WINDOWS
72#define OTHER_FILES ${etcdir}emacstool
73#define LIBS_MACHINE -lsuntool -lsunwindow -lpixrect
74#define OBJECTS_MACHINE sunfns.o
75#define SYMS_MACHINE syms_of_sunfns ()
76#define PURESIZE 130000
77#endif
78
79#if !defined (__NetBSD__) && !defined (__linux__) && !defined (__OpenBSD__) 67#if !defined (__NetBSD__) && !defined (__linux__) && !defined (__OpenBSD__)
80/* This really belongs in s/sun.h. */ 68/* This really belongs in s/sun.h. */
81 69
diff --git a/src/m/sun2.h b/src/m/sun2.h
index e764ded3ce7..a872bf6f3bb 100644
--- a/src/m/sun2.h
+++ b/src/m/sun2.h
@@ -85,17 +85,5 @@ NOTE-END */
85 85
86#define SEGMENT_MASK (SEGSIZ - 1) 86#define SEGMENT_MASK (SEGSIZ - 1)
87 87
88/* Arrange to link with sun windows, if requested. */
89/* For details on emacstool and sunfns, see etc/SUN-SUPPORT */
90/* These programs require Sun UNIX 4.2 Release 3.2 or greater */
91
92#ifdef HAVE_SUN_WINDOWS
93#define OTHER_FILES ${libsrc}emacstool
94#define LIBS_MACHINE -lsuntool -lsunwindow -lpixrect
95#define OBJECTS_MACHINE sunfns.o
96#define SYMS_MACHINE syms_of_sunfns ()
97#define PURESIZE 132000
98#endif
99
100/* arch-tag: 543c3570-74ca-4099-aa47-db7c7b691c8e 88/* arch-tag: 543c3570-74ca-4099-aa47-db7c7b691c8e
101 (do not change this comment) */ 89 (do not change this comment) */
diff --git a/src/m/sun386.h b/src/m/sun386.h
index a3eedbe755e..ed98960c809 100644
--- a/src/m/sun386.h
+++ b/src/m/sun386.h
@@ -56,18 +56,6 @@ NOTE-END */
56 56
57#define LIBS_TERMCAP -ltermcap 57#define LIBS_TERMCAP -ltermcap
58 58
59/* Arrange to link with sun windows, if requested. */
60/* For details on emacstool and sunfns, see etc/SUN-SUPPORT */
61/* These programs require Sun UNIX 4.2 Release 3.2 or greater */
62
63#ifdef HAVE_SUN_WINDOWS
64#define OTHER_FILES ${etcdir}emacstool
65#define LIBS_MACHINE -lsuntool -lsunwindow -lpixrect
66#define OBJECTS_MACHINE sunfns.o
67#define SYMS_MACHINE syms_of_sunfns ()
68#define PURESIZE 132000
69#endif
70
71/* Roadrunner uses 'COFF' format */ 59/* Roadrunner uses 'COFF' format */
72#define COFF 60#define COFF
73 61