comparison src/s/osf5-0.h @ 29964:9e78a25cbdbd

(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED) (sys_siglist, NSIG): Definitions moved here from osf1.h.
author Dave Love <fx@gnu.org>
date Tue, 27 Jun 2000 16:26:30 +0000
parents e994fd3ceb7c
children 44a6d62deb2b
comparison
equal deleted inserted replaced
29963:45af78901143 29964:9e78a25cbdbd
1 #define OSF5 1 #define OSF5
2 #include "osf1.h" 2 #include "osf1.h"
3 /* We have missing/inconsistent prototypes, at least. */ 3
4 /* The -BSD loses when _XOPEN_SOURCE gets defined by configure in
5 OSF 5. It's possible this will need to be reverted for earlier
6 versions (for which OSF5 isn't defined). */
7 #undef C_SWITCH_SYSTEM
8 #define C_SWITCH_SYSTEM -D_OSF_SOURCE
9 #define WAIT_USE_INT
10 #define SYS_SIGLIST_DECLARED
11 #define sys_siglist __sys_siglist
12 #define NSIG __sys_nsig
13
14 /* We have missing/inconsistent prototypes on 5.0, at least. */
4 #define INHIBIT_X11R6_XIM 15 #define INHIBIT_X11R6_XIM