aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDave Love2000-06-27 16:28:35 +0000
committerDave Love2000-06-27 16:28:35 +0000
commit93e40f4000bf5f73462e0ff06b9c8f7801de149e (patch)
tree0d4a2b72beffaa631cf8d5c475b0c8adbe8aea97 /src/s
parenta61f217b5bcd700d557eb080c91f93c0e6dae845 (diff)
downloademacs-93e40f4000bf5f73462e0ff06b9c8f7801de149e.tar.gz
emacs-93e40f4000bf5f73462e0ff06b9c8f7801de149e.zip
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
(sys_siglist, NSIG): Definitions moved here from osf1.h.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/osf5-0.h13
1 files changed, 12 insertions, 1 deletions
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