blob: 61885d747c652e4f7a2cd9909c8380612d721722 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#include "sunos4-0.h"
/* 4.1.1 makes these system calls interruptible. */
#define read sys_read
#define write sys_write
#define open sys_open
#define close sys_close
#define INTERRUPTIBLE_OPEN
#define INTERRUPTIBLE_CLOSE
#define INTERRUPTIBLE_IO
/* Cause the compilation of oldxmenu to use the right -I option. */
#define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM
|