]> code.delx.au - gnu-emacs/blob - src/s/osf5-0.h
(Fmove_to_column): Remove unused local variable `end_byte'.
[gnu-emacs] / src / s / osf5-0.h
1 #define OSF5
2 #include "osf1.h"
3
4 /* It's enough to define _OSF_SOURCE instead of _BSD. */
5
6 /* -nointrinsics is required to avoid losing with definitions of POSIX
7 stuff in regex.c, for instance, where regex_t isn't consistent
8 with the system defintion. This may be necessary also on OSF 4
9 systems with dtk 6.4 installed. */
10 #undef C_SWITCH_SYSTEM
11 #ifdef __GNUC__
12 #define C_SWITCH_SYSTEM -D_OSF_SOURCE
13 #else
14 #define C_SWITCH_SYSTEM -D_OSF_SOURCE -nointrinsics
15 #endif
16
17 #define WAIT_USE_INT
18 #define SYS_SIGLIST_DECLARED
19 #define sys_siglist __sys_siglist
20 #ifndef NSIG /* _OSF_SOURCE seems to get us this */
21 #define NSIG __sys_nsig
22 #endif
23
24 /* We have missing/inconsistent prototypes on 5.0, at least. */
25 #define INHIBIT_X11R6_XIM
26
27 #define USE_MMAP_FOR_BUFFERS 1