aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/dgux.h
diff options
context:
space:
mode:
authorPaul Eggert1999-10-19 07:28:36 +0000
committerPaul Eggert1999-10-19 07:28:36 +0000
commitbb7b4368705653b7a2de353e4fd689f5cc8798f9 (patch)
treecf00a391f0b59b71eb5acd30d8c3ef0fff8d40c8 /src/s/dgux.h
parent332d98c75d54e8a9eead3a1c2fbeb171d94bb7dd (diff)
downloademacs-bb7b4368705653b7a2de353e4fd689f5cc8798f9.tar.gz
emacs-bb7b4368705653b7a2de353e4fd689f5cc8798f9.zip
s/usg5-4.h:
(NSIG): Remove. (NSIG_MINIMUM): New macro. s/gnu-linux.h, s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/umips.h, s/usg5-4.h: (SIGIO): Do not undef. (BROKEN_SIGIO): New macro. * s/gnu-linux.h: (SIGPOLL, SIGURG): Do not undef. (BROKEN_SIGPOLL, BROKEN_SIGURG): New macros. * s/ptx4.h: (SIGINFO): Do not undef. (BROKEN_SIGINFO): New macros. * s/ptx.h, s/template.h: Doc fix. * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h, s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h, s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h, s/usg5-3.h, s/xenix.h: (open, close, read, write, INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove. * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): New macros.
Diffstat (limited to 'src/s/dgux.h')
-rw-r--r--src/s/dgux.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 633777a0e26..5e958a59d61 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -1,6 +1,6 @@
1/* Definitions file for GNU Emacs running on Data General's DG/UX 1/* Definitions file for GNU Emacs running on Data General's DG/UX
2 version 4.32 upto and including 5.4.1. 2 version 4.32 upto and including 5.4.1.
3 Copyright (C) 1994 Free Software Foundation, Inc. 3 Copyright (C) 1994, 1999 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -252,17 +252,6 @@ Boston, MA 02111-1307, USA. */
252 252
253#define POSIX_SIGNALS 253#define POSIX_SIGNALS
254 254
255/* Define this if you use System 5 Release 4 Streams */
256#define open sys_open
257#define close sys_close
258#define read sys_read
259#define write sys_write
260
261#define INTERRUPTIBLE_OPEN
262#define INTERRUPTIBLE_CLOSE
263/* can't hurt to define these, even though read/write should auto restart */
264#define INTERRUPTIBLE_IO
265
266#ifndef NO_DGUX_SIGNAL_REDEF 255#ifndef NO_DGUX_SIGNAL_REDEF
267/* Can't use sys_signal because then etc/server.c would need sysdep.o. */ 256/* Can't use sys_signal because then etc/server.c would need sysdep.o. */
268extern struct sigaction act, oact; 257extern struct sigaction act, oact;