comparison src/s/ptx.h @ 26090:63fd40a97a75

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.
author Paul Eggert <eggert@twinsun.com>
date Tue, 19 Oct 1999 07:28:36 +0000
parents 3608b4a0c460
children 23a1cea22d13
comparison
equal deleted inserted replaced
26089:1a4c3573a216 26090:63fd40a97a75
1 /* Definitions file for GNU Emacs running on Sequent DYNIX/ptx 1.x/2.x 1 /* Definitions file for GNU Emacs running on Sequent DYNIX/ptx 1.x/2.x
2 Copyright (C) 1987, 1990 Free Software Foundation, Inc. 2 Copyright (C) 1987, 1990, 1999 Free Software Foundation, Inc.
3 3
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
82 82
83 #ifdef emacs 83 #ifdef emacs
84 #include <sys/stropts.h> /* Support for pty's */ 84 #include <sys/stropts.h> /* Support for pty's */
85 #include <sys/conf.h> 85 #include <sys/conf.h>
86 86
87 /*#undef SIGIO*/ /* SIGIO is already undef'd elsewhere. PTX 87 /*#define BROKEN_SIGIO*/ /* BROKEN_SIGIO is already defined. PTX
88 has SIGIO, but it's just an alias for 88 has SIGIO, but it's just an alias for
89 SIGPOLL. */ 89 SIGPOLL. */
90 90
91 /* Emulate gettimeofday() except for the time zone information which Emacs 91 /* Emulate gettimeofday() except for the time zone information which Emacs
92 doesn't use anyway. Get_process_stats() is in -lseq. */ 92 doesn't use anyway. Get_process_stats() is in -lseq. */