changeset 29963:45af78901143

(C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change (moved to osf5-0.h). [!NOT_C_CODE]: Protect string.h stuff.
author Dave Love <fx@gnu.org>
date Tue, 27 Jun 2000 16:24:16 +0000
parents cb2595f03c92
children 9e78a25cbdbd
files src/s/osf1.h
diffstat 1 files changed, 2 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/osf1.h	Tue Jun 27 16:06:58 2000 +0000
+++ b/src/s/osf1.h	Tue Jun 27 16:24:16 2000 +0000
@@ -4,23 +4,9 @@
 
 #define OSF1
 
-/* The following used to be done, but -BSD loses when _XOPEN_SOURCE
-   gets defined by configure, at least on OSF5.  It's possible this
-   will need to be reverted for earlier versions (for which OSF5 isn't
-   defined).  */
-#if 0
 #define C_SWITCH_SYSTEM	-D_BSD
 #define LIBS_SYSTEM	-lbsd
 
-#else
-
-#define C_SWITCH_SYSTEM	-D_OSF_SOURCE
-#define WAIT_USE_INT
-#define SYS_SIGLIST_DECLARED
-#define sys_siglist __sys_siglist
-#define NSIG __sys_nsig
-#endif /* 0 */
-
 #define GETPGRP_NO_ARG
 
 #define SYSV_SYSTEM_DIR
@@ -42,6 +28,7 @@
 #define C_DEBUG_SWITCH -g3
 #endif
 
+#ifndef NOT_C_CODE
 #ifndef OSF5			/* fixed in 5.0 */
 /* Hack alert!  For reasons unknown to mankind the string.h file insists
    on defining bcopy etc. as taking char pointers as arguments.  With
@@ -56,3 +43,4 @@
 #undef bzero
 #undef bcmp
 #endif
+#endif