aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-20 13:03:56 +0000
committerDan Nicolaescu2008-07-20 13:03:56 +0000
commit89f1e540e1bbee8224fa3e5fddbc92cc44d657c1 (patch)
tree5e6629717aac76f425718f331b75e9b9814aba5d /src/m
parent697baba53198bd8c6ab0e063b1941aac44e751bc (diff)
downloademacs-89f1e540e1bbee8224fa3e5fddbc92cc44d657c1.tar.gz
emacs-89f1e540e1bbee8224fa3e5fddbc92cc44d657c1.zip
* s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
added not supported anymore. * s/usg5-4-2.h (LIBS_SYSTEM): * s/sol2.h (LIBS_SYSTEM): Do not undefine. * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF): * s/lynxos.h (GETPGRP_NO_ARG): * s/hpux10-20.h (NO_SIOCTL_H): * s/gnu.h (GETPGRP_NO_ARG): * s/gnu-linux.h (NO_SIOCTL_H): * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF): * s/cygwin.h (GETPGRP_NO_ARG): * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused. (C_DEBUG_SWITCH): Remove duplicate definition. * m/ibms390.h: Remove boilerplate comments. * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4. * process.c (HAVE_SERIAL): Consolidate ifdefs. (wait_reading_process_output): Remove code for SunOS, platform not supported anymore. Use SOLARIS2 instead of sun.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/ibms390.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/m/ibms390.h b/src/m/ibms390.h
index c45cc39f2d8..b1de5ef7f17 100644
--- a/src/m/ibms390.h
+++ b/src/m/ibms390.h
@@ -57,36 +57,5 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
57 57
58#define VIRT_ADDR_VARIES 58#define VIRT_ADDR_VARIES
59 59
60/* Define NO_REMAP if memory segmentation makes it not work well
61 to change the boundary between the text section and data section
62 when Emacs is dumped. If you define this, the preloaded Lisp
63 code will not be sharable; but that's better than failing completely. */
64
65/*#define NO_REMAP */
66
67/* Some really obscure 4.2-based systems (like Sequent DYNIX)
68 * do not support asynchronous I/O (using SIGIO) on sockets,
69 * even though it works fine on tty's. If you have one of
70 * these systems, define the following, and then use it in
71 * config.h (or elsewhere) to decide when (not) to use SIGIO.
72 *
73 * You'd think this would go in an operating-system description file,
74 * but since it only occurs on some, but not all, BSD systems, the
75 * reasonable place to select for it is in the machine description
76 * file.
77 */
78
79/*#define NO_SOCK_SIGIO*/
80
81
82/* After adding support for a new system, modify the large case
83 statement in the `configure' script to recognize reasonable
84 configuration names, and add a description of the system to
85 `etc/MACHINES'.
86
87 If you've just fixed a problem in an existing configuration file,
88 you should also check `etc/MACHINES' to make sure its descriptions
89 of known problems in that configuration should be updated. */
90
91/* arch-tag: d8a0ffa4-a8f0-4736-90d3-7fd7b21b8314 60/* arch-tag: d8a0ffa4-a8f0-4736-90d3-7fd7b21b8314
92 (do not change this comment) */ 61 (do not change this comment) */