Mercurial > emacs
annotate src/s/sunos4-1.h @ 3360:1a1a1822affa
Initial revision
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 May 1993 20:52:24 +0000 |
parents | bba90ce247b0 |
children | 507f64624555 |
rev | line source |
---|---|
457 | 1 #include "sunos4-0.h" |
2 | |
3 /* 4.1.1 makes these system calls interruptable. */ | |
4 | |
5 #define read sys_read | |
6 #define write sys_write | |
7 #define open sys_open | |
8 #define close sys_close | |
9 | |
10 #define INTERRUPTIBLE_OPEN | |
11 #define INTERRUPTIBLE_CLOSE | |
12 #define INTERRUPTIBLE_IO | |
2284
bba90ce247b0
* s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents:
457
diff
changeset
|
13 |
bba90ce247b0
* s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents:
457
diff
changeset
|
14 /* Cause the compilation of oldxmenu to use the right -I option. */ |
bba90ce247b0
* s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents:
457
diff
changeset
|
15 #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM |