diff src/s/irix6-0.h @ 23229:9c8df6d5d40d

(TIOCSIGSEND): Add #undef. (bcopy, bcmp, bzero): Add #undef.
author Karl Heuer <kwzh@gnu.org>
date Thu, 10 Sep 1998 15:59:36 +0000
parents d4ff695d4034
children 3ee28fa62fbe
line wrap: on
line diff
--- a/src/s/irix6-0.h	Thu Sep 10 15:58:37 1998 +0000
+++ b/src/s/irix6-0.h	Thu Sep 10 15:59:36 1998 +0000
@@ -29,3 +29,11 @@
 /* Canced the #define that is in irix5-0.h.  */
 #undef ospeed
 #endif
+
+/* Cancel some #define's in usg5-4.h.
+   Larry Hunter <hunter@nlm.nih.gov> said this was needed
+   for Irix 6.5.  Let's see if it is safe in 6.N, N<5, as well.  */
+#undef TIOCSIGSEND
+#undef bcopy
+#undef bcmp
+#undef bzero