0
|
1 /* Synched up with: Not in FSF. */
|
|
2
|
|
3 #include "decosf1-3.h"
|
|
4
|
|
5 /* XEmacs change from Carl D. Roth <roth@cse.ucsc.edu>
|
|
6
|
|
7 /* we have a working alloca */
|
|
8 # ifndef NOT_C_CODE
|
|
9 # include <alloca.h>
|
|
10 # endif
|
|
11
|
|
12 /* It seems that read() and write() are affected, but not open() and
|
|
13 close() */
|
|
14
|
|
15 #define INTERRUPTIBLE_IO
|
|
16
|
|
17 /* XEmacs change from "Andrew G. Cohen, 617-353-6051" <cohen@andy.bu.edu> */
|
|
18
|
|
19 /* XEmacs: moved the following four declarations from decosf3-2.h, as
|
|
20 suggested by srivasta@pilgrim.umass.edu (Manoj Srivastava) */
|
|
21
|
|
22 /* apparently this breaks things under OSF 3.2 */
|
|
23 #undef GMALLOC_NEEDS_SBRK_DECL
|
|
24
|
|
25 /* XEmacs: from Stephen Carney <carney@gvc.dec.com> */
|
|
26
|
|
27 /* #### why the hell is configure so broken on this system? */
|
|
28 #define HAVE_SELECT
|
|
29
|
|
30 #define BROKEN_SIGIO
|