comparison src/m/mips.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 2af6faafc827
children 1efb3140e4b2
comparison
equal deleted inserted replaced
26088:b7aa6ac26872 26089:1a4c3573a216
1 /* m- file for Mips machines. 1 /* m- file for Mips machines.
2 Copyright (C) 1987, 1992 Free Software Foundation, Inc. 2 Copyright (C) 1987, 1992, 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
196 #undef NONSYSTEM_DIR_LIBRARY 196 #undef NONSYSTEM_DIR_LIBRARY
197 #define SYSV_SYSTEM_DIR 197 #define SYSV_SYSTEM_DIR
198 #undef static 198 #undef static
199 199
200 /* Don't try to use SIGIO or FIONREAD even though they are defined. */ 200 /* Don't try to use SIGIO or FIONREAD even though they are defined. */
201 #undef SIGIO 201 #define BROKEN_SIGIO
202 #define BROKEN_FIONREAD 202 #define BROKEN_FIONREAD
203 203
204 /* Describe special kernel features. */ 204 /* Describe special kernel features. */
205 205
206 #define HAVE_SYSVIPC 206 #define HAVE_SYSVIPC