Mercurial > emacs
annotate src/s/sunos4-1.h @ 3818:ec5cc4995395
* make-dist: If using gzip, create distribution with '.gz' extension.
* make-dist (lisp/term): This doesn't have a ChangeLog anymore.
(lisp/forms-mode): This doesn't exist anymore.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 18 Jun 1993 00:50:11 +0000 |
parents | 507f64624555 |
children | e6f0cff88f06 |
rev | line source |
---|---|
457 | 1 #include "sunos4-0.h" |
2 | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
2284
diff
changeset
|
3 /* 4.1.1 makes these system calls interruptible. */ |
457 | 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 |