Mercurial > hg > xemacs-beta
comparison src/s/decosf3-1.h @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children | ac2d302a0011 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
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 #define HAVE_UNION_WAIT | |
30 #undef HAVE_WAITPID | |
31 | |
32 #define BROKEN_SIGIO |