comparison src/m/stride.h @ 26089:1a4c3573a216

* m/alpha.h: Do not include <stdlib.h>, as <config.h> does this now. (NSIG): Remove. (NSIG_MINIMUM): New macro. * m/cydra5.h, m/dpx2.h, m/mips.h, m/pfa50.h, m/sps7.h, m/stride.h, m/ustation.h: (SIGIO): Do not undef. (BROKEN_SIGIO): New macro. * m/ustation.h: (SIGTSTP): Do not undef. (BROKEN_SIGTSTP): New macro. * m/delta.h: Doc fix.
author Paul Eggert <eggert@twinsun.com>
date Tue, 19 Oct 1999 07:27:16 +0000
parents ee40177f6c68
children d13f4d84e5d9
comparison
equal deleted inserted replaced
26088:b7aa6ac26872 26089:1a4c3573a216
1 /* Definitions file for GNU Emacs running on Stride Micro System-V.2.2 1 /* Definitions file for GNU Emacs running on Stride Micro System-V.2.2
2 Copyright (C) 1985, 1986 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 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
99 /* USG wins again: Foo! I can't get SIGIO to work properly on the Stride, because I'm 99 /* USG wins again: Foo! I can't get SIGIO to work properly on the Stride, because I'm
100 running a System V variant, and don't have a reliable way to block SIGIO 100 running a System V variant, and don't have a reliable way to block SIGIO
101 signals without losing them. So, I've gone back to non-SIGIO mode, so 101 signals without losing them. So, I've gone back to non-SIGIO mode, so
102 please append this line to the file "stride.h": 102 please append this line to the file "stride.h":
103 */ 103 */
104 #undef SIGIO 104 #define BROKEN_SIGIO
105 105
106 /* Specify alignment requirement for start of text and data sections 106 /* Specify alignment requirement for start of text and data sections
107 in the executable file. */ 107 in the executable file. */
108 108
109 #define SECTION_ALIGNMENT (getpagesize() - 1) 109 #define SECTION_ALIGNMENT (getpagesize() - 1)