aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/s/osf5-0.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/s/osf5-0.h b/src/s/osf5-0.h
index 54cfb16823f..8d7857878e0 100644
--- a/src/s/osf5-0.h
+++ b/src/s/osf5-0.h
@@ -3,16 +3,8 @@
3 3
4/* It's enough to define _OSF_SOURCE instead of _BSD. */ 4/* It's enough to define _OSF_SOURCE instead of _BSD. */
5 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 6#undef C_SWITCH_SYSTEM
11#ifdef __GNUC__
12#define C_SWITCH_SYSTEM -D_OSF_SOURCE 7#define C_SWITCH_SYSTEM -D_OSF_SOURCE
13#else
14#define C_SWITCH_SYSTEM -D_OSF_SOURCE -nointrinsics
15#endif
16 8
17#define WAIT_USE_INT 9#define WAIT_USE_INT
18#define SYS_SIGLIST_DECLARED 10#define SYS_SIGLIST_DECLARED
@@ -25,3 +17,6 @@
25#define INHIBIT_X11R6_XIM 17#define INHIBIT_X11R6_XIM
26 18
27#define USE_MMAP_FOR_BUFFERS 1 19#define USE_MMAP_FOR_BUFFERS 1
20
21#define TERMINFO
22#define LIBS_TERMCAP -lcurses