aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDave Love2002-10-30 18:50:35 +0000
committerDave Love2002-10-30 18:50:35 +0000
commit10c1902cc690a9bf6b0d43bb03edc44817163c66 (patch)
tree2a3d9c56e9307edd982ca8495d9be0b30062510f /src/s
parentc9bcb50778fc934e3b730fb9534b3fb7f86412f6 (diff)
downloademacs-10c1902cc690a9bf6b0d43bb03edc44817163c66.tar.gz
emacs-10c1902cc690a9bf6b0d43bb03edc44817163c66.zip
(C_SWITCH_SYSTEM): Revert last change (fixed by
regexp.h change). (TERMINFO, LIBS_TERMCAP): Define.
Diffstat (limited to 'src/s')
-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