annotate src/s/decosf3-1.h @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 25f70ba0133c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Synched up with: Not in FSF. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 #include "decosf1-3.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 /* It seems that read() and write() are affected, but not open() and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 close() */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 #define INTERRUPTIBLE_IO
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 /* XEmacs change from "Andrew G. Cohen, 617-353-6051" <cohen@andy.bu.edu> */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 /* XEmacs: moved the following four declarations from decosf3-2.h, as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 suggested by srivasta@pilgrim.umass.edu (Manoj Srivastava) */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 /* apparently this breaks things under OSF 3.2 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 #undef GMALLOC_NEEDS_SBRK_DECL
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 /* XEmacs: from Stephen Carney <carney@gvc.dec.com> */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 /* #### why the hell is configure so broken on this system? */
151
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
21 #ifndef HAVE_SELECT
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
22 #define HAVE_SELECT 1
59463afc5666 Import from CVS: tag r20-3b2
cvs
parents: 149
diff changeset
23 #endif
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 #define BROKEN_SIGIO
153
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
26
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
27 #ifndef TERMINFO
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
28 #define TERMINFO
25f70ba0133c Import from CVS: tag r20-3b3
cvs
parents: 151
diff changeset
29 #endif