changeset 29964:9e78a25cbdbd

(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED) (sys_siglist, NSIG): Definitions moved here from osf1.h.
author Dave Love <fx@gnu.org>
date Tue, 27 Jun 2000 16:26:30 +0000
parents 45af78901143
children 8eef0cd1133e
files src/s/osf5-0.h
diffstat 1 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/osf5-0.h	Tue Jun 27 16:24:16 2000 +0000
+++ b/src/s/osf5-0.h	Tue Jun 27 16:26:30 2000 +0000
@@ -1,4 +1,15 @@
 #define OSF5
 #include "osf1.h"
-/* We have missing/inconsistent prototypes, at least.  */
+
+/* The -BSD loses when _XOPEN_SOURCE gets defined by configure in
+   OSF 5.  It's possible this will need to be reverted for earlier
+   versions (for which OSF5 isn't defined).  */
+#undef C_SWITCH_SYSTEM
+#define C_SWITCH_SYSTEM	-D_OSF_SOURCE
+#define WAIT_USE_INT
+#define SYS_SIGLIST_DECLARED
+#define sys_siglist __sys_siglist
+#define NSIG __sys_nsig
+
+/* We have missing/inconsistent prototypes on 5.0, at least.  */
 #define INHIBIT_X11R6_XIM