aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
-rw-r--r--src/s/osf5-0.h13
2 files changed, 21 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0f5c2fe21a1..a8685143a8c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12000-06-27 Dave Love <fx@gnu.org>
2
3 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change
4 (moved to osf5-0.h).
5 [!NOT_C_CODE]: Protect string.h stuff.
6
7 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
8 (sys_siglist, NSIG): Definitions moved here from osf1.h.
9
12000-06-27 Gerd Moellmann <gerd@gnu.org> 102000-06-27 Gerd Moellmann <gerd@gnu.org>
2 11
3 * xdisp.c (resize_mini_window): Subract the extra line spacing 12 * xdisp.c (resize_mini_window): Subract the extra line spacing
diff --git a/src/s/osf5-0.h b/src/s/osf5-0.h
index 1bab7e8760b..3845fa76d02 100644
--- a/src/s/osf5-0.h
+++ b/src/s/osf5-0.h
@@ -1,4 +1,15 @@
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