comparison src/s/hiuxmpp.h @ 26090:63fd40a97a75

s/usg5-4.h: (NSIG): Remove. (NSIG_MINIMUM): New macro. s/gnu-linux.h, s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/umips.h, s/usg5-4.h: (SIGIO): Do not undef. (BROKEN_SIGIO): New macro. * s/gnu-linux.h: (SIGPOLL, SIGURG): Do not undef. (BROKEN_SIGPOLL, BROKEN_SIGURG): New macros. * s/ptx4.h: (SIGINFO): Do not undef. (BROKEN_SIGINFO): New macros. * s/ptx.h, s/template.h: Doc fix. * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h, s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h, s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h, s/usg5-3.h, s/xenix.h: (open, close, read, write, INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove. * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): New macros.
author Paul Eggert <eggert@twinsun.com>
date Tue, 19 Oct 1999 07:28:36 +0000
parents f932e8b3c525
children 23a1cea22d13
comparison
equal deleted inserted replaced
26089:1a4c3573a216 26090:63fd40a97a75
22 #define C_SWITCH_SYSTEM -D_BSD -DHITACHI -DOSF 22 #define C_SWITCH_SYSTEM -D_BSD -DHITACHI -DOSF
23 #define LIBS_SYSTEM -lbsd 23 #define LIBS_SYSTEM -lbsd
24 24
25 #define GETPGRP_NO_ARG 25 #define GETPGRP_NO_ARG
26 26
27 #define read sys_read
28 #define write sys_write
29 #define open sys_open
30 #define close sys_close
31
32 #define INTERRUPTIBLE_OPEN
33 #define INTERRUPTIBLE_CLOSE
34 #define INTERRUPTIBLE_IO
35
36 #define SYSV_SYSTEM_DIR 27 #define SYSV_SYSTEM_DIR
37 28
38 /* If your system uses COFF (Common Object File Format) then define the 29 /* If your system uses COFF (Common Object File Format) then define the
39 preprocessor symbol "COFF". */ 30 preprocessor symbol "COFF". */
40 31