]> git.eshelyaron.com Git - emacs.git/commitdiff
(TIOCSIGSEND): Add #undef.
authorKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:59:36 +0000 (15:59 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:59:36 +0000 (15:59 +0000)
(bcopy, bcmp, bzero): Add #undef.

src/s/irix6-0.h

index effe7851b6e3033953de43923cfca865fb0ee726..d6bc782033716b7b478e608d286c5b0358777b36 100644 (file)
 /* 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