comparison src/s/osf5-0.h @ 34757:1620eae35d3a

(NSIG): Don't redefine.
author Dave Love <fx@gnu.org>
date Thu, 21 Dec 2000 00:01:37 +0000
parents 7a1ddacf0683
children 03cf4a916248
comparison
equal deleted inserted replaced
34756:771465e672d6 34757:1620eae35d3a
6 #define C_SWITCH_SYSTEM -D_OSF_SOURCE 6 #define C_SWITCH_SYSTEM -D_OSF_SOURCE
7 7
8 #define WAIT_USE_INT 8 #define WAIT_USE_INT
9 #define SYS_SIGLIST_DECLARED 9 #define SYS_SIGLIST_DECLARED
10 #define sys_siglist __sys_siglist 10 #define sys_siglist __sys_siglist
11 #ifndef NSIG /* _OSF_SOURCE seems to get us this */
11 #define NSIG __sys_nsig 12 #define NSIG __sys_nsig
13 #endif
12 14
13 /* We have missing/inconsistent prototypes on 5.0, at least. */ 15 /* We have missing/inconsistent prototypes on 5.0, at least. */
14 #define INHIBIT_X11R6_XIM 16 #define INHIBIT_X11R6_XIM
15 17
16 #define USE_MMAP_FOR_BUFFERS 1 18 #define USE_MMAP_FOR_BUFFERS 1