Comment change.
[emacs.git] / src / s / osf1.h
blob16aadd4a3a20e31e7113a3b78450549a705787b5
1 #include "bsd4-3.h"
3 /* Identify OSF1 for the m- files. */
5 #define OSF1
7 /* Define _BSD to tell the include files we're running under
8 the BSD universe and not the SYSV universe. */
10 #define C_SWITCH_SYSTEM -D_BSD
11 #define LIBS_SYSTEM -lbsd
13 #define GETPGRP_NO_ARG
15 #define read sys_read
16 #define write sys_write
17 #define open sys_open
18 #define close sys_close
20 #define INTERRUPTIBLE_OPEN
21 #define INTERRUPTIBLE_CLOSE
22 #define INTERRUPTIBLE_IO
24 #define SYSV_SYSTEM_DIR
26 /* If your system uses COFF (Common Object File Format) then define the
27 preprocessor symbol "COFF". */
29 #define COFF